<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-1154</id>
	<title>Nabble - gcc</title>
	<updated>2008-08-29T20:20:06Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/gcc-f1154.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/gcc-f1154.html" />
	<subtitle type="html">gcc is the GNU Compiler Collection, includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). gcc home is &lt;a href=&quot;http://gcc.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19230150</id>
	<title>[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c</title>
	<published>2008-08-29T20:20:06Z</published>
	<updated>2008-08-29T20:20:06Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #69 from hp at gcc dot gnu dot org &amp;nbsp;2008-08-30 03:20 -------
&lt;br&gt;(In reply to comment #64)
&lt;br&gt;&amp;gt; Not sure what you meant by that comment; that's not what happens here AFAICT.
&lt;br&gt;&amp;gt; I stated that output_operand does not see the same symbol_ref as was passed to
&lt;br&gt;&amp;gt; the rtl insn expander, so target-specific code is needed just like for Darwin
&lt;br&gt;&amp;gt; - or maybe it's just missing in generic code, for the constant pool.
&lt;br&gt;&lt;br&gt;No, that's not it. &amp;nbsp;The TREE_STATIC test is wrong.
&lt;br&gt;I should merge extern and (extern) weak handling somehow.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37170---New%3A--4.4-Regression-%3A-gcc.dg-weak-weak-1.c-tp19061223p19230150.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19230046</id>
	<title>[Bug fortran/33229] ICE with &quot;intrinsic&quot; plus calling a subroutine as function</title>
	<published>2008-08-29T19:58:39Z</published>
	<updated>2008-08-29T19:58:39Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #1 from kargl at gcc dot gnu dot org &amp;nbsp;2008-08-30 02:58 -------
&lt;br&gt;I may have a patch for this problem. &amp;nbsp;Note, there is an ambiguity
&lt;br&gt;due to a set of intrinsics such as ETIME, which has both a function
&lt;br&gt;form and a subroutine form.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33229&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33229&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-fortran-33229---New%3A-ICE-with-%22intrinsic%22-plus-calling-a-subroutine-as-function-tp12389156p19230046.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19230009</id>
	<title>[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c</title>
	<published>2008-08-29T19:48:32Z</published>
	<updated>2008-08-29T19:48:32Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #68 from dave at hiauly1 dot hia dot nrc dot ca &amp;nbsp;2008-08-30 02:48 -------
&lt;br&gt;Subject: Re: &amp;nbsp;[4.4 Regression]: gcc.dg/weak/weak-1.c
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; If the encoding for function names is getting stripped, then
&lt;br&gt;&amp;gt; &amp;gt; ASM_OUTPUT_EXTERNAL_REAL will fail to type the symbol correctly.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Not sure what you meant by that comment; that's not what happens here AFAICT.
&lt;br&gt;&amp;gt; I stated that output_operand does not see the same symbol_ref as was passed to
&lt;br&gt;&amp;gt; the rtl insn expander, so target-specific code is needed just like for Darwin
&lt;br&gt;&amp;gt; - or maybe it's just missing in generic code, for the constant pool.
&lt;br&gt;&lt;br&gt;I believe that the only special aspect of symbol_ref processing on the
&lt;br&gt;32-bit hppa port is the symbol name encoding. &amp;nbsp;There's also some flag
&lt;br&gt;bits. &amp;nbsp;Other than that, it's not clear why output_operand would see
&lt;br&gt;something different from what was passed to the rtl insn expander.
&lt;br&gt;&lt;br&gt;There's nothing new in the hppa backend wrt symbol references.
&lt;br&gt;&lt;br&gt;Besides the .import issue, function pointers have to point to a
&lt;br&gt;function descriptor (not the real code). &amp;nbsp;This is done using a plabel
&lt;br&gt;which is a relocation which tells the linker to create a pointer to
&lt;br&gt;a function descriptor. &amp;nbsp;This happens automatically if the output for
&lt;br&gt;the function pointer output uses assembler_integer (assuming the name
&lt;br&gt;encoding is correct).
&lt;br&gt;&lt;br&gt;Because the output of .import directives is a two stage process, there
&lt;br&gt;might be an issue if a symbol_ref was garbage collected after the
&lt;br&gt;assemble_external call.
&lt;br&gt;&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37170---New%3A--4.4-Regression-%3A-gcc.dg-weak-weak-1.c-tp19061223p19230009.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229775</id>
	<title>Results for 4.4.0 20080830 (experimental) (GCC) testsuite on i686-pc-linux-gnu</title>
	<published>2008-08-29T19:00:38Z</published>
	<updated>2008-08-29T19:00:38Z</updated>
	<author>
		<name>GCC regression tester</name>
	</author>
	<content type="html">This build run by an automatic regression tester.
&lt;br&gt;See &amp;lt;&lt;a href=&quot;http://glutton.geoffk.org/HEAD/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://glutton.geoffk.org/HEAD/&lt;/a&gt;&amp;gt; for more information.
&lt;br&gt;&lt;br&gt;Date: 2008-08-30T00:56:27Z
&lt;br&gt;Revision: 139797
&lt;br&gt;URL: svn://gcc.gnu.org/svn/gcc/trunk
&lt;br&gt;Status: regress-9
&lt;br&gt;Prev-Endtime: 2008-08-30T00:55:10Z
&lt;br&gt;&lt;br&gt;LAST_UPDATED: 
&lt;br&gt;Native configuration is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		18751
&lt;br&gt;# of unexpected failures	2
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		91
&lt;br&gt;/home/regress/tbox/native/build/gcc/testsuite/g++/../../g++ &amp;nbsp;version 4.4.0 20080830 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline
&lt;br&gt;FAIL: gcc.dg/pr30286.c execution test
&lt;br&gt;FAIL: gcc.dg/pr37186.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g -I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O0 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O1 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O2 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -g &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-Os &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect &amp;quot;vectorized 1 loops&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-13.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-7.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.target/i386/pr36222-1.c scan-assembler-not movdqa
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		53546
&lt;br&gt;# of unexpected failures	29
&lt;br&gt;# of expected failures		194
&lt;br&gt;# of unsupported tests		976
&lt;br&gt;/home/regress/tbox/native/build/gcc/xgcc &amp;nbsp;version 4.4.0 20080830 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gfortran.dg/bessel_2.f90 &amp;nbsp;-O &amp;nbsp;(test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		27541
&lt;br&gt;# of unexpected failures	1
&lt;br&gt;# of expected failures		9
&lt;br&gt;# of unsupported tests		89
&lt;br&gt;/home/regress/tbox/native/build/gcc/testsuite/gfortran/../../gfortran &amp;nbsp;version 4.4.0 20080830 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		1814
&lt;br&gt;# of expected failures		7
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;/home/regress/tbox/native/build/gcc/xgcc &amp;nbsp;version 4.4.0 20080830 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		2286
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		2574
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		1861
&lt;br&gt;# of unexpected failures	4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoi.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stol.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoul.cc execution test
&lt;br&gt;XPASS: 23_containers/unordered_multimap/init-list.cc (test for excess errors)
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		5997
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of unexpected successes	2
&lt;br&gt;# of expected failures		70
&lt;br&gt;# of unsupported tests		13
&lt;br&gt;&lt;br&gt;Compiler version: 4.4.0 20080830 (experimental) (GCC) 
&lt;br&gt;Platform: i686-pc-linux-gnu
&lt;br&gt;configure flags: --prefix=/home/regress/tbox/objs --target=i686-pc-linux-gnu
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---test-results-f1161.html&quot; embed=&quot;fixTarget[1161]&quot; target=&quot;_top&quot; &gt;gcc - test results&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Results-for-4.4.0-20080830-%28experimental%29-%28GCC%29-testsuite-on-i686-pc-linux-gnu-tp19229775p19229775.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229711</id>
	<title>Results for 4.3.3 20080829 (prerelease) (GCC) testsuite on arm-none-linux-gnueabi</title>
	<published>2008-08-29T18:45:04Z</published>
	<updated>2008-08-29T18:45:04Z</updated>
	<author>
		<name>CodeSourcery Automatic Testing System</name>
	</author>
	<content type="html">LAST_UPDATED: Fri Aug 29 16:44:22 UTC 2008 (/branches/gcc-4_3-branch revision 139751)
&lt;br&gt;&lt;br&gt;Target is arm-none-linux-gnueabi
&lt;br&gt;Host &amp;nbsp; is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target qemu-default
&lt;br&gt;FAIL: g++.dg/abi/forced.C execution test
&lt;br&gt;FAIL: g++.dg/ext/java-1.C (test for excess errors)
&lt;br&gt;FAIL: g++.dg/ext/java-2.C (test for excess errors)
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTI1A
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTS1A
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTI1B
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTS1B
&lt;br&gt;FAIL: g++.dg/other/anon5.C &amp;nbsp;(test for errors, line 19)
&lt;br&gt;FAIL: g++.dg/other/anon5.C (test for excess errors)
&lt;br&gt;XPASS: g++.dg/other/packed1.C execution test
&lt;br&gt;FAIL: g++.old-deja/g++.jason/enum6.C (test for excess errors)
&lt;br&gt;FAIL: g++.old-deja/g++.law/enum9.C (test for excess errors)
&lt;br&gt;FAIL: g++.old-deja/g++.other/enum4.C (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		17561
&lt;br&gt;# of unexpected failures	12
&lt;br&gt;# of unexpected successes	1
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		143
&lt;br&gt;/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/obj/test-4.3-0-arm-none-linux-gnueabi/host-i686-pc-linux-gnu/fsf-4.3/bin/arm-none-linux-gnueabi-g++ &amp;nbsp;version 4.3.3 20080829 (prerelease) (GCC) 
&lt;br&gt;&lt;br&gt;Host &amp;nbsp; is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target qemu-default
&lt;br&gt;FAIL: gcc.dg/fshort-wchar.c (test for excess errors)
&lt;br&gt;UNRESOLVED: gcc.dg/fshort-wchar.c compilation failed to produce executable
&lt;br&gt;FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times optimized &amp;quot;nasty_local&amp;quot; 0
&lt;br&gt;FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8)
&lt;br&gt;FAIL: gcc.dg/uninit-13.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution, &amp;nbsp; &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lowf32.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lowp16.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lowp8.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lows16.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lows32.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lows64.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lows8.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lowu16.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lowu32.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lowu64.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;FAIL: gcc.target/arm/neon/vget_lowu8.c scan-assembler vmov[ \\t]+[dD][0-9]+, [dD][0-9]+!?([ \\t]+@[a-zA-Z0-9 ]+)?\\n
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		49864
&lt;br&gt;# of unexpected failures	16
&lt;br&gt;# of expected failures		102
&lt;br&gt;# of unresolved testcases	2
&lt;br&gt;# of untested testcases		35
&lt;br&gt;# of unsupported tests		739
&lt;br&gt;/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/obj/test-4.3-0-arm-none-linux-gnueabi/host-i686-pc-linux-gnu/fsf-4.3/bin/arm-none-linux-gnueabi-gcc &amp;nbsp;version 4.3.3 20080829 (prerelease) (GCC) 
&lt;br&gt;&lt;br&gt;Host &amp;nbsp; is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target qemu-default
&lt;br&gt;FAIL: 20_util/make_signed/requirements/typedefs-2.cc (test for excess errors)
&lt;br&gt;FAIL: 20_util/make_unsigned/requirements/typedefs-2.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		4936
&lt;br&gt;# of unexpected failures	2
&lt;br&gt;# of expected failures		60
&lt;br&gt;# of unsupported tests		328
&lt;br&gt;Host &amp;nbsp; is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target qemu-default/-mthumb
&lt;br&gt;FAIL: g++.dg/abi/forced.C execution test
&lt;br&gt;FAIL: g++.dg/ext/java-1.C (test for excess errors)
&lt;br&gt;FAIL: g++.dg/ext/java-2.C (test for excess errors)
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTI1A
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTS1A
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTI1B
&lt;br&gt;FAIL: g++.dg/ext/visibility/arm3.C scan-not-hidden hidden[ \\t_]*_ZTS1B
&lt;br&gt;FAIL: g++.dg/other/anon5.C &amp;nbsp;(test for errors, line 19)
&lt;br&gt;FAIL: g++.dg/other/anon5.C (test for excess errors)
&lt;br&gt;XPASS: g++.dg/other/packed1.C execution test
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O1 &amp;nbsp;(internal compiler error)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O1 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O2 &amp;nbsp;(internal compiler error)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O2 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(internal compiler error)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O3 -g &amp;nbsp;(internal compiler error)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-O3 -g &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-Os &amp;nbsp;(internal compiler error)
&lt;br&gt;FAIL: g++.dg/torture/pr35526.C &amp;nbsp;-Os &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: g++.old-deja/g++.jason/enum6.C (test for excess errors)
&lt;br&gt;FAIL: g++.old-deja/g++.law/enum9.C (test for excess errors)
&lt;br&gt;FAIL: g++.old-deja/g++.other/enum4.C (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		17522
&lt;br&gt;# of unexpected failures	22
&lt;br&gt;# of unexpected successes	1
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		145
&lt;br&gt;/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/obj/test-4.3-0-arm-none-linux-gnueabi/host-i686-pc-linux-gnu/fsf-4.3/bin/arm-none-linux-gnueabi-g++ &amp;nbsp;version 4.3.3 20080829 (prerelease) (GCC) 
&lt;br&gt;&lt;br&gt;Host &amp;nbsp; is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target qemu-default/-mthumb
&lt;br&gt;FAIL: gcc.dg/fshort-wchar.c (test for excess errors)
&lt;br&gt;UNRESOLVED: gcc.dg/fshort-wchar.c compilation failed to produce executable
&lt;br&gt;FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times optimized &amp;quot;nasty_local&amp;quot; 0
&lt;br&gt;FAIL: gcc.dg/nested-func-4.c (test for excess errors)
&lt;br&gt;UNRESOLVED: gcc.dg/nested-func-4.c compilation failed to produce executable
&lt;br&gt;FAIL: gcc.dg/sibcall-3.c execution test
&lt;br&gt;FAIL: gcc.dg/sibcall-4.c execution test
&lt;br&gt;FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8)
&lt;br&gt;FAIL: gcc.dg/uninit-13.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution, &amp;nbsp; &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		46000
&lt;br&gt;# of unexpected failures	8
&lt;br&gt;# of expected failures		92
&lt;br&gt;# of unresolved testcases	3
&lt;br&gt;# of untested testcases		35
&lt;br&gt;# of unsupported tests		2236
&lt;br&gt;/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/obj/test-4.3-0-arm-none-linux-gnueabi/host-i686-pc-linux-gnu/fsf-4.3/bin/arm-none-linux-gnueabi-gcc &amp;nbsp;version 4.3.3 20080829 (prerelease) (GCC) 
&lt;br&gt;&lt;br&gt;Host &amp;nbsp; is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target qemu-default/-mthumb
&lt;br&gt;FAIL: 20_util/make_signed/requirements/typedefs-2.cc (test for excess errors)
&lt;br&gt;FAIL: 20_util/make_unsigned/requirements/typedefs-2.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		4936
&lt;br&gt;# of unexpected failures	2
&lt;br&gt;# of expected failures		60
&lt;br&gt;# of unsupported tests		328
&lt;br&gt;&lt;br&gt;Compiler version: 4.3.3 20080829 (prerelease) (GCC) 
&lt;br&gt;Platform: arm-none-linux-gnueabi
&lt;br&gt;configure flags: --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/obj/host-libs-4.3-0-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/obj/host-libs-4.3-0-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/gcc/nightly-2008-08-29-4.3/arm-none-linux-gnueabi/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/gcc/n!
&lt;br&gt;&amp;nbsp;ightly-2008-08-29-4.3/arm-none-linux-gnueabi/install/arm-none-linux-gnueabi/bin
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---test-results-f1161.html&quot; embed=&quot;fixTarget[1161]&quot; target=&quot;_top&quot; &gt;gcc - test results&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Results-for-4.3.3-20080829-%28prerelease%29-%28GCC%29-testsuite-on-arm-none-linux-gnueabi-tp19229711p19229711.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229692</id>
	<title>[Bug rtl-optimization/37262] Two branches of the same condition being emitted</title>
	<published>2008-08-29T18:41:45Z</published>
	<updated>2008-08-29T18:41:45Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #1 from pinskia at gcc dot gnu dot org &amp;nbsp;2008-08-30 01:41 -------
&lt;br&gt;I have seen this in other cases even for the non doloop case, though I don't
&lt;br&gt;know if it is because of -O1 or because it is not removing it.
&lt;br&gt;Testcase:
&lt;br&gt;int _bfd_xcoff_canonicalize_dynamic_reloc (unsigned long long l_symndx)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; if (l_symndx &amp;lt; 3)
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; switch (l_symndx)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 0:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 1:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 2:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return _bfd_abort ();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;--- CUT ---
&lt;br&gt;Compile at -O1 on powerpc-linux and you will see the double branches:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bne 0,.L7
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bne 0,.L8
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37262&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37262&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-rtl-optimization-37262---New%3A-Two-branches-of-the-same-condition-being-emitted-tp19193046p19229692.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229678</id>
	<title>gcc trunk build failure on i686 darwin9</title>
	<published>2008-08-29T18:39:47Z</published>
	<updated>2008-08-29T18:39:47Z</updated>
	<author>
		<name>Jack Howarth</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp;Is anyone else seeing the following build failure on i686 Darwin9?
&lt;br&gt;&lt;br&gt;/bin/sh ../libtool --tag CXX --mode=compile /sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc/xgcc -shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc -nostdinc++ -L/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src -L/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src/.libs -B/sw/lib/gcc4.4/i686-apple-darwin9/bin/ -B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem /sw/lib/gcc4.4/i686-apple-darwin9/include -isystem /sw/lib/gcc4.4/i686-apple-darwin9/sys-include &amp;nbsp;-I/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9 -I/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include -I/sw/src/fink.build/gcc44-4.3.999-20080829/gcc-4.4-20080829/libstdc++-v3/libsupc++ -I/sw/include -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual &amp;nbsp;-fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections &amp;nbsp;-g -O2 &amp;nbsp; &amp;nbsp;-c -o bitmap_allocator.lo ../../../../gcc-4.4-20080829/libstdc++-v3/src/bitmap_allocator.cc
&lt;br&gt;libtool: compile: &amp;nbsp;/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc/xgcc -shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc -nostdinc++ -L/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src -L/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src/.libs -B/sw/lib/gcc4.4/i686-apple-darwin9/bin/ -B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem /sw/lib/gcc4.4/i686-apple-darwin9/include -isystem /sw/lib/gcc4.4/i686-apple-darwin9/sys-include -I/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9 -I/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include -I/sw/src/fink.build/gcc44-4.3.999-20080829/gcc-4.4-20080829/libstdc++-v3/libsupc++ -I/sw/include -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -g -O2 -c ../../../../gcc-4.4-20080829/libstdc++-v3/src/bitmap_allocator.cc &amp;nbsp;-fno-common -DPIC -o .libs/bitmap_allocator.o
&lt;br&gt;/var/tmp//ccnZtLXp.s:unknown:Non-global symbol: _T.292.eh can't be a weak_definition
&lt;br&gt;/var/tmp//ccnZtLXp.s:unknown:Non-global symbol: _T.293.eh can't be a weak_definition
&lt;br&gt;make[4]: *** [bitmap_allocator.lo] Error 1
&lt;br&gt;make[3]: *** [all-recursive] Error 1
&lt;br&gt;make[2]: *** [all] Error 2
&lt;br&gt;make[1]: *** [all-target-libstdc++-v3] Error 2
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---Dev-f1157.html&quot; embed=&quot;fixTarget[1157]&quot; target=&quot;_top&quot; &gt;gcc - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/gcc-trunk-build-failure-on-i686-darwin9-tp19229678p19229678.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229615</id>
	<title>[Bug middle-end/37285] [4.4 Regression] ICE while building binutils on ppc</title>
	<published>2008-08-29T18:28:56Z</published>
	<updated>2008-08-29T18:28:56Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;pinskia at gcc dot gnu dot org changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|blocker
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |4.4.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37285&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37285&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37285---New%3A--4.4-Regression--ICE-while-building-binutils-on-ppc-tp19229614p19229615.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229614</id>
	<title>[Bug middle-end/37285]  New: [4.4 Regression] ICE while building binutils on ppc</title>
	<published>2008-08-29T18:28:46Z</published>
	<updated>2008-08-29T18:28:46Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">Hi, it looks like some of the VRP enhancements for switch statements is causing
&lt;br&gt;an ICE on some code in binutils.
&lt;br&gt;Testcase:
&lt;br&gt;_bfd_xcoff_canonicalize_dynamic_reloc (unsigned long long l_symndx)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; if (l_symndx &amp;lt; 3)
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; switch (l_symndx)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 0:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 1:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 2:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_bfd_abort (&amp;quot;HI&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;--- CUT ---
&lt;br&gt;With VRP turned on we get:
&lt;br&gt;&amp;nbsp; switch (l_symndx) &amp;lt;case 0 ... 1: &amp;lt;L4&amp;gt;, case 2: &amp;lt;L3&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;But without it turned on we get:
&lt;br&gt;&amp;nbsp; switch (l_symndx) &amp;lt;default: &amp;lt;L4&amp;gt;, case 2: &amp;lt;L3&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Most likely caused by the patch to fix PR 14495.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: [4.4 Regression] ICE while building binutils on ppc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gcc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 4.4.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: UNCONFIRMED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords: ice-on-valid-code
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: middle-end
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: unassigned at gcc dot gnu dot org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: pinskia at gcc dot gnu dot org
&lt;br&gt;GCC target triplet: powerpc-unknown-linux-gnu
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37285&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37285&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37285---New%3A--4.4-Regression--ICE-while-building-binutils-on-ppc-tp19229614p19229614.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229577</id>
	<title>[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c</title>
	<published>2008-08-29T18:19:10Z</published>
	<updated>2008-08-29T18:19:10Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #67 from dave at hiauly1 dot hia dot nrc dot ca &amp;nbsp;2008-08-30 01:19 -------
&lt;br&gt;Subject: Re: &amp;nbsp;[4.4 Regression]: gcc.dg/weak/weak-1.c
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; If the extern references had been &amp;quot;sort -u&amp;quot;:ed, they'd had looked like this,
&lt;br&gt;&amp;gt; diff from unpatched to patched for the attachment in comment #61, compiled with
&lt;br&gt;&amp;gt; -O2:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- ../../../comboo/hppa2/gcc/hppa2.s &amp;nbsp; 2008-08-29 22:32:02.000000000 +0200
&lt;br&gt;&amp;gt; +++ ./hppa2.s &amp;nbsp; 2008-08-29 22:31:38.000000000 +0200
&lt;br&gt;&amp;gt; @@ -6664,13 +6664,7 @@ L$ASFDE0143:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .align 4
&lt;br&gt;&amp;gt; &amp;nbsp;L$EFDE0143:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .word &amp;nbsp; 0x0
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSdD0Ev,CODE
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSdD1Ev,CODE
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSdD2Ev,CODE
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSiD0Ev,CODE
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSiD1Ev,CODE
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSoD0Ev,CODE
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSoD1Ev,CODE
&lt;/div&gt;&lt;br&gt;If any of these functions is present in the .s, then there's a problem.
&lt;br&gt;The default for a 32-bit HP-UX symbol that isn't imported is DATA.
&lt;br&gt;&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37170---New%3A--4.4-Regression-%3A-gcc.dg-weak-weak-1.c-tp19061223p19229577.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229521</id>
	<title>[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c</title>
	<published>2008-08-29T18:08:16Z</published>
	<updated>2008-08-29T18:08:16Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #66 from hp at gcc dot gnu dot org &amp;nbsp;2008-08-30 01:08 -------
&lt;br&gt;(In reply to comment #61)
&lt;br&gt;&amp;gt; Created an attachment (id=16165)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://gcc.gnu.org/bugzilla/attachment.cgi?id=16165&amp;action=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/attachment.cgi?id=16165&amp;action=view&lt;/a&gt;) [edit]
&lt;br&gt;&amp;gt; preprocessed source from hppa2.0w-hp-hpux11.11 
&lt;br&gt;&lt;br&gt;Could you please dig out the cc1plus options too, so I'm not missing the
&lt;br&gt;original case?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37170---New%3A--4.4-Regression-%3A-gcc.dg-weak-weak-1.c-tp19061223p19229521.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229510</id>
	<title>[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c</title>
	<published>2008-08-29T18:05:53Z</published>
	<updated>2008-08-29T18:05:53Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #65 from hp at gcc dot gnu dot org &amp;nbsp;2008-08-30 01:05 -------
&lt;br&gt;If the extern references had been &amp;quot;sort -u&amp;quot;:ed, they'd had looked like this,
&lt;br&gt;diff from unpatched to patched for the attachment in comment #61, compiled with
&lt;br&gt;-O2:
&lt;br&gt;&lt;br&gt;--- ../../../comboo/hppa2/gcc/hppa2.s &amp;nbsp; 2008-08-29 22:32:02.000000000 +0200
&lt;br&gt;+++ ./hppa2.s &amp;nbsp; 2008-08-29 22:31:38.000000000 +0200
&lt;br&gt;@@ -6664,13 +6664,7 @@ L$ASFDE0143:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .align 4
&lt;br&gt;&amp;nbsp;L$EFDE0143:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .word &amp;nbsp; 0x0
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSdD0Ev,CODE
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSdD1Ev,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSdD2Ev,CODE
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSiD0Ev,CODE
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSiD1Ev,CODE
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSoD0Ev,CODE
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSoD1Ev,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSt15basic_streambufIcSt11char_traitsIcEE4syncEv,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT
&lt;br&gt;_ZNSt15basic_streambufIcSt11char_traitsIcEE5imbueERKSt6locale,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSt15basic_streambufIcSt11char_traitsIcEE5uflowEv,CODE
&lt;br&gt;@@ -6684,13 +6678,6 @@ L$EFDE0143:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSt8ios_baseD2Ev,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT
&lt;br&gt;_ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZNSt9basic_iosIcSt11char_traitsIcEED2Ev,CODE
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTISd,DATA
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTISi,DATA
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTISo,DATA
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTISt15basic_streambufIcSt11char_traitsIcEE,DATA
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTVN10__cxxabiv120__si_class_type_infoE,DATA
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTVSt15basic_streambufIcSt11char_traitsIcEE,DATA
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTVSt9basic_iosIcSt11char_traitsIcEE,DATA
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZThn8_NSdD0Ev,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZThn8_NSdD1Ev,CODE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .IMPORT _ZTv0_n12_NSdD0Ev,CODE
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37170---New%3A--4.4-Regression-%3A-gcc.dg-weak-weak-1.c-tp19061223p19229510.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229502</id>
	<title>Results for 4.4.0 20080829 (experimental) [trunk revision 139772] (GCC) testsuite on x86_64-unknown-linux-gnu</title>
	<published>2008-08-29T18:05:09Z</published>
	<updated>2008-08-29T18:05:09Z</updated>
	<author>
		<name>Joey Ye</name>
	</author>
	<content type="html">LAST_UPDATED: Fri Aug 29 17:46:47 UTC 2008 (revision 139772)
&lt;br&gt;&lt;br&gt;Native configuration is x86_64-unknown-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		18752
&lt;br&gt;# of unexpected failures	2
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		91
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		18440
&lt;br&gt;# of unexpected failures	1
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		241
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		37192
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of expected failures		164
&lt;br&gt;# of unsupported tests		332
&lt;br&gt;/home/jye2/gcc/build-daily/gcc/testsuite/g++/../../g++ &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139772] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline
&lt;br&gt;FAIL: gcc.dg/pr30286.c execution test
&lt;br&gt;FAIL: gcc.dg/pr37186.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g -I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O0 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O1 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O2 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -g &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-Os &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect &amp;quot;vectorized 1 loops&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-13.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-7.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.target/i386/pr36222-1.c scan-assembler-not movdqa
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		53549
&lt;br&gt;# of unexpected failures	29
&lt;br&gt;# of expected failures		194
&lt;br&gt;# of unsupported tests		973
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline
&lt;br&gt;FAIL: gcc.dg/pr37186.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O0 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O1 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O2 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -g &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-Os &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution, &amp;nbsp; &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;FAIL: gcc.dg/tree-prof/pr34999.c compilation, &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution, &amp;nbsp; &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect &amp;quot;vectorized 1 loops&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-13.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-7.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.target/i386/pr34256.c scan-assembler-times mov 2
&lt;br&gt;FAIL: gcc.target/i386/pr36222-1.c scan-assembler-not movdqa
&lt;br&gt;FAIL: gcc.target/i386/pr36246.c scan-assembler-not movq
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		53103
&lt;br&gt;# of unexpected failures	18
&lt;br&gt;# of expected failures		194
&lt;br&gt;# of unresolved testcases	2
&lt;br&gt;# of unsupported tests		1263
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		106652
&lt;br&gt;# of unexpected failures	47
&lt;br&gt;# of expected failures		388
&lt;br&gt;# of unresolved testcases	2
&lt;br&gt;# of unsupported tests		2236
&lt;br&gt;/home/jye2/gcc/build-daily/gcc/xgcc &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139772] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: gfortran.dg/bessel_2.f90 &amp;nbsp;-O &amp;nbsp;(test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		27541
&lt;br&gt;# of unexpected failures	1
&lt;br&gt;# of expected failures		9
&lt;br&gt;# of unsupported tests		89
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gfortran.dg/bessel_2.f90 &amp;nbsp;-O &amp;nbsp;(test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		27656
&lt;br&gt;# of unexpected failures	1
&lt;br&gt;# of expected failures		9
&lt;br&gt;# of unsupported tests		34
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		55197
&lt;br&gt;# of unexpected failures	2
&lt;br&gt;# of expected failures		18
&lt;br&gt;# of unsupported tests		123
&lt;br&gt;/home/jye2/gcc/build-daily/gcc/testsuite/gfortran/../../gfortran &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139772] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1814
&lt;br&gt;# of expected failures		7
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1814
&lt;br&gt;# of expected failures		7
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		3628
&lt;br&gt;# of expected failures		14
&lt;br&gt;# of unsupported tests		48
&lt;br&gt;/home/jye2/gcc/build-daily/gcc/xgcc &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139772] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		2778
&lt;br&gt;# of unsupported tests		20
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		2286
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		2289
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		4575
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		2574
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		2574
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		5148
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1861
&lt;br&gt;# of unexpected failures	4
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1861
&lt;br&gt;# of unexpected failures	4
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		3722
&lt;br&gt;# of unexpected failures	8
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoi.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stol.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoul.cc execution test
&lt;br&gt;XPASS: 23_containers/unordered_multimap/init-list.cc (test for excess errors)
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		5997
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of unexpected successes	2
&lt;br&gt;# of expected failures		70
&lt;br&gt;# of unsupported tests		13
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;XPASS: 23_containers/unordered_multimap/init-list.cc (test for excess errors)
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		6006
&lt;br&gt;# of unexpected successes	2
&lt;br&gt;# of expected failures		70
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		12003
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of unexpected successes	4
&lt;br&gt;# of expected failures		140
&lt;br&gt;# of unsupported tests		23
&lt;br&gt;&lt;br&gt;Compiler version: 4.4.0 20080829 (experimental) [trunk revision 139772] (GCC) 
&lt;br&gt;Platform: x86_64-unknown-linux-gnu
&lt;br&gt;configure flags: --enable-clocale=gnu --with-system-zlib --enable-decimal-float=bid --with-demangler-in-ld --enable-shared --enable-threads=posix --enable-haifa --enable-checking=assert
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---test-results-f1161.html&quot; embed=&quot;fixTarget[1161]&quot; target=&quot;_top&quot; &gt;gcc - test results&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Results-for-4.4.0-20080829-%28experimental%29--trunk-revision-139772--%28GCC%29-testsuite-on-x86_64-unknown-linux-gnu-tp19229502p19229502.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229459</id>
	<title>Results for 4.4.0 20080829 (experimental) (GCC) testsuite on i686-pc-linux-gnu</title>
	<published>2008-08-29T17:55:17Z</published>
	<updated>2008-08-29T17:55:17Z</updated>
	<author>
		<name>GCC regression tester</name>
	</author>
	<content type="html">This build run by an automatic regression tester.
&lt;br&gt;See &amp;lt;&lt;a href=&quot;http://glutton.geoffk.org/HEAD/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://glutton.geoffk.org/HEAD/&lt;/a&gt;&amp;gt; for more information.
&lt;br&gt;&lt;br&gt;Date: 2008-08-29T23:51:00Z
&lt;br&gt;Revision: 139792
&lt;br&gt;URL: svn://gcc.gnu.org/svn/gcc/trunk
&lt;br&gt;Status: regress-9
&lt;br&gt;Prev-Endtime: 2008-08-29T23:49:49Z
&lt;br&gt;&lt;br&gt;LAST_UPDATED: 
&lt;br&gt;Native configuration is i686-pc-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		18751
&lt;br&gt;# of unexpected failures	2
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		91
&lt;br&gt;/home/regress/tbox/native/build/gcc/testsuite/g++/../../g++ &amp;nbsp;version 4.4.0 20080829 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline
&lt;br&gt;FAIL: gcc.dg/pr30286.c execution test
&lt;br&gt;FAIL: gcc.dg/pr37186.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g -I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O0 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O1 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O2 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-O3 -g &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/torture/builtin-math-4.c &amp;nbsp;-Os &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect &amp;quot;vectorized 1 loops&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-13.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-7.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.target/i386/pr36222-1.c scan-assembler-not movdqa
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		53546
&lt;br&gt;# of unexpected failures	29
&lt;br&gt;# of expected failures		194
&lt;br&gt;# of unsupported tests		976
&lt;br&gt;/home/regress/tbox/native/build/gcc/xgcc &amp;nbsp;version 4.4.0 20080829 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gfortran.dg/bessel_2.f90 &amp;nbsp;-O &amp;nbsp;(test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		27541
&lt;br&gt;# of unexpected failures	1
&lt;br&gt;# of expected failures		9
&lt;br&gt;# of unsupported tests		89
&lt;br&gt;/home/regress/tbox/native/build/gcc/testsuite/gfortran/../../gfortran &amp;nbsp;version 4.4.0 20080829 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		1814
&lt;br&gt;# of expected failures		7
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;/home/regress/tbox/native/build/gcc/xgcc &amp;nbsp;version 4.4.0 20080829 (experimental) (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		2286
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		2574
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;FAIL: libmudflap.cth/pass39-frag.c (rerun 16) execution test
&lt;br&gt;FAIL: libmudflap.cth/pass39-frag.c (rerun 16) output pattern test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		1859
&lt;br&gt;# of unexpected failures	6
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoi.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stol.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoul.cc execution test
&lt;br&gt;XPASS: 23_containers/unordered_multimap/init-list.cc (test for excess errors)
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		5997
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of unexpected successes	2
&lt;br&gt;# of expected failures		70
&lt;br&gt;# of unsupported tests		13
&lt;br&gt;&lt;br&gt;Compiler version: 4.4.0 20080829 (experimental) (GCC) 
&lt;br&gt;Platform: i686-pc-linux-gnu
&lt;br&gt;configure flags: --prefix=/home/regress/tbox/objs --target=i686-pc-linux-gnu
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---test-results-f1161.html&quot; embed=&quot;fixTarget[1161]&quot; target=&quot;_top&quot; &gt;gcc - test results&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Results-for-4.4.0-20080829-%28experimental%29-%28GCC%29-testsuite-on-i686-pc-linux-gnu-tp19229459p19229459.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229384</id>
	<title>[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c</title>
	<published>2008-08-29T17:39:43Z</published>
	<updated>2008-08-29T17:39:43Z</updated>
	<author>
		<name>Bugzilla from gcc-bugzilla@gcc.gnu.org</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;------- Comment #64 from hp at gcc dot gnu dot org &amp;nbsp;2008-08-30 00:39 -------
&lt;br&gt;(In reply to comment #63)
&lt;br&gt;&amp;gt; If the encoding for function names is getting stripped, then
&lt;br&gt;&amp;gt; ASM_OUTPUT_EXTERNAL_REAL will fail to type the symbol correctly.
&lt;br&gt;&lt;br&gt;Not sure what you meant by that comment; that's not what happens here AFAICT.
&lt;br&gt;I stated that output_operand does not see the same symbol_ref as was passed to
&lt;br&gt;the rtl insn expander, so target-specific code is needed just like for Darwin
&lt;br&gt;- or maybe it's just missing in generic code, for the constant pool.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---bugs-f1159.html&quot; embed=&quot;fixTarget[1159]&quot; target=&quot;_top&quot; &gt;gcc - bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-middle-end-37170---New%3A--4.4-Regression-%3A-gcc.dg-weak-weak-1.c-tp19061223p19229384.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229376</id>
	<title>GCC : unable to compile for a target i686-apple-darwin9 on a host i686-pc-linux-gnu</title>
	<published>2008-08-29T17:37:41Z</published>
	<updated>2008-08-29T17:37:41Z</updated>
	<author>
		<name>GNULinuxSlackware</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;My goal is to build a gcc cross-compiler : --target=i686-apple-darwin9
&lt;br&gt;--host=i686-pc-linux-gnu.
&lt;br&gt;I use gcc 4.3.2 on a i686-pc-linux-gnu.
&lt;br&gt;&lt;br&gt;I do :
&lt;br&gt;tar -jxvf gcc-4.3.2.tar.bz2
&lt;br&gt;mkdir gcc-4.3.2-build
&lt;br&gt;cd gcc-4.3.2-build
&lt;br&gt;../gcc-4.3.2/configure --target=i686-apple-darwin9 --host=i686-pc-linux-gnu
&lt;br&gt;make
&lt;br&gt;&lt;br&gt;And I got :
&lt;br&gt;&lt;br&gt;checking for i686-apple-darwin9-gcc...
&lt;br&gt;/home/yugiohjcj/gcc-4.3.2-build/./gcc/xgcc
&lt;br&gt;-B/home/yugiohjcj/gcc-4.3.2-build/./gcc/
&lt;br&gt;-B/usr/local/i686-apple-darwin9/bin/
&lt;br&gt;-B/usr/local/i686-apple-darwin9/lib/ -isystem
&lt;br&gt;/usr/local/i686-apple-darwin9/include -isystem
&lt;br&gt;/usr/local/i686-apple-darwin9/sys-include
&lt;br&gt;checking for suffix of object files... configure: error: cannot
&lt;br&gt;compute suffix of object files: cannot compile
&lt;br&gt;See `config.log' for more details.
&lt;br&gt;make[1]: *** [configure-target-libgcc] Erreur 1
&lt;br&gt;make[1]: quittant le répertoire « /home/yugiohjcj/gcc-4.3.2-build »
&lt;br&gt;make: *** [all] Erreur 2
&lt;br&gt;&lt;br&gt;how to resolve this?
&lt;br&gt;Thank you.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---Help-f1158.html&quot; embed=&quot;fixTarget[1158]&quot; target=&quot;_top&quot; &gt;gcc - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GCC-%3A-unable-to-compile-for-a-target-i686-apple-darwin9-on-a-host-i686-pc-linux-gnu-tp19229376p19229376.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229331</id>
	<title>Re: [PATCH] Die store-ccp</title>
	<published>2008-08-29T17:28:10Z</published>
	<updated>2008-08-29T17:28:10Z</updated>
	<author>
		<name>Diego Novillo-3</name>
	</author>
	<content type="html">On Fri, Aug 29, 2008 at 05:42, Richard Guenther &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19229331&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rguenther@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; As nothing spectacular happened after the last store-ccp pass was
&lt;br&gt;&amp;gt; disabled this now removes all traces of the store-ccp code.
&lt;br&gt;&lt;br&gt;Excellent. &amp;nbsp;Thanks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;Diego.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---patches-f1160.html&quot; embed=&quot;fixTarget[1160]&quot; target=&quot;_top&quot; &gt;gcc - patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-PATCH--Die-store-ccp-tp19216863p19229331.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229314</id>
	<title>Re: New SRA Implementation</title>
	<published>2008-08-29T17:24:21Z</published>
	<updated>2008-08-29T17:24:21Z</updated>
	<author>
		<name>Diego Novillo-3</name>
	</author>
	<content type="html">On Fri, Aug 29, 2008 at 09:02, Jakub Staszak &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19229314&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jstaszak@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; It bootstraps trunk before IRA. After IRA there are some problems, Richi
&lt;br&gt;&amp;gt; will write something more about this bug soon.
&lt;br&gt;&lt;br&gt;Are you trying to get this before stage 1 closes? &amp;nbsp; IIRC, stage 1
&lt;br&gt;closes this weekend, so I don't think there is enough time, but I will
&lt;br&gt;defer that decision to the RMs. &amp;nbsp;I can start reviewing this in the
&lt;br&gt;next few days.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Diego.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---patches-f1160.html&quot; embed=&quot;fixTarget[1160]&quot; target=&quot;_top&quot; &gt;gcc - patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/New-SRA-Implementation-tp19219438p19229314.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229304</id>
	<title>Results for 4.4.0 20080829 (experimental) [trunk revision 139786] (GCC) testsuite on x86_64-unknown-linux-gnu</title>
	<published>2008-08-29T17:22:45Z</published>
	<updated>2008-08-29T17:22:45Z</updated>
	<author>
		<name>H.J. Lu (Intel64)-2</name>
	</author>
	<content type="html">LAST_UPDATED: Fri Aug 29 20:56:46 UTC 2008 (revision 139786)
&lt;br&gt;&lt;br&gt;Native configuration is x86_64-unknown-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		18752
&lt;br&gt;# of unexpected failures	2
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		91
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		18440
&lt;br&gt;# of unexpected failures	1
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		241
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		37192
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of expected failures		164
&lt;br&gt;# of unsupported tests		332
&lt;br&gt;/export/gnu/import/svn/gcc-test/bld/gcc/testsuite/g++/../../g++ &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline
&lt;br&gt;FAIL: gcc.dg/pr30286.c execution test
&lt;br&gt;FAIL: gcc.dg/pr37186.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g -I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c -O0 -g assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O0 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O1 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O2 &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-O3 -g &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;-I. (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/pch/valid-1b.c &amp;nbsp;-Os &amp;nbsp;assembly comparison
&lt;br&gt;FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect &amp;quot;vectorized 1 loops&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-13.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-7.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.target/i386/pr36222-1.c scan-assembler-not movdqa
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		54648
&lt;br&gt;# of unexpected failures	21
&lt;br&gt;# of expected failures		194
&lt;br&gt;# of unsupported tests		433
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline
&lt;br&gt;FAIL: gcc.dg/pr37186.c (test for excess errors)
&lt;br&gt;FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution, &amp;nbsp; &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;FAIL: gcc.dg/tree-prof/pr34999.c compilation, &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution, &amp;nbsp; &amp;nbsp;-fprofile-use -D_PROFILE_USE
&lt;br&gt;FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect &amp;quot;vectorized 1 loops&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-13.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.dg/vect/no-scevccp-outer-7.c scan-tree-dump-times vect &amp;quot;OUTER LOOP VECTORIZED.&amp;quot; 1
&lt;br&gt;FAIL: gcc.target/i386/pr34256.c scan-assembler-times mov 2
&lt;br&gt;FAIL: gcc.target/i386/pr36222-1.c scan-assembler-not movdqa
&lt;br&gt;FAIL: gcc.target/i386/pr36246.c scan-assembler-not movq
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		54232
&lt;br&gt;# of unexpected failures	10
&lt;br&gt;# of expected failures		194
&lt;br&gt;# of unresolved testcases	2
&lt;br&gt;# of unsupported tests		708
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		108880
&lt;br&gt;# of unexpected failures	31
&lt;br&gt;# of expected failures		388
&lt;br&gt;# of unresolved testcases	2
&lt;br&gt;# of unsupported tests		1141
&lt;br&gt;/export/gnu/import/svn/gcc-test/bld/gcc/xgcc &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		27542
&lt;br&gt;# of expected failures		9
&lt;br&gt;# of unsupported tests		89
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		27657
&lt;br&gt;# of expected failures		9
&lt;br&gt;# of unsupported tests		34
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		55199
&lt;br&gt;# of expected failures		18
&lt;br&gt;# of unsupported tests		123
&lt;br&gt;/export/gnu/import/svn/gcc-test/bld/gcc/testsuite/gfortran/../../gfortran &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1814
&lt;br&gt;# of expected failures		7
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1814
&lt;br&gt;# of expected failures		7
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		3628
&lt;br&gt;# of expected failures		14
&lt;br&gt;# of unsupported tests		48
&lt;br&gt;/export/gnu/import/svn/gcc-test/bld/gcc/xgcc &amp;nbsp;version 4.4.0 20080829 (experimental) [trunk revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		2778
&lt;br&gt;# of unsupported tests		20
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-loops &amp;nbsp;execution test
&lt;br&gt;FAIL: libgomp.fortran/vla7.f90 &amp;nbsp;-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions &amp;nbsp;execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		2286
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		2289
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		4575
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		2574
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		2574
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		5148
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 2) execution test
&lt;br&gt;FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 2) output pattern test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1859
&lt;br&gt;# of unexpected failures	6
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1861
&lt;br&gt;# of unexpected failures	4
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		3720
&lt;br&gt;# of unexpected failures	10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoi.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stol.cc execution test
&lt;br&gt;FAIL: 21_strings/basic_string/numeric_conversions/char/stoul.cc execution test
&lt;br&gt;XPASS: 23_containers/unordered_multimap/init-list.cc (test for excess errors)
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		5997
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of unexpected successes	2
&lt;br&gt;# of expected failures		70
&lt;br&gt;# of unsupported tests		13
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;XPASS: 23_containers/unordered_multimap/init-list.cc (test for excess errors)
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		6006
&lt;br&gt;# of unexpected successes	2
&lt;br&gt;# of expected failures		70
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		12003
&lt;br&gt;# of unexpected failures	3
&lt;br&gt;# of unexpected successes	4
&lt;br&gt;# of expected failures		140
&lt;br&gt;# of unsupported tests		23
&lt;br&gt;&lt;br&gt;Compiler version: 4.4.0 20080829 (experimental) [trunk revision 139786] (GCC) 
&lt;br&gt;Platform: x86_64-unknown-linux-gnu
&lt;br&gt;configure flags: --enable-checking=assert --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---test-results-f1161.html&quot; embed=&quot;fixTarget[1161]&quot; target=&quot;_top&quot; &gt;gcc - test results&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Results-for-4.4.0-20080829-%28experimental%29--trunk-revision-139786--%28GCC%29-testsuite-on-x86_64-unknown-linux-gnu-tp19229304p19229304.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229298</id>
	<title>Re: Selective scheduling pass - target changes (ia64 &amp; rs6000) [3/3]</title>
	<published>2008-08-29T17:21:33Z</published>
	<updated>2008-08-29T17:21:33Z</updated>
	<author>
		<name>David Edelsohn-3</name>
	</author>
	<content type="html">On Fri, Aug 29, 2008 at 12:32 PM, Andrey Belevantsev &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19229298&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;abel@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Also, target maintainers have flexibility during stage 3 with respect
&lt;br&gt;&amp;gt;&amp;gt; to changes local to a port,
&lt;br&gt;&amp;gt;&amp;gt; so the Itanium changes can be approved and committed during stage 3,
&lt;br&gt;&amp;gt;&amp;gt; although earlier would
&lt;br&gt;&amp;gt;&amp;gt; be better.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I didn't know that. &amp;nbsp;But, what would be the preferred policy for checking in
&lt;br&gt;&amp;gt; the scheduler in this case? &amp;nbsp;Should I wait for the Itanium changes to be
&lt;br&gt;&amp;gt; reviewed and then commit the whole patch, which means that
&lt;br&gt;&amp;gt; target-independent changes would be committed during stage3? &amp;nbsp;Or, should I
&lt;br&gt;&amp;gt; check in the scheduler without ia64 changes now, which means it will be
&lt;br&gt;&amp;gt; non-functional on Itanium, and commit to reverting it in case the ia64
&lt;br&gt;&amp;gt; changes will not be reviewed even during stage 3? &amp;nbsp;I'll appreciate the
&lt;br&gt;&amp;gt; advice on how to proceed.
&lt;/div&gt;&lt;br&gt;I would suggest that you check in the approved, target-independent patches for
&lt;br&gt;the selective scheduler and the approved rs6000 changes. &amp;nbsp;If the Itanium
&lt;br&gt;patches are reviewed during stage 3, good; if they are not reviewed, that is
&lt;br&gt;unfortunate. &amp;nbsp;In either case, there is no reason to revert the approved patches.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gcc---patches-f1160.html&quot; embed=&quot;fixTarget[1160]&quot; target=&quot;_top&quot; &gt;gcc - patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-RFC--Selective-scheduling-pass-tp17624812p19229298.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19229283</id>
	<title>Results for 4.3.3 20080829 (prerelease) [gcc-4_3-branch revision 139786] (GCC) testsuite on x86_64-suse-linux-gnu</title>
	<published>2008-08-29T17:20:25Z</published>
	<updated>2008-08-29T17:20:25Z</updated>
	<author>
		<name>Andreas Jaeger</name>
	</author>
	<content type="html">Bootstrap and regtesting on x86_64-suse-linux-gnu.
&lt;br&gt;SVN sources: mainline.
&lt;br&gt;LAST_UPDATED: Fri Aug 29 19:30:32 UTC 2008 (revision 139786)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === acats tests ===
&lt;br&gt;FAIL:	c951002
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === acats Summary ===
&lt;br&gt;# of expected passes		2314
&lt;br&gt;# of unexpected failures	1
&lt;br&gt;Native configuration is x86_64-suse-linux-gnu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-O2 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-O3 -g &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-Os &amp;nbsp;(test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		49450
&lt;br&gt;# of unexpected failures	4
&lt;br&gt;# of expected failures		169
&lt;br&gt;# of untested testcases		35
&lt;br&gt;# of unsupported tests		261
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-O2 &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-O3 -fomit-frame-pointer &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-O3 -g &amp;nbsp;(test for excess errors)
&lt;br&gt;FAIL: gcc.c-torture/compile/limits-structnest.c &amp;nbsp;-Os &amp;nbsp;(test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		49310
&lt;br&gt;# of unexpected failures	4
&lt;br&gt;# of expected failures		168
&lt;br&gt;# of untested testcases		35
&lt;br&gt;# of unsupported tests		375
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gcc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		98760
&lt;br&gt;# of unexpected failures	8
&lt;br&gt;# of expected failures		337
&lt;br&gt;# of untested testcases		70
&lt;br&gt;# of unsupported tests		636
&lt;br&gt;/abuild-old/aj/gcc/gcc/xgcc &amp;nbsp;version 4.3.3 20080829 (prerelease) [gcc-4_3-branch revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		24226
&lt;br&gt;# of expected failures		3
&lt;br&gt;# of unsupported tests		16
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		24224
&lt;br&gt;# of expected failures		3
&lt;br&gt;# of unsupported tests		18
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gfortran Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		48450
&lt;br&gt;# of expected failures		6
&lt;br&gt;# of unsupported tests		34
&lt;br&gt;/abuild-old/aj/gcc/gcc/testsuite/gfortran/../../gfortran &amp;nbsp;version 4.3.3 20080829 (prerelease) [gcc-4_3-branch revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		17667
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		89
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		17573
&lt;br&gt;# of expected failures		82
&lt;br&gt;# of unsupported tests		122
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === g++ Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		35240
&lt;br&gt;# of expected failures		164
&lt;br&gt;# of unsupported tests		211
&lt;br&gt;/abuild-old/aj/gcc/gcc/testsuite/g++/../../g++ &amp;nbsp;version 4.3.3 20080829 (prerelease) [gcc-4_3-branch revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gnat tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: gnat.dg/abstract_with_anonymous_result.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/abstract_with_anonymous_result.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/access1.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/access4.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/access4.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/access_test.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/access_test.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/addr1.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/addr2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/addr2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/address_conversion.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/address_conversion.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/aggr1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/aggr1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/aggr2.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/aggr3.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/aggr3.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/aliased_prefix_accessibility.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/aliased_prefix_accessibility.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/align_check.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/align_check.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/alignment1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/alignment1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/alignment2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/alignment2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/alignment3.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/array3.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/array3.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/assert1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/assert1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/asynch.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/biased_uc.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/biased_uc.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/bit_packed_array3.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/bit_packed_array3.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/capture_value.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/capture_value.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/check_elaboration_code.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/check_elaboration_code.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/compose.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/compose.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/conv_bug.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/conv_bug.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/conv_real.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/conv_real.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/curr_task.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/curr_task.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/derived_aggregate.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/derived_aggregate.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/discr4.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/discr4.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/discr_range_check.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/discr_test.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/dispatch1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/dispatch1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/dispatch2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/dispatch2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/elim2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/elim2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/entry_queues.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/entry_queues.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/expect1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/expect1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/fixedpnt.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/fixedpnt.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/frame_overflow.adb &amp;nbsp;(test for errors, line 14)
&lt;br&gt;FAIL: gnat.dg/frame_overflow.adb &amp;nbsp;(test for errors, line 23)
&lt;br&gt;FAIL: gnat.dg/frame_overflow.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/generic_dispatch.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/generic_dispatch.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/gnat_malloc.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/gnat_malloc.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/gnatg.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/in_out_parameter.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/in_out_parameter.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/inline_tagged.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/inline_tagged.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/interface1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/interface1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/interface2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/interface2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/interface3.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/interface3.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/interface_conv.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/interface_conv.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/iprot_test.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/iprot_test.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/kill_value.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/kill_value.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/lhs_view_convert.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/lhs_view_convert.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/loop_address2.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/loop_optimization3.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/loop_optimization3.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/md5_test.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/md5_test.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/mutable1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/mutable1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/named_test.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/named_test.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/nat1r.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/nat1r.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/nested_controlled_alloc.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/nested_controlled_alloc.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/nested_return_test.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/nested_return_test.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/no_exc_prop.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/no_final.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/no_final.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/outer_agg_bitfield_constructor.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/outer_agg_bitfield_constructor.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/overriding_ops.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/packed_subtype.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/packed_subtype.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/pointer_conversion.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/pointer_conversion.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/profile_warning.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/profile_warning_p.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/prot1.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/quote.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/quote.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/range_check.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/range_check.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/regpat1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/regpat1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/release_unc_maxalign.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/release_unc_maxalign.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/renaming2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/renaming2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/renaming3.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/renaming3.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/requeue1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/requeue1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/scalar_mode_agg_compare.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/scalar_mode_agg_compare.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/self_aggregate_with_array.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/self_aggregate_with_array.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/self_aggregate_with_call.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/self_aggregate_with_call.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/self_aggregate_with_pointer.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/self_aggregate_with_pointer.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/self_aggregate_with_zeros.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/self_aggregate_with_zeros.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/sizetype.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/sizetype.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/slice3.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/slice3.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/slice4.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/slice4.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/socket1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/socket1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/socket2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/socket2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/sort2.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/sort2.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/spipaterr.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/spipaterr.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/string_slice.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/string_slice.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/tag1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/tag1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/tail_call.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/tail_call.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/task_name.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/test_address_null_init.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_address_null_init.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_bounded.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_bounded.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_delay.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_delay.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_enum_io.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_enum_io.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_fixed_io.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_fixed_io.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_ifaces.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_ifaces.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_image.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_image.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_image_p.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/test_nested_subtype_byref.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_nested_subtype_byref.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_oalign.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_oalign.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_prefix1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_prefix1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_prio.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_prio.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_prio_p.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/test_self.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_self.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_self_ref.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_self_ref.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_table1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_table1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/test_tamdt.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/test_tamdt.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/tfren.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/tfren.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/timing_events.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/timing_events.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/unc_memfree.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/unc_memfree.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/unchecked_convert1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/unchecked_convert1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/unchecked_union1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/unchecked_union1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/valid1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/valid1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/warn1.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/warn1.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/warn5.adb (test for excess errors)
&lt;br&gt;FAIL: gnat.dg/wide_test.adb (test for excess errors)
&lt;br&gt;WARNING: gnat.dg/wide_test.adb compilation failed to produce executable
&lt;br&gt;FAIL: gnat.dg/specs/elab1.ads (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gnat Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		151
&lt;br&gt;# of unexpected failures	118
&lt;br&gt;# of expected failures		1
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gnat Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		365
&lt;br&gt;# of expected failures		1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === gnat Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		516
&lt;br&gt;# of unexpected failures	118
&lt;br&gt;# of expected failures		2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;WARNING: Could not compile objc.dg/gnu-encoding/struct-layout-encoding-1 generator
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1757
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;WARNING: Could not compile objc.dg/gnu-encoding/struct-layout-encoding-1 generator
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1757
&lt;br&gt;# of unsupported tests		24
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === objc Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		3514
&lt;br&gt;# of unsupported tests		48
&lt;br&gt;/abuild-old/aj/gcc/gcc/xgcc &amp;nbsp;version 4.3.3 20080829 (prerelease) [gcc-4_3-branch revision 139786] (GCC) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1389
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libffi Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		2778
&lt;br&gt;# of unsupported tests		20
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1763
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1763
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libgomp Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		3526
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		2562
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: Process_3 output - source compiled test
&lt;br&gt;FAIL: Process_3 -findirect-dispatch output - source compiled test
&lt;br&gt;FAIL: Process_3 -O3 output - source compiled test
&lt;br&gt;FAIL: Process_3 -O3 -findirect-dispatch output - source compiled test
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: Process_6 execution - source compiled test
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: Process_6 -findirect-dispatch execution - source compiled test
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: Process_6 -O3 execution - source compiled test
&lt;br&gt;WARNING: program timed out.
&lt;br&gt;FAIL: Process_6 -O3 -findirect-dispatch execution - source compiled test
&lt;br&gt;FAIL: Thread_Interrupt execution - source compiled test
&lt;br&gt;FAIL: Thread_Interrupt -findirect-dispatch execution - source compiled test
&lt;br&gt;FAIL: Thread_Interrupt -O3 execution - source compiled test
&lt;br&gt;FAIL: Thread_Interrupt -O3 -findirect-dispatch execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_2 execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_2 -findirect-dispatch execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_2 -O3 execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_2 -O3 -findirect-dispatch execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_Interrupt execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_Interrupt -findirect-dispatch execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_Interrupt -O3 execution - source compiled test
&lt;br&gt;FAIL: Thread_Wait_Interrupt -O3 -findirect-dispatch execution - source compiled test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		2526
&lt;br&gt;# of unexpected failures	20
&lt;br&gt;# of untested testcases		16
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libjava Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		5088
&lt;br&gt;# of unexpected failures	20
&lt;br&gt;# of untested testcases		16
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		1844
&lt;br&gt;# of unexpected failures	5
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
&lt;br&gt;FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		1844
&lt;br&gt;# of unexpected failures	5
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libmudflap Summary ===
&lt;br&gt;&lt;br&gt;# of expected passes		3688
&lt;br&gt;# of unexpected failures	10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ tests ===
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running target unix/-m32
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary for unix/-m32 ===
&lt;br&gt;&lt;br&gt;# of expected passes		5575
&lt;br&gt;# of unexpected successes	1
&lt;br&gt;# of expected failures		59
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;Running target unix
&lt;br&gt;XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; === libstdc++ Summary for unix ===
&lt;br&gt;&lt;br&gt;# of expected passes		5575
&lt;br&gt;# of unexpected successes	1
&lt;br&gt;# of expected failures		59
&lt;br&gt;# of unsupported tests		10
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;n