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/50836] [4.7 regression] bootstrap fails due to error: no previous prototype for 'find_all_hard_reg_sets'


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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Mikael Pettersson <mikpe at it dot uu.se> 2011-10-24 13:07:25 UTC ---
Fixed.

To clarify, the problem occured because the C and C++ front-ends differ with
regard to -Wmissing-prototypes (the C++ FE doesn't have it).  People building
stage2/3 in C++ mode won't see the error (but will see a warning in stage1),
but people building in proper C mode (--disable-build-poststage1-with-cxx) will
see the error.


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