This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49787] [4.7 Regression] --enable-languages=c doesn't work
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 20 Jul 2011 01:03:38 +0000
- Subject: [Bug bootstrap/49787] [4.7 Regression] --enable-languages=c doesn't work
- Auto-submitted: auto-generated
- References: <bug-49787-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49787
Ian Lance Taylor <ian at airs dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2011.07.20 01:03:37
AssignedTo|unassigned at gcc dot |ian at airs dot com
|gnu.org |
Ever Confirmed|0 |1
--- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2011-07-20 01:03:37 UTC ---
Do you think it is more correct to implicitly build C++ when using
--enable-build-poststage1-with-cxx (which is now the default), or do you think
it is more correct to say that --enable-languages=c only works if you also
specify --disable-build-poststage1-with-cxx?