URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [981001-3.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
#define P(a, b) P1(a,b) #define P1(a,b) a##b #define FLT_MIN_EXP (-125) #define DBL_MIN_EXP (-1021) #define MIN_EXP P(FLT,_MIN_EXP) #define FLT FLT int f1 = MIN_EXP; #undef FLT #define FLT DBL int f2 = MIN_EXP;
Go to most recent revision | Compare with Previous | Blame | View Log