public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16707] New: [3.4/3.5 regression] ICE with using
@ 2004-07-26  2:00 reichelt at gcc dot gnu dot org
  2004-07-26  2:01 ` [Bug c++/16707] " reichelt at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-07-26  2:00 UTC (permalink / raw)
  To: gcc-bugs

Since gcc 3.4.0 the compiler crashes on the following invalid code snippet:

==========================
int i;
using N::i;
==========================

The error message from mainline is:

bug.cc:2: error: `N' has not been declared
bug.cc:2: error: expected nested-name-specifier before "i"
bug.cc:2: internal compiler error: in push_using_decl, at cp/name-lookup.c:1914
Please submit a full bug report, [etc.]

-- 
           Summary: [3.4/3.5 regression] ICE with using
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery
          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


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


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

end of thread, other threads:[~2004-08-02 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-26  2:00 [Bug c++/16707] New: [3.4/3.5 regression] ICE with using reichelt at gcc dot gnu dot org
2004-07-26  2:01 ` [Bug c++/16707] " reichelt at gcc dot gnu dot org
2004-07-26  3:59 ` pinskia at gcc dot gnu dot org
2004-08-02 18:49 ` cvs-commit at gcc dot gnu dot org
2004-08-02 18:50 ` mmitchel at gcc dot gnu dot org
2004-08-02 18:52 ` pinskia 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).