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