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 testsuite/29071] gcc.dg/20020919-1.c compilation test fails on powerpc-apple-darwin8 at -m64



------- 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


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