This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30692] GCC automatically fails to preprocess files with the "hpp" file extension
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Feb 2007 15:15:08 -0000
- Subject: [Bug c/30692] GCC automatically fails to preprocess files with the "hpp" file extension
- References: <bug-30692-14044@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from schwab at suse dot de 2007-02-03 15:15 -------
.hpp is not a recognized extension. If you want the file to be treated as a
C++ header precede it with `-xc++-header'.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30692