This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16583] New: G++ segfaults with -fdump-translation-unit


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]