[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2013-01-01 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2013-01-01 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 --- Comment #8 from ian at gcc dot gnu.org 2013-01-01 16:23:11 UTC --- Author: ian Date: Tue Jan 1 16:23:03 2013 New Revision: 194770 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194770 Log: PR bootstrap/54834 * Mak

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2012-11-01 Thread nico at josuttis dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 Nicolai Josuttis changed: What|Removed |Added CC||nico at josuttis dot de ---

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2012-10-13 Thread tobi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 Tobias Schlüter changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2012-10-10 Thread tobi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 Tobias Schlüter changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2012-10-09 Thread tobi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 --- Comment #4 from Tobias Schlüter 2012-10-09 14:06:19 UTC --- I ran make in a directory with a pre-existing build, ao maybe that include file was an old leftover. Please don't invest any further time in this now, I'll try a clean build first.

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2012-10-09 Thread tobi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 --- Comment #3 from Tobias Schlüter 2012-10-09 14:00:43 UTC --- Created attachment 28399 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28399 toplevel config.log I'm attaching the toplevel config.log. From it I read that the compiler is c

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2012-10-08 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 --- Comment #2 from Ian Lance Taylor 2012-10-08 16:19:25 UTC --- The error shows that libbacktrace is including ../gcc/include/unwind.h, but that file should not exist at the time that libbacktrace is built. I assume that it does exist, b

[Bug bootstrap/54834] bootstrap fails when building libbacktrace

2012-10-08 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comm