This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/27747] [4.2 Regression] ice _Pragma and macros



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-06-11 18:32 -------
This test fails on powerpc-darwin and powerpc-aix:
/Users/regress/tbox/svn-gcc/gcc/testsuite/gcc.dg/cpp/_Pragma6.c:8: warning:
#pragma pack(push[, id], <n>) is not supported on this target^M
/Users/regress/tbox/svn-gcc/gcc/testsuite/gcc.dg/cpp/_Pragma6.c:10: warning:
#pragma pack(pop[, id], <n>) is not supported on this target^M
output is:
/Users/regress/tbox/svn-gcc/gcc/testsuite/gcc.dg/cpp/_Pragma6.c:8: warning:
#pragma pack(push[, id], <n>) is not supported on this target^M
/Users/regress/tbox/svn-gcc/gcc/testsuite/gcc.dg/cpp/_Pragma6.c:10: warning:
#pragma pack(pop[, id], <n>) is not supported on this target^M

FAIL: gcc.dg/cpp/_Pragma6.c (test for excess errors)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27747


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]