This is the mail archive of the gcc-patches@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]

Re: Fix PR43300: ICE in outof-ssa


This caused 

FAIL: gcc.dg/pr43300.c (test for excess errors)

on powerpc-apple-darwin9.8.0 (see
http://gcc.gnu.org/ml/gcc-testresults/2010-03/msg01376.html).

Running the test manually, I get

/opt/gcc/_gcc_clean/gcc/testsuite/gcc.dg/pr43300.c: In function 'foo':
/opt/gcc/_gcc_clean/gcc/testsuite/gcc.dg/pr43300.c:7:1: warning: GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee
/opt/gcc/_gcc_clean/gcc/testsuite/gcc.dg/pr43300.c:6:1: warning: GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee

The test should probably restricted to x86 platforms.

Dominique


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