------- Comment #5 from howarth at nitro dot med dot uc dot edu  2010-09-22 
02:56 -------
(In reply to comment #4)
> Fixed.
> 

The new trunk/gcc/testsuite/gcc.target/i386/pr45739.c erroneously fails on
x86_64-apple-darwin10 as ...

FAIL: gcc.target/i386/pr45739.c scan-assembler-not por

since it is matching...

        .section
__TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support

Adding...

/* { dg-prune-output ".*live_support*" } */

to gcc.target/i386/pr45739.c solves this issue.


-- 


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

Reply via email to