This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11285] GCC 3.3 C++ for Sparc Solaris assumes system header files are C.
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jun 2003 18:17:32 -0000
- Subject: [Bug c++/11285] GCC 3.3 C++ for Sparc Solaris assumes system header files are C.
- References: <20030622170708.11285.numien@deathwyrm.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11285
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From bangerth at dealii dot org 2003-06-22 18:17 -------
System headers really _are_ usually C, not C++. On many systems,
they are therefore wrapped into
extern "C" {
...
}
blocks if C++ is used. Can you check whether that is the case on
your system as well?
Wolfgang