This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16583] New: G++ segfaults with -fdump-translation-unit
- From: "gdr at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2004 02:43:06 -0000
- Subject: [Bug c++/16583] New: G++ segfaults with -fdump-translation-unit
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Recent changes in the BINFO area have introduced a regression
on -fdump-translation-unit with respect to 3.4.x and previous.
Testcase:
#include <valarray>
int main() { std::valarray<double> v(4739); }
--
Summary: G++ segfaults with -fdump-translation-unit
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gdr at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,nathan at codesourcery
dot com
GCC host triplet: Plateform independent
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16583