public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18177] New: [4.0 regression] ICE with const_cast for undeclared variable
@ 2004-10-27 13:54 reichelt at gcc dot gnu dot org
  2004-10-27 13:58 ` [Bug c++/18177] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-10-27 13:54 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet causes an ICE when compiled with mainline:

=============================
void foo()
{
    X;
    const_cast<int&>(X);
}
=============================

bug.cc: In function `void foo()':
bug.cc:3: error: 'X' was not declared in this scope
bug.cc:4: internal compiler error: tree check: expected class 'type', have
'exceptional' (error_mark) in build_pointer_type_for_mode, at tree.c:4118
Please submit a full bug report, [etc.]

The regression appeared in March 2004:
: Search converges between 2004-03-01-trunk (#446) and 2004-04-01-trunk (#447).

-- 
           Summary: [4.0 regression] ICE with const_cast for undeclared
                    variable
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, 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=18177


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-18177-1771@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-11  0:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-27 13:54 [Bug c++/18177] New: [4.0 regression] ICE with const_cast for undeclared variable reichelt at gcc dot gnu dot org
2004-10-27 13:58 ` [Bug c++/18177] " pinskia at gcc dot gnu dot org
2004-10-27 14:29 ` reichelt at gcc dot gnu dot org
2004-10-28 18:19 ` mmitchel at gcc dot gnu dot org
2004-11-03  2:48 ` cvs-commit at gcc dot gnu dot org
2004-11-03  2:56 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-18177-1771@http.gcc.gnu.org/bugzilla/>
2005-10-11  0:39 ` cvs-commit 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).