This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/51985] [4.7 Regression] Bootstrap failure due to revision 183457
- From: "ramana at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 26 Jan 2012 10:42:30 +0000
- Subject: [Bug bootstrap/51985] [4.7 Regression] Bootstrap failure due to revision 183457
- Auto-submitted: auto-generated
- References: <bug-51985-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51985
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ramana at gcc dot gnu.org
--- Comment #9 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-01-26 10:42:30 UTC ---
(In reply to comment #5)
> Created attachment 26460 [details]
> gcc47-pr51985.patch
>
> Untested fix.
> The problem was I think that $(inst_sources) was included there twice, once
> in libc__98convenience_la_SOURCES = $(sources) $(inst_sources) (and for
> libc__98_la_SOURCES too), and once as part of $(host_sources_extra), which is
> included in $(sources). This occurred even on x86_64-linux, but wasn't fatal
> there, libstdc++.a was just much larger than it would have to be (contained
> additional lt*-*.o objects) and libstdc++.so.6, while it had the same list of
> exported symbols, was much larger too.
bootstrap on arm-linux-gnueabi succeeded. Tests are still running.
Ramana