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/56306] -m32 does not support all includes


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-02-13 12:22:19 UTC ---
GCC can obviously alter its internal include paths to its own headers because
it knows what they contain and how to find the contents. It can't possibly know
about arbitrary non-GCC paths or whether it's correct or safe to append "32" to
those paths.


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