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.5.0 regression] missing headers as fatal breaks cproto logic


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

Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-10-29
                 CC|                            |manu at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-10-29 12:54:28 UTC ---
If the headers do nothing, just delete them? If the headers do something, how
can you preprocess the file without the info from the headers?

Please, explain why you think you need to preprocess a file ignoring missing
headers, and you cannot do this simply by removing the headers before
preprocessing.

GCC has too many options, we should be cautious before adding more.


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