This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/51985] [4.7 Regression] Bootstrap failure due to revision 183457


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]