Results for 4.8.0 20130123 (experimental) [trunk revision 195400] (Debian 4.8-20130123-1) testsuite on s390-ibm-linux-gnu

2013-01-25 Thread Matthias Klose
LAST_UPDATED: Wed Jan 23 09:16:26 UTC 2013 (revision 195400) Target: s390-linux-gnu gcc version 4.8.0 20130123 (experimental) [trunk revision 195400] (Debian 4.8-20130123-1) Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/ext/attr-

Results for 4.8.0 20130123 (experimental) [trunk revision 195400] (Debian 4.8-20130123-1) testsuite on powerpc-unknown-linux-gnu

2013-01-25 Thread Matthias Klose
LAST_UPDATED: Wed Jan 23 09:16:26 UTC 2013 (revision 195400) Target: powerpc-linux-gnu gcc version 4.8.0 20130123 (experimental) [trunk revision 195400] (Debian 4.8-20130123-1) Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg

Results for 4.8.0 20130123 (experimental) [trunk revision 195400] (Debian 4.8-20130123-1) testsuite on mips-unknown-linux-gnu

2013-01-25 Thread Matthias Klose
LAST_UPDATED: Wed Jan 23 09:16:26 UTC 2013 (revision 195400) Target: mips-linux-gnu gcc version 4.8.0 20130123 (experimental) [trunk revision 195400] (Debian 4.8-20130123-1) Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/plugi

Results for 4.8.0 20130123 (experimental) [trunk revision 195400] (Debian 4.8-20130123-1) testsuite on arm-unknown-linux-gnueabi

2013-01-25 Thread Matthias Klose
LAST_UPDATED: Wed Jan 23 09:16:26 UTC 2013 (revision 195400) Native configuration is arm-unknown-linux-gnueabi === boehm-gc tests === Running target unix === boehm-gc Summary === # of expected passes12 # of unsupported tests 1

Bug#698950: marked as done (gcc-4.7: Miscompilation of simple loop depending on integer overflow for termination)

2013-01-25 Thread Debian Bug Tracking System
Your message dated Fri, 25 Jan 2013 09:31:44 -0800 with message-id and subject line Isn't a bug to "miscompile" invalid code has caused the Debian Bug report #698950, regarding gcc-4.7: Miscompilation of simple loop depending on integer overflow for termination to be marked as done. This means

Bug#698950: gcc-4.7: Miscompilation of simple loop depending on integer overflow for termination

2013-01-25 Thread Daniel Schepler
Package: gcc-4.7 Version: 4.7.2-5 Severity: normal With the following very simple test program: extern int foo(int); extern void bar(); void test_fn() { int i; for (i = 1; 0 < i; i *= 2) foo(i); bar(); } and compiling with "gcc -S -O2 -Wall bugtest.c -o -" (on amd64) I get output: