public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19734] New: [3.4/4.0 regression] Another ICE on invalid destructor call
@ 2005-01-31 23:22 reichelt at gcc dot gnu dot org
  2005-02-01  0:03 ` [Bug c++/19734] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-01-31 23:22 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet causes an ICE since gcc 3.4.0:

==================================
struct A;
void foo() { A::~A(); }
==================================

Mainline's error message reads:

bug.cc: In function 'void foo()':
bug.cc:2: internal compiler error: vector VEC(tree) index domain error, in
cp_parser_lookup_name at cp/parser.c:14160
Please submit a full bug report, [etc.]

-- 
           Summary: [3.4/4.0 regression] Another ICE on invalid destructor
                    call
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          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


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


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

* [Bug c++/19734] [3.4/4.0 regression] Another ICE on invalid destructor call
  2005-01-31 23:22 [Bug c++/19734] New: [3.4/4.0 regression] Another ICE on invalid destructor call reichelt at gcc dot gnu dot org
@ 2005-02-01  0:03 ` pinskia at gcc dot gnu dot org
  2005-02-09  9:34 ` [Bug c++/19734] [3.4 " mmitchel at gcc dot gnu dot org
  2005-05-19 17:26 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-01  0:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-01 00:03 -------
: Search converges between 2003-07-16-trunk (#296) and 2003-07-17-trunk (#297).
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-01 00:03:45
               date|                            |
   Target Milestone|---                         |3.4.4


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


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

* [Bug c++/19734] [3.4 regression] Another ICE on invalid destructor call
  2005-01-31 23:22 [Bug c++/19734] New: [3.4/4.0 regression] Another ICE on invalid destructor call reichelt at gcc dot gnu dot org
  2005-02-01  0:03 ` [Bug c++/19734] " pinskia at gcc dot gnu dot org
@ 2005-02-09  9:34 ` mmitchel at gcc dot gnu dot org
  2005-05-19 17:26 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-02-09  9:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-02-09 03:06 -------
Fixed in 4.0, by the patch for PR 19733.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4/4.0 regression] Another|[3.4 regression] Another ICE
                   |ICE on invalid destructor   |on invalid destructor call
                   |call                        |


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


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

* [Bug c++/19734] [3.4 regression] Another ICE on invalid destructor call
  2005-01-31 23:22 [Bug c++/19734] New: [3.4/4.0 regression] Another ICE on invalid destructor call reichelt at gcc dot gnu dot org
  2005-02-01  0:03 ` [Bug c++/19734] " pinskia at gcc dot gnu dot org
  2005-02-09  9:34 ` [Bug c++/19734] [3.4 " mmitchel at gcc dot gnu dot org
@ 2005-05-19 17:26 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

* [Bug c++/19734] [3.4 regression] Another ICE on invalid destructor call
       [not found] <bug-19734-1771@http.gcc.gnu.org/bugzilla/>
  2005-10-07  3:52 ` gdr at gcc dot gnu dot org
@ 2006-02-28  9:59 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-02-28  9:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from gdr at gcc dot gnu dot org  2006-02-28 09:58 -------
Fixed in 4.0.0


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4.6                       |4.0.0


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


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

* [Bug c++/19734] [3.4 regression] Another ICE on invalid destructor call
       [not found] <bug-19734-1771@http.gcc.gnu.org/bugzilla/>
@ 2005-10-07  3:52 ` gdr at gcc dot gnu dot org
  2006-02-28  9:59 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-10-07  3:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |3.4.6


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


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

end of thread, other threads:[~2006-02-28  9:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-31 23:22 [Bug c++/19734] New: [3.4/4.0 regression] Another ICE on invalid destructor call reichelt at gcc dot gnu dot org
2005-02-01  0:03 ` [Bug c++/19734] " pinskia at gcc dot gnu dot org
2005-02-09  9:34 ` [Bug c++/19734] [3.4 " mmitchel at gcc dot gnu dot org
2005-05-19 17:26 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-19734-1771@http.gcc.gnu.org/bugzilla/>
2005-10-07  3:52 ` gdr at gcc dot gnu dot org
2006-02-28  9:59 ` gdr 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).