[Bug bootstrap/57265] New: Bootstrap failure on sparc-sun-solaris2.10 in libquadmath

2013-05-13 Thread ahaas at airmail dot net
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: ahaas at airmail dot net My builds have failed since April 15 when building 'libquadmath' after completing the stage2/stage3 comparison. My last successful build was on April 14. The error

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-11-04 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #17 from Art Haas ahaas at airmail dot net 2010-11-04 12:52:11 UTC --- My build from this morning succeeded, so reverting the patch from several weeks ago has resolved the bootstrap error: $ gcc -v Using built-in specs. COLLECT_GCC

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-30 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #13 from Art Haas ahaas at airmail dot net 2010-10-30 17:55:24 UTC --- The patch listed here did not help: http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02569.html The boostrap build still fails: /home/ahaas/gnu/gcc.git/gcc/lto/lto

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-26 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #11 from Art Haas ahaas at airmail dot net 2010-10-26 14:40:04 UTC --- I ended up trying the version posted in a follow-up mail: http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02065.html The bootstrap still failed. I've now got

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-18 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #7 from Art Haas ahaas at airmail dot net 2010-10-18 15:03:56 UTC --- My bootstrap build succeeded for the this morning again, so I suggest closing this ticket.

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-18 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #9 from Art Haas ahaas at airmail dot net 2010-10-18 21:27:59 UTC --- Once the patch discussed in the following mail was applied: http://gcc.gnu.org/ml/gcc-patches/2010-10/msg01538.html I can confirm that the bootstrap failure I've

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-17 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #6 from Art Haas ahaas at airmail dot net 2010-10-17 15:45:40 UTC --- Running 'git bisect' but interpreting a failed build as 'good' and a successful build as 'bad' leads to this commit which restored the build

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-16 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #5 from Art Haas ahaas at airmail dot net 2010-10-16 19:15:51 UTC --- This morning's build succeeded: $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/export/home/arth/local/libexec/gcc/i386-pc-solaris2.10/4.6.0

[Bug bootstrap/46018] New: Bootstrap fails on i386-pc-solaris2.10

2010-10-14 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 Summary: Bootstrap fails on i386-pc-solaris2.10 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo:

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-14 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #3 from Art Haas ahaas at airmail dot net 2010-10-14 20:10:55 UTC --- Here's the compile command output with the '-v -save-temps' options added: Reading specs from /export/home/arth/gnu/gcc-1014/./prev-gcc/specs COLLECT_GCC=/export

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-14 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #4 from Art Haas ahaas at airmail dot net 2010-10-14 20:13:45 UTC --- Created attachment 22044 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22044 Pre-processed 'lto-lang.c' file The pre-processed 'lto-lang.c' output has been

[Bug c++/26179] New: ICE while compiling mozilla in tree-ssa-pre.c

2006-02-08 Thread ahaas at airmail dot net
Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ahaas at airmail dot net GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla

[Bug c++/26179] ICE while compiling mozilla in tree-ssa-pre.c

2006-02-08 Thread ahaas at airmail dot net
--- Comment #1 from ahaas at airmail dot net 2006-02-08 21:01 --- Created an attachment (id=10804) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10804action=view) Pre-processed output of file inducing ICE Attaching pre-processed output. File compressed with bzip2 due to size

[Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363

2005-06-23 Thread ahaas at airmail dot net
--- Additional Comments From ahaas at airmail dot net 2005-06-24 01:43 --- Hi. Daniel Berlin's patch of June 20 has fixed bug 22016 - a duplicate of this. Builds of GCC after this patch had been applied would successfully compile CVS postgres, the package I found that would fail. I

[Bug c/22016] New: ICE while compiling CVS postgres

2005-06-11 Thread ahaas at airmail dot net
Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ahaas at airmail dot net CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22016

[Bug c/22016] ICE while compiling CVS postgres

2005-06-11 Thread ahaas at airmail dot net
--- Additional Comments From ahaas at airmail dot net 2005-06-11 14:16 --- Created an attachment (id=9070) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9070action=view) Preprocessed file producing ICE Pre-processed file compressed with gzip as it is large. -- http

[Bug c++/21645] [4.1 Regression] C++ ICE in cxx_types_compatible_p

2005-05-21 Thread ahaas at airmail dot net
--- Additional Comments From ahaas at airmail dot net 2005-05-21 15:39 --- I applied the patch, rebuilt, installed, and can confirm the patch works as I had a successful groff CVS build. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21645

[Bug c++/21645] New: G++ ICE while building post-html.cpp in groff

2005-05-18 Thread ahaas at airmail dot net
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ahaas at airmail dot net CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i586-pc-linux-gnu http

[Bug c++/21645] G++ ICE while building post-html.cpp in groff

2005-05-18 Thread ahaas at airmail dot net
--- Additional Comments From ahaas at airmail dot net 2005-05-18 13:46 --- Created an attachment (id=8922) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8922action=view) Preprocessed file triggering bug Here's the file, compressed with 'gzip' as it is large. -- http