This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/47229] New: Objective C and C++ compiler frontends
- From: "rwild at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 9 Jan 2011 10:32:22 +0000
- Subject: [Bug objc/47229] New: Objective C and C++ compiler frontends
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47229
Summary: Objective C and C++ compiler frontends
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: objc
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rwild@gcc.gnu.org
It would be nice to have gobjc and gobjc++ compiler driver binaries that would
only be installed if Objective C or C++, respectively, were enabled at build
time. This would very much simplify configure tests addressing the question
"do I have an Objective C(++) compiler, possibly cross-compiling, and possibly
not yet able to link successfully".
Thanks,
Ralf