This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/29071] gcc.dg/20020919-1.c compilation test fails on powerpc-apple-darwin8 at -m64
- From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Dec 2007 15:11:18 -0000
- Subject: [Bug testsuite/29071] gcc.dg/20020919-1.c compilation test fails on powerpc-apple-darwin8 at -m64
- References: <bug-29071-11113@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from howarth at nitro dot med dot uc dot edu 2007-12-21 15:11 -------
I just noticed that passing -D__powerpc64__ on the compile line for this test
at -m64 for powerpc-apple-darwin9 allows the missed clobbers seem to be
detected. Shouldn't...
# ifndef __powerpc64__
# define REG3 "8"
# define REG4 "9"
# endif
in the gcc.dg/20020919-1.c testcase be rewritten to also include those
definitions
when __powerpc__ and __LP64__ are both defined?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29071