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 preprocessor/55115] [4.9/5/6 Regression] missing headers as fatal breaks cproto logic


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55115

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |law at redhat dot com
         Resolution|---                         |WONTFIX

--- Comment #17 from Jeffrey A. Law <law at redhat dot com> ---
Fundamentally, trying to include a non-existent header should trigger a fatal
error.  The fact that cproto has depended on GCC not doing that is unfortunate,
but I don't think catering to this broken cproto design is something we ought
to do.

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