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++/16247] New: [3.5 regression] ICE when using -Wall


Richard, your patch
  http://gcc.gnu.org/ml/gcc-cvs/2004-06/msg00838.html
causes mainline to segfault when compiling the following code snippet with
"g++ -Wall":

=================================
struct A { ~A(); };

void foo()
{
    A* p;
    delete[] p;
};
=================================

Could you please have a look?

-- 
           Summary: [3.5 regression] ICE when using -Wall
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,rth at gcc dot gnu dot
                    org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16247


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