Re: FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-13 Thread Richard Guenther
On Mon, Jul 13, 2009 at 10:31 AM, Dave Korn wrote: > Richard Guenther wrote: >> On Mon, Jul 13, 2009 at 5:39 AM, Jack Howarth >> wrote: >>> On Mon, Jul 13, 2009 at 01:52:51AM +0100, Dave Korn wrote: > > __complex__ long long f () > { >   int i[99]; >   __complex__ long long v;

Re: FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-13 Thread Dave Korn
Richard Guenther wrote: > On Mon, Jul 13, 2009 at 5:39 AM, Jack Howarth wrote: >> On Mon, Jul 13, 2009 at 01:52:51AM +0100, Dave Korn wrote: __complex__ long long f () { int i[99]; __complex__ long long v; v += f (); >>> Undefined behaviour, no? >>> >>> ch

Re: FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-13 Thread Richard Guenther
On Mon, Jul 13, 2009 at 5:39 AM, Jack Howarth wrote: > On Mon, Jul 13, 2009 at 01:52:51AM +0100, Dave Korn wrote: >> Richard Guenther wrote: >> > On Sun, Jul 12, 2009 at 9:41 PM, Jack Howarth >> > wrote: >> >>   I am seeing a new failure on x86_64-apple-darwin10 in current gcc 4.4 >> >> branch >>

Re: FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-12 Thread Jack Howarth
On Mon, Jul 13, 2009 at 01:52:51AM +0100, Dave Korn wrote: > Richard Guenther wrote: > > On Sun, Jul 12, 2009 at 9:41 PM, Jack Howarth > > wrote: > >> I am seeing a new failure on x86_64-apple-darwin10 in current gcc 4.4 > >> branch > >> that wasn't present in the gcc 4.4.0 release. At -m32, th

Re: FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-12 Thread Dave Korn
Richard Guenther wrote: > On Sun, Jul 12, 2009 at 9:41 PM, Jack Howarth wrote: >> I am seeing a new failure on x86_64-apple-darwin10 in current gcc 4.4 >> branch >> that wasn't present in the gcc 4.4.0 release. At -m32, the testsuite >> failure... >> >> FAIL: gcc.c-torture/compile/2804-1.c

Re: FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-12 Thread Jack Howarth
On Sun, Jul 12, 2009 at 09:55:13PM +0200, Richard Guenther wrote: > On Sun, Jul 12, 2009 at 9:41 PM, Jack Howarth wrote: > >   I am seeing a new failure on x86_64-apple-darwin10 in current gcc 4.4 > > branch > > that wasn't present in the gcc 4.4.0 release. At -m32, the testsuite > > failure... >

Re: FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-12 Thread Richard Guenther
On Sun, Jul 12, 2009 at 9:41 PM, Jack Howarth wrote: >   I am seeing a new failure on x86_64-apple-darwin10 in current gcc 4.4 branch > that wasn't present in the gcc 4.4.0 release. At -m32, the testsuite > failure... > > FAIL: gcc.c-torture/compile/2804-1.c  -O0  (test for excess errors) > >

FAIL: gcc.c-torture/compile/20000804-1.c -O0 with PIC on gcc-4_4-branch

2009-07-12 Thread Jack Howarth
I am seeing a new failure on x86_64-apple-darwin10 in current gcc 4.4 branch that wasn't present in the gcc 4.4.0 release. At -m32, the testsuite failure... FAIL: gcc.c-torture/compile/2804-1.c -O0 (test for excess errors) appears with the error logged as... Executing on host: /sw/src/