This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50857] New: [4.7 Regression] The compiler is built with exceptions and RTTI enabled
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Oct 2011 15:49:38 +0000
- Subject: [Bug bootstrap/50857] New: [4.7 Regression] The compiler is built with exceptions and RTTI enabled
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50857
Bug #: 50857
Summary: [4.7 Regression] The compiler is built with exceptions
and RTTI enabled
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rguenth@gcc.gnu.org
CC: iant@google.com
We fail to pass -fno-exceptions -fno-rtti to g++ for stage2 and stage3 building
the host binaries. That leads to increased compile-time and possibly runtime.
Ian, does Go need exceptions or RTTI?
Any idea where to best fix this?