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 at revision 183497 on x86_64-apple-darwin10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51985

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |jakub at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-25 13:10:30 UTC ---
Created attachment 26460
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26460
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.


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