[RFA PATCH, i386]: Fix gcc.target/i386/pr53249.c on Sun targets

2012-05-24 Thread Uros Bizjak
Hello! Currently gcc fails to compile following test from the testsuite [1]: FAIL: gcc.target/i386/pr53249.c (test for excess errors) We are trying to compile X32 specific test, but the special pattern that was introduced to handle certain sun assembler limitation, is not prepared to handle X32.

Re: [RFA PATCH, i386]: Fix gcc.target/i386/pr53249.c on Sun targets

2012-05-25 Thread Rainer Orth
Hi Uros, > Currently gcc fails to compile following test from the testsuite [1]: > > FAIL: gcc.target/i386/pr53249.c (test for excess errors) > > We are trying to compile X32 specific test, but the special pattern > that was introduced to handle certain sun assembler limitation, is not > prepared