This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/27747] [4.2 Regression] ice _Pragma and macros
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2006 18:32:42 -0000
- Subject: [Bug c/27747] [4.2 Regression] ice _Pragma and macros
- References: <bug-27747-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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