This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
cpplib and endianness problems
- To: gcc at gcc dot gnu dot org
- Subject: cpplib and endianness problems
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Sun, 17 Dec 2000 14:40:34 +0000
- Cc: Zack Weinberg <zackw at Stanford dot EDU>
I noticed a few weeks ago that Sparc was failing on gcc.dg/cpp/if-2.c
Unfortunately, there was more than one test on the line it was failing
on, so I separated the tests to see which one it was.
From recent posts to gcc-testresults, like Kaveh's, we see the
following fails on Sparc:
#if L'\xfeed' != 0xfeed
#error 0xfeed /* { dg-bogus "error" "wide charconst recognition 2" } */
#endif
I have no idea if this test is valid; i.e. how should we be
interpreting L'\xfeed'? Should it be equal to 0xfeed?
Neil.