This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12239] New: Compile Failure
- From: "mattinger at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2003 18:41:34 -0000
- Subject: [Bug c++/12239] New: Compile Failure
- 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=12239
Summary: Compile Failure
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mattinger at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: sparc-sun-solaris2
When compiling gcc for a i686-pc-cygwin host, targeting sparc-sun-solaris2
the file: "ctype_noninline.h" does not compile. It references the
symbol "_ctype_". However, for solaris this should read
"(const char*)__ctype" instead in order to compile and work properly.