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/53396] [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10


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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-05-18
         AssignedTo|unassigned at gcc dot       |hubicka at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-18 11:48:00 UTC ---
This bug should be solved by the following patch:
        * cgraphunit.c (varpool_finalize_decl): Allow external decls.
        (mark_functions_to_output): Fix sanity check.
        * ipa.c (function_and_variable_visibility): Remove TREE_STATIC
        check.
Can you, please, confirm that the bootstrap is working now?

Honza


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