Boost logo

Boost :

From: Christopher Currie (codemonkey_at_[hidden])
Date: 2004-07-13 13:36:00


David Abrahams wrote:

> Christopher Currie <codemonkey_at_[hidden]> writes:
>
>>Can anyone lend assistance in debugging the Sun regressions for Boost
>>Preprocessor? The early access edition of the Studio 9 compiler is
>>failing on BOOST_PP code that compiles just fine under earlier
>>versions.
>
> Not knowing much, the first thing I'd do is play with the flags
> settings in boost/preprocessor/config/config.hpp to see if any of
> those can work around the problem.
>

That, combined with some futher investigation, yielded a partial
solution: the newest version of the Sun needs to enable
BOOST_PP_CONFIG_MSVC, in order for BOOST_PP_BITAND to work properly.
Enabling this does not cause regressions in the earlier version, at
least w.r.t. Boost PP.

This leaves one test still failing, list.cpp. I've been unable to come
up with a config combination that will clear this one up.
BOOST_PP_LIST_FOLD_LEFT seems to not remove enough whitespace. I'm sure
it's just a bug in Sun's token pasting (which was the cause of the other
problems). I'll continue to look for a workaround.

I've attached preprocessor output from list.hpp, the first comes from
just adding the MSVC flag, the second from adding the MSVC, EDG, and
STRICT flags.

Thanks,
Christopher

-- 
Christopher Currie <codemonkey_at_[hidden]>

#1 "/home/ccurrie/src/boost/libs/preprocessor/test/list.cpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/add.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/dec.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/config/config.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/inc.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/cat.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/debug/error.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/detail/auto_rec.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/iif.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/fold_left.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/detail/fold_left.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/expr_iif.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/adt.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/detail/is_binary.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/detail/check.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/compl.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/eat.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/fold_right.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/detail/fold_right.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/reverse.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/bitand.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/detail/msvc/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/if.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/bool.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/elem.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/sub.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/comparison/less.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/comparison/less_equal.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/not.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/comparison/not_equal.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/append.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/at.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/rest_n.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/cat.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/enum.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/for_each_i.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/repetition/for.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/repetition/detail/msvc/for.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/rem.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/punctuation/comma_if.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/facilities/empty.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/punctuation/comma.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/filter.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/first_n.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/for_each.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/for_each_product.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/to_tuple.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/to_list.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/reverse.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/size.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/transform.hpp"
#1 "/home/ccurrie/src/boost/libs/preprocessor/test/test.h"
#1 "/opt/SUNWspro/prod/include/CC/std/cstdio"
#1 "/usr/include/sys/feature_tests.h"
#13 "/usr/include/sys/feature_tests.h"
#pragma ident "@(#)feature_tests.h 1.18 99/07/26 SMI"
#1 "/usr/include/sys/isa_defs.h"
#9 "/usr/include/sys/isa_defs.h"
#pragma ident "@(#)isa_defs.h 1.20 99/05/04 SMI"
#158
extern "C" {
#380
}
#18 "/usr/include/sys/feature_tests.h"
extern "C" {
#181
}
#1 "/usr/include/iso/stdio_iso.h"
#32 "/usr/include/iso/stdio_iso.h"
#pragma ident "@(#)stdio_iso.h 1.2 99/10/25 SMI"
#1 "/usr/include/sys/va_list.h"
#9 "/usr/include/sys/va_list.h"
#pragma ident "@(#)va_list.h 1.12 99/05/04 SMI"
#22
extern "C" {

typedef void * __va_list ;

}
#1 "/usr/include/stdio_tag.h"
#9 "/usr/include/stdio_tag.h"
#pragma ident "@(#)stdio_tag.h 1.3 98/04/20 SMI"

extern "C" {
#21
typedef struct __FILE __FILE ;

}
#1 "/usr/include/stdio_impl.h"
#9 "/usr/include/stdio_impl.h"
#pragma ident "@(#)stdio_impl.h 1.8 99/06/10 SMI"
#14
extern "C" {
#22
typedef int ssize_t ;
#38
struct __FILE
{

ssize_t _cnt ;
unsigned char * _ptr ;

unsigned char * _base ;
unsigned char _flag ;
unsigned char _file ;
unsigned __orientation : 2 ;
unsigned __ionolock : 1 ;
unsigned __filler : 5 ;
} ;

}
#49 "/usr/include/iso/stdio_iso.h"
extern "C" {
#59
typedef long long __longlong_t ;
#70
namespace std {

typedef __FILE FILE ;
#83
typedef unsigned int size_t ;

typedef long fpos_t ;

}
#147
extern __FILE __iob [ 20 ] ;
#159
namespace std {

extern int remove ( const char * ) ;
extern int rename ( const char * , const char * ) ;
extern FILE * tmpfile ( void ) ;
extern char * tmpnam ( char * ) ;
extern int fclose ( FILE * ) ;
extern int fflush ( FILE * ) ;
extern FILE * fopen ( const char * , const char * ) ;
extern FILE * freopen ( const char * , const char * , FILE * ) ;
extern void setbuf ( FILE * , char * ) ;
extern int setvbuf ( FILE * , char * , int , size_t ) ;

extern int fprintf ( FILE * , const char * , ... ) ;

extern int fscanf ( FILE * , const char * , ... ) ;

extern int printf ( const char * , ... ) ;

extern int scanf ( const char * , ... ) ;

extern int sprintf ( char * , const char * , ... ) ;

extern int sscanf ( const char * , const char * , ... ) ;
extern int vfprintf ( FILE * , const char * , __va_list ) ;
extern int vprintf ( const char * , __va_list ) ;
extern int vsprintf ( char * , const char * , __va_list ) ;
extern int fgetc ( FILE * ) ;
extern char * fgets ( char * , int , FILE * ) ;
extern int fputc ( int , FILE * ) ;
extern int fputs ( const char * , FILE * ) ;
#203
extern char * gets ( char * ) ;
extern int puts ( const char * ) ;
extern int ungetc ( int , FILE * ) ;
extern size_t fread ( void * , size_t , size_t , FILE * ) ;
extern size_t fwrite ( const void * , size_t , size_t , FILE * ) ;
extern int fgetpos ( FILE * , fpos_t * ) ;
extern int fseek ( FILE * , long , int ) ;
extern int fsetpos ( FILE * , const fpos_t * ) ;
extern long ftell ( FILE * ) ;
extern void rewind ( FILE * ) ;
#219
extern void perror ( const char * ) ;

extern int __filbuf ( FILE * ) ;
extern int __flsbuf ( int , FILE * ) ;
#278
}
#288
namespace std {
inline int getc ( FILE * _p ) {
return ( -- _p -> _cnt < 0 ? __filbuf ( _p ) : ( int ) * _p -> _ptr ++ ) ; }
inline int putc ( int _x , FILE * _p ) {
return ( -- _p -> _cnt < 0 ? __flsbuf ( _x , _p )
: ( int ) ( * _p -> _ptr ++ = ( unsigned char ) _x ) ) ; }
}
#308
namespace std {
inline int getchar ( ) { return getc ( ( & __iob [ 0 ] ) ) ; }
inline int putchar ( int _x ) { return putc ( _x , ( & __iob [ 1 ] ) ) ; }
}
#319
namespace std {
inline void clearerr ( FILE * _p ) { _p -> _flag &= ~ ( 0040 | 0020 ) ; }
inline int feof ( FILE * _p ) { return _p -> _flag & 0020 ; }
inline int ferror ( FILE * _p ) { return _p -> _flag & 0040 ; }
}
#336
}
#25 "/home/ccurrie/src/boost/libs/preprocessor/test/test.h"
namespace std { }
using namespace std ;

int main ( void ) {
printf ( "pass " "14:26:19" ) ;
return 0 ;
}
#24 "/home/ccurrie/src/boost/libs/preprocessor/test/list.cpp"
typedef int test_24 [ ( ( 10 == 10 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_25 [ ( ( 12 == 12 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_26 [ ( ( 4 == 4 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_30 [ ( ( 2 514 == 2514 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_32 [ ( ( 5 2 == 52 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_33 [ ( ( 4 1 == 41 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_35 [ ( ( 5 == 5 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_36 [ ( ( 4 == 4 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_38 [ ( ( 6 3 7 4 == 6374 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_39 [ ( ( 1 5 2 4152 == 1524152 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_42 [ ( ( + 4 + 1 + 1 + 1 + 5 + 1 + 2 + 1 == 16 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_44 [ ( ( 2 == 2 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_46 [ ( ( 4 5 == 45 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_49 [ ( ( + 1 + 2 - 2 + 1 + 2 - 3 + 0 + 2 - 2 + 0 + 2 - 3 == 0 ) == 1 ) ? 1 : - 1 ] ;
#57
typedef int test_57 [ ( ( 0 x a 1 b 2 c 3 d == 0x0a1b2c3d ) == 1 ) ? 1 : - 1 ] ;


#1 "/home/ccurrie/src/boost/libs/preprocessor/test/list.cpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/add.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/dec.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/config/config.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/inc.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/cat.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/debug/error.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/detail/auto_rec.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/iif.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/fold_left.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/detail/edg/fold_left.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/expr_iif.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/adt.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/detail/is_binary.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/detail/check.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/compl.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/eat.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/fold_right.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/detail/edg/fold_right.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/bitand.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/detail/edg/while.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/control/if.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/bool.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/elem.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/arithmetic/sub.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/comparison/less.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/comparison/less_equal.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/logical/not.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/comparison/not_equal.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/append.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/at.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/rest_n.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/cat.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/enum.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/for_each_i.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/repetition/for.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/repetition/detail/edg/for.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/rem.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/punctuation/comma_if.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/facilities/empty.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/punctuation/comma.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/filter.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/first_n.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/reverse.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/for_each.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/for_each_product.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/to_tuple.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/to_list.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/tuple/reverse.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/size.hpp"
#1 "/home/ccurrie/src/boost/boost/preprocessor/list/transform.hpp"
#1 "/home/ccurrie/src/boost/libs/preprocessor/test/test.h"
#1 "/opt/SUNWspro/prod/include/CC/std/cstdio"
#1 "/usr/include/sys/feature_tests.h"
#13 "/usr/include/sys/feature_tests.h"
#pragma ident "@(#)feature_tests.h 1.18 99/07/26 SMI"
#1 "/usr/include/sys/isa_defs.h"
#9 "/usr/include/sys/isa_defs.h"
#pragma ident "@(#)isa_defs.h 1.20 99/05/04 SMI"
#158
extern "C" {
#380
}
#18 "/usr/include/sys/feature_tests.h"
extern "C" {
#181
}
#1 "/usr/include/iso/stdio_iso.h"
#32 "/usr/include/iso/stdio_iso.h"
#pragma ident "@(#)stdio_iso.h 1.2 99/10/25 SMI"
#1 "/usr/include/sys/va_list.h"
#9 "/usr/include/sys/va_list.h"
#pragma ident "@(#)va_list.h 1.12 99/05/04 SMI"
#22
extern "C" {

typedef void * __va_list ;

}
#1 "/usr/include/stdio_tag.h"
#9 "/usr/include/stdio_tag.h"
#pragma ident "@(#)stdio_tag.h 1.3 98/04/20 SMI"

extern "C" {
#21
typedef struct __FILE __FILE ;

}
#1 "/usr/include/stdio_impl.h"
#9 "/usr/include/stdio_impl.h"
#pragma ident "@(#)stdio_impl.h 1.8 99/06/10 SMI"
#14
extern "C" {
#22
typedef int ssize_t ;
#38
struct __FILE
{

ssize_t _cnt ;
unsigned char * _ptr ;

unsigned char * _base ;
unsigned char _flag ;
unsigned char _file ;
unsigned __orientation : 2 ;
unsigned __ionolock : 1 ;
unsigned __filler : 5 ;
} ;

}
#49 "/usr/include/iso/stdio_iso.h"
extern "C" {
#59
typedef long long __longlong_t ;
#70
namespace std {

typedef __FILE FILE ;
#83
typedef unsigned int size_t ;

typedef long fpos_t ;

}
#147
extern __FILE __iob [ 20 ] ;
#159
namespace std {

extern int remove ( const char * ) ;
extern int rename ( const char * , const char * ) ;
extern FILE * tmpfile ( void ) ;
extern char * tmpnam ( char * ) ;
extern int fclose ( FILE * ) ;
extern int fflush ( FILE * ) ;
extern FILE * fopen ( const char * , const char * ) ;
extern FILE * freopen ( const char * , const char * , FILE * ) ;
extern void setbuf ( FILE * , char * ) ;
extern int setvbuf ( FILE * , char * , int , size_t ) ;

extern int fprintf ( FILE * , const char * , ... ) ;

extern int fscanf ( FILE * , const char * , ... ) ;

extern int printf ( const char * , ... ) ;

extern int scanf ( const char * , ... ) ;

extern int sprintf ( char * , const char * , ... ) ;

extern int sscanf ( const char * , const char * , ... ) ;
extern int vfprintf ( FILE * , const char * , __va_list ) ;
extern int vprintf ( const char * , __va_list ) ;
extern int vsprintf ( char * , const char * , __va_list ) ;
extern int fgetc ( FILE * ) ;
extern char * fgets ( char * , int , FILE * ) ;
extern int fputc ( int , FILE * ) ;
extern int fputs ( const char * , FILE * ) ;
#203
extern char * gets ( char * ) ;
extern int puts ( const char * ) ;
extern int ungetc ( int , FILE * ) ;
extern size_t fread ( void * , size_t , size_t , FILE * ) ;
extern size_t fwrite ( const void * , size_t , size_t , FILE * ) ;
extern int fgetpos ( FILE * , fpos_t * ) ;
extern int fseek ( FILE * , long , int ) ;
extern int fsetpos ( FILE * , const fpos_t * ) ;
extern long ftell ( FILE * ) ;
extern void rewind ( FILE * ) ;
#219
extern void perror ( const char * ) ;

extern int __filbuf ( FILE * ) ;
extern int __flsbuf ( int , FILE * ) ;
#278
}
#288
namespace std {
inline int getc ( FILE * _p ) {
return ( -- _p -> _cnt < 0 ? __filbuf ( _p ) : ( int ) * _p -> _ptr ++ ) ; }
inline int putc ( int _x , FILE * _p ) {
return ( -- _p -> _cnt < 0 ? __flsbuf ( _x , _p )
: ( int ) ( * _p -> _ptr ++ = ( unsigned char ) _x ) ) ; }
}
#308
namespace std {
inline int getchar ( ) { return getc ( ( & __iob [ 0 ] ) ) ; }
inline int putchar ( int _x ) { return putc ( _x , ( & __iob [ 1 ] ) ) ; }
}
#319
namespace std {
inline void clearerr ( FILE * _p ) { _p -> _flag &= ~ ( 0040 | 0020 ) ; }
inline int feof ( FILE * _p ) { return _p -> _flag & 0020 ; }
inline int ferror ( FILE * _p ) { return _p -> _flag & 0040 ; }
}
#336
}
#25 "/home/ccurrie/src/boost/libs/preprocessor/test/test.h"
namespace std { }
using namespace std ;

int main ( void ) {
printf ( "pass " "14:26:05" ) ;
return 0 ;
}
#24 "/home/ccurrie/src/boost/libs/preprocessor/test/list.cpp"
typedef int test_24 [ ( ( 10 == 10 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_25 [ ( ( 12 == 12 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_26 [ ( ( 4 == 4 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_30 [ ( ( 2 514 == 2514 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_32 [ ( ( 5 2 == 52 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_33 [ ( ( 4 1 == 41 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_35 [ ( ( 5 == 5 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_36 [ ( ( 4 == 4 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_38 [ ( ( 6 374 == 6374 ) == 1 ) ? 1 : - 1 ] ;
typedef int test_39 [ ( ( 1524152 == 1524152 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_42 [ ( ( + 4 + 1 + 1 + 1 + 5 + 1 + 2 + 1 == 16 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_44 [ ( ( 2 == 2 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_46 [ ( ( 45 == 45 ) == 1 ) ? 1 : - 1 ] ;

typedef int test_49 [ ( ( + 1 + 2 - 2 + 1 + 2 - 3 + 0 + 2 - 2 + 0 + 2 - 3 == 0 ) == 1 ) ? 1 : - 1 ] ;
#57
typedef int test_57 [ ( ( 0 x a 1 b 2 c 3 d == 0x0a1b2c3d ) == 1 ) ? 1 : - 1 ] ;


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk