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-
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
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
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
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
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:
6 matches
Mail list logo