public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28250]  New: [4.2 regression] ICE with invalid catch
@ 2006-07-04 16:42 reichelt at gcc dot gnu dot org
  2006-07-04 17:00 ` [Bug c++/28250] " patchapp at dberlin dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-04 16:42 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet causes an ICE on mainline:

=================================
template<int> void foo()
{
  try {}
  catch (int(0)) {}
}
=================================

  bug.cc: In function 'void foo()':
  bug.cc:4: error: expected `)' before numeric constant
  bug.cc:4: internal compiler error: tree check: expected tree that contains
'decl common' structure, have 'error_mark'  in pushdecl_maybe_friend, at
cp/name-lookup.c:574
  Please submit a full bug report, [etc.]

Will post a patch soon.


-- 
           Summary: [4.2 regression] ICE with invalid catch
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: reichelt at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
@ 2006-07-04 17:00 ` patchapp at dberlin dot org
  2006-07-04 17:05 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: patchapp at dberlin dot org @ 2006-07-04 17:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from patchapp at dberlin dot org  2006-07-04 17:00 -------
Subject: Bug number PR c++/28250

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00112.html


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
  2006-07-04 17:00 ` [Bug c++/28250] " patchapp at dberlin dot org
@ 2006-07-04 17:05 ` pinskia at gcc dot gnu dot org
  2006-07-14 20:25 ` patchapp at dberlin dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-04 17:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
  2006-07-04 17:00 ` [Bug c++/28250] " patchapp at dberlin dot org
  2006-07-04 17:05 ` pinskia at gcc dot gnu dot org
@ 2006-07-14 20:25 ` patchapp at dberlin dot org
  2006-07-17  3:05 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: patchapp at dberlin dot org @ 2006-07-14 20:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from patchapp at dberlin dot org  2006-07-14 20:25 -------
Subject: Bug number PR c++/28250

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00646.html


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-07-14 20:25 ` patchapp at dberlin dot org
@ 2006-07-17  3:05 ` mmitchel at gcc dot gnu dot org
  2006-07-17  4:42 ` reichelt at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-07-17  3:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-07-17  3:05 ` mmitchel at gcc dot gnu dot org
@ 2006-07-17  4:42 ` reichelt at gcc dot gnu dot org
  2006-07-17  4:44 ` reichelt at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-17  4:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from reichelt at gcc dot gnu dot org  2006-07-17 04:42 -------
Subject: Bug 28250

Author: reichelt
Date: Mon Jul 17 04:42:24 2006
New Revision: 115516

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115516
Log:
        PR c++/28250
        * name-lookup.c (pushdecl_maybe_friend): Return early on
        error_mark_node.
        * except.c (expand_start_catch_block): Use error_mark_node instead
        of NULL_TREE for invalid decls.
        * parser.c (cp_parser_exception_declaration): Return error_mark_node
        on invalid catch parameter. Simplify.

        * g++.dg/eh/catch1.C: New test.
        * g++.dg/eh/catch2.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/eh/catch1.C
    trunk/gcc/testsuite/g++.dg/eh/catch2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/except.c
    trunk/gcc/cp/name-lookup.c
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-07-17  4:42 ` reichelt at gcc dot gnu dot org
@ 2006-07-17  4:44 ` reichelt at gcc dot gnu dot org
  2006-07-20 15:55 ` patchapp at dberlin dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-17  4:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from reichelt at gcc dot gnu dot org  2006-07-17 04:43 -------
Fixed on mainline.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-07-17  4:44 ` reichelt at gcc dot gnu dot org
@ 2006-07-20 15:55 ` patchapp at dberlin dot org
  2006-07-20 16:20 ` patchapp at dberlin dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: patchapp at dberlin dot org @ 2006-07-20 15:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from patchapp at dberlin dot org  2006-07-20 15:55 -------
Subject: Bug number PR c++/28250

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00860.html


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2006-07-20 15:55 ` patchapp at dberlin dot org
@ 2006-07-20 16:20 ` patchapp at dberlin dot org
  2006-07-21 10:00 ` reichelt at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: patchapp at dberlin dot org @ 2006-07-20 16:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from patchapp at dberlin dot org  2006-07-20 16:20 -------
Subject: Bug number PR c++/28250

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00862.html


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2006-07-20 16:20 ` patchapp at dberlin dot org
@ 2006-07-21 10:00 ` reichelt at gcc dot gnu dot org
  2006-07-21 10:06 ` reichelt at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-21 10:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from reichelt at gcc dot gnu dot org  2006-07-21 10:00 -------
Subject: Bug 28250

Author: reichelt
Date: Fri Jul 21 09:59:57 2006
New Revision: 115643

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115643
Log:
        PR c++/28250
        * pt.c (tsubst_expr): Only apply DECL_TEMPLATE_INSTANTIATED to
        valid decls.  Cleanup.

        * g++.dg/eh/catch3.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/eh/catch3.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2006-07-21 10:00 ` reichelt at gcc dot gnu dot org
@ 2006-07-21 10:06 ` reichelt at gcc dot gnu dot org
  2006-07-26 11:30 ` patchapp at dberlin dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-21 10:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from reichelt at gcc dot gnu dot org  2006-07-21 10:05 -------
Alas there's some fallout from the fix.
The first issue has been fixed (see comment #5 and #7), another problem
remains, though (see also comment #6): 

====================
  void foo()
  {
    try { throw; }
    catch () {}
  }
====================

bug.cc: In function 'void foo()':
bug.cc:4: error: expected type-specifier before ')' token
bug.cc:4: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

The sefault happens deep in the middle-end:

  #0  remove_useless_stmts_1 (tp=0x2aaaaaf831f0, data=0x7fffffd8b670)
      at tree-iterator.h:93
  #1  0x0000000000546aa4 in remove_useless_stmts_1 (tp=<value optimized out>, 
      data=0x7fffffd8b670) at ../../gcc/gcc/tree-cfg.c:1915
  #2  0x0000000000546b55 in remove_useless_stmts_1 (tp=0x2aaaaaf7bf90, 
      data=0x7fffffd8b670) at ../../gcc/gcc/tree-cfg.c:1741
  #3  0x000000000054775d in remove_useless_stmts ()
      at ../../gcc/gcc/tree-cfg.c:1949
  #4  0x00000000008981ae in execute_one_pass (pass=0xc78700)
      at ../../gcc/gcc/passes.c:864
  #5  0x000000000089831c in execute_pass_list (pass=0xc78700)
      at ../../gcc/gcc/passes.c:911
  #6  0x000000000055f359 in tree_lowering_passes (fn=<value optimized out>)
      at ../../gcc/gcc/tree-optimize.c:324
  #7  0x00000000008e7a78 in cgraph_lower_function (node=0x2aaaaaf7d790)
      at ../../gcc/gcc/cgraphunit.c:448
  #8  0x00000000008e8697 in cgraph_analyze_function (node=0x2aaaaaf7d790)
      at ../../gcc/gcc/cgraphunit.c:919


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2006-07-21 10:06 ` reichelt at gcc dot gnu dot org
@ 2006-07-26 11:30 ` patchapp at dberlin dot org
  2006-08-01 23:45 ` reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: patchapp at dberlin dot org @ 2006-07-26 11:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from patchapp at dberlin dot org  2006-07-26 11:30 -------
Subject: Bug number PR c++/28250

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01108.html


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2006-07-26 11:30 ` patchapp at dberlin dot org
@ 2006-08-01 23:45 ` reichelt at gcc dot gnu dot org
  2006-08-01 23:48 ` reichelt at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-08-01 23:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from reichelt at gcc dot gnu dot org  2006-08-01 23:45 -------
Subject: Bug 28250

Author: reichelt
Date: Tue Aug  1 23:45:11 2006
New Revision: 115866

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115866
Log:
        PR c++/28250
        PR c++/28257
        PR c++/28259
        PR c++/28267
        * toplev.c (compile_file): Return early on errorcount or sorrycount.
        * cgraphunit.c (cgraph_finalize_compilation_unit): Likewise.
        (cgraph_optimize): Likewise.

        PR c++/28250
        * g++.dg/eh/catch4.C: New test.

        PR c++/28257
        * g++.dg/other/qual1.C: New test.

        PR c++/28259
        * g++.dg/inherit/error2.C: New test.

        PR c++/28267
        * g++.dg/other/new1.C: New test.

        * g++.dg/warn/pr23075.C: Remove obsolete test.
        * g++.old-deja/g++.brendan/crash52.C: Remove dg-warning marker.
        * g++.old-deja/g++.jason/report.C: Remove dg-warning marker.

Added:
    trunk/gcc/testsuite/g++.dg/eh/catch4.C
    trunk/gcc/testsuite/g++.dg/inherit/error2.C
    trunk/gcc/testsuite/g++.dg/other/new1.C
    trunk/gcc/testsuite/g++.dg/other/qual1.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/warn/pr23075.C
    trunk/gcc/testsuite/g++.old-deja/g++.brendan/crash52.C
    trunk/gcc/testsuite/g++.old-deja/g++.jason/report.C
    trunk/gcc/toplev.c


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2006-08-01 23:45 ` reichelt at gcc dot gnu dot org
@ 2006-08-01 23:48 ` reichelt at gcc dot gnu dot org
  2006-08-03 11:34 ` reichelt at gcc dot gnu dot org
  2006-08-03 11:36 ` reichelt at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-08-01 23:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from reichelt at gcc dot gnu dot org  2006-08-01 23:47 -------
Fixed on mainline.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2006-08-01 23:48 ` reichelt at gcc dot gnu dot org
@ 2006-08-03 11:34 ` reichelt at gcc dot gnu dot org
  2006-08-03 11:36 ` reichelt at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-08-03 11:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from reichelt at gcc dot gnu dot org  2006-08-03 11:34 -------
Subject: Bug 28250

Author: reichelt
Date: Thu Aug  3 11:33:49 2006
New Revision: 115900

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115900
Log:
        PR c++/28257
        PR c++/28259
        PR c++/28267
        * toplev.c (compile_file): Return early on errorcount or sorrycount.
        * cgraphunit.c (cgraph_finalize_compilation_unit): Likewise.
        (cgraph_optimize): Likewise.

        PR c++/28250
        * g++.dg/eh/catch4.C: New test.

        PR c++/28257
        * g++.dg/other/qual1.C: New test.

        PR c++/28259
        * g++.dg/inherit/error2.C: New test.

        PR c++/28267
        * g++.dg/other/new1.C: New test.

        * g++.dg/warn/pr23075.C: Remove obsolete test.
        * g++.old-deja/g++.brendan/crash52.C: Remove dg-warning marker.
        * g++.old-deja/g++.jason/report.C: Remove dg-warning marker.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/eh/catch4.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/inherit/error2.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/other/new1.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/other/qual1.C
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/cgraphunit.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/warn/pr23075.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.old-deja/g++.brendan/crash52.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.old-deja/g++.jason/report.C
    branches/gcc-4_1-branch/gcc/toplev.c


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c++/28250] [4.2 regression] ICE with invalid catch
  2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2006-08-03 11:34 ` reichelt at gcc dot gnu dot org
@ 2006-08-03 11:36 ` reichelt at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-08-03 11:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from reichelt at gcc dot gnu dot org  2006-08-03 11:36 -------
Subject: Bug 28250

Author: reichelt
Date: Thu Aug  3 11:35:52 2006
New Revision: 115901

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115901
Log:
        PR c++/28257
        PR c++/28259
        PR c++/28267
        * toplev.c (compile_file): Return early on errorcount or sorrycount.
        * cgraphunit.c (cgraph_finalize_compilation_unit): Likewise.
        (cgraph_optimize): Likewise.

        PR c++/28250
        * g++.dg/eh/catch4.C: New test.

        PR c++/28257
        * g++.dg/other/qual1.C: New test.

        PR c++/28259
        * g++.dg/inherit/error2.C: New test.

        PR c++/28267
        * g++.dg/other/new1.C: New test.

        * g++.dg/warn/pr23075.C: Remove obsolete test.
        * g++.old-deja/g++.brendan/crash52.C: Remove dg-warning marker.
        * g++.old-deja/g++.jason/report.C: Remove dg-warning marker.

Added:
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/eh/catch4.C
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/inherit/error2.C
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/other/new1.C
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/other/qual1.C
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/cgraphunit.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/warn/pr23075.C
    branches/gcc-4_0-branch/gcc/testsuite/g++.old-deja/g++.brendan/crash52.C
    branches/gcc-4_0-branch/gcc/testsuite/g++.old-deja/g++.jason/report.C
    branches/gcc-4_0-branch/gcc/toplev.c


-- 


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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-08-03 11:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-04 16:42 [Bug c++/28250] New: [4.2 regression] ICE with invalid catch reichelt at gcc dot gnu dot org
2006-07-04 17:00 ` [Bug c++/28250] " patchapp at dberlin dot org
2006-07-04 17:05 ` pinskia at gcc dot gnu dot org
2006-07-14 20:25 ` patchapp at dberlin dot org
2006-07-17  3:05 ` mmitchel at gcc dot gnu dot org
2006-07-17  4:42 ` reichelt at gcc dot gnu dot org
2006-07-17  4:44 ` reichelt at gcc dot gnu dot org
2006-07-20 15:55 ` patchapp at dberlin dot org
2006-07-20 16:20 ` patchapp at dberlin dot org
2006-07-21 10:00 ` reichelt at gcc dot gnu dot org
2006-07-21 10:06 ` reichelt at gcc dot gnu dot org
2006-07-26 11:30 ` patchapp at dberlin dot org
2006-08-01 23:45 ` reichelt at gcc dot gnu dot org
2006-08-01 23:48 ` reichelt at gcc dot gnu dot org
2006-08-03 11:34 ` reichelt at gcc dot gnu dot org
2006-08-03 11:36 ` reichelt at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).