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;
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
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
>>
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
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
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...
>
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)
>
>
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/