public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/7761: gcc reports internal error code 383 on invalid namespace usage.
@ 2002-09-13 13:54 nathan
  0 siblings, 0 replies; 5+ messages in thread
From: nathan @ 2002-09-13 13:54 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pgoverea

Synopsis: gcc reports internal error code 383 on invalid namespace usage.

State-Changed-From-To: closed->analyzed
State-Changed-By: nathan
State-Changed-When: Fri Sep 13 13:54:39 2002
State-Changed-Why:
    oops, it should have said '2:S is already something else'

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7761


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

* Re: c++/7761: gcc reports internal error code 383 on invalid namespace usage.
@ 2002-10-31 13:33 bangerth
  0 siblings, 0 replies; 5+ messages in thread
From: bangerth @ 2002-10-31 13:33 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pgoverea

Synopsis: gcc reports internal error code 383 on invalid namespace usage.

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Thu Oct 31 13:33:12 2002
State-Changed-Why:
    This is the same problem as in one of the other
    reports I have been looking at today (geesh, cannot find its
    number...), which allows
      struct A{};
      namespace A {};
    in the first place. If that is fixed, the problem here
    will be fixed as well.
    Thus, considering this a duplicate, I close it.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7761


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

* Re: c++/7761: gcc reports internal error code 383 on invalid namespace usage.
@ 2002-09-13 13:53 nathan
  0 siblings, 0 replies; 5+ messages in thread
From: nathan @ 2002-09-13 13:53 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pgoverea

Synopsis: gcc reports internal error code 383 on invalid namespace usage.

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Fri Sep 13 13:53:49 2002
State-Changed-Why:
    current CVS says
    7761.ii:3: error: `A' is not a namespace

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7761


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

* Re: c++/7761: gcc reports internal error code 383 on invalid namespace usage.
@ 2002-08-29 11:16 Gabriel Dos Reis
  0 siblings, 0 replies; 5+ messages in thread
From: Gabriel Dos Reis @ 2002-08-29 11:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/7761; it has been noted by GNATS.

From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: pgoverea@akamai.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/7761: gcc reports internal error code 383 on invalid namespace usage.
Date: 29 Aug 2002 18:08:22 +0200

 pgoverea@akamai.com writes:
 
 | compile file containing:
 |   struct A { };
 |   namespace A { struct B {}; }
 |   using A::B;
 
 Recent versions of GCC no longer craches but the compiler is clearly
 bogus since it should have rejected the namespace declaration definition.
 I bet this behaviour is due to the fact that the front-end source was
 copied from C and it wasn't updated to take into account C++'s more
 stringent rules about names.
 
 -- Gaby


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

* c++/7761: gcc reports internal error code 383 on invalid namespace usage.
@ 2002-08-29  9:16 pgoverea
  0 siblings, 0 replies; 5+ messages in thread
From: pgoverea @ 2002-08-29  9:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7761
>Category:       c++
>Synopsis:       gcc reports internal error code 383 on invalid namespace usage.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 29 08:26:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     pgoverea@akamai.com
>Release:        gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>Organization:
>Environment:
Linux 2.2.12-20 i686 unknown
>Description:
~/src> gcc -v -save-temps test.cc
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -D__ELF__ -Dunix -Di386 -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux -Asystem(posix) -D__EXCEPTIONS -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_i386__ test.cc test.ii
GNU CPP version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/g++-2
 /usr/local/include
 /usr/i386-redhat-linux/include
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cc1plus test.ii -quiet -dumpbase test.cc -version -o test.s
GNU C++ version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release).
test.cc:4: Internal compiler error 383.
test.cc:4: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
test.cc:4: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
>How-To-Repeat:
compile file containing:
  struct A { };
  namespace A { struct B {}; }
  using A::B;
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-10-31 21:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-13 13:54 c++/7761: gcc reports internal error code 383 on invalid namespace usage nathan
  -- strict thread matches above, loose matches on Subject: below --
2002-10-31 13:33 bangerth
2002-09-13 13:53 nathan
2002-08-29 11:16 Gabriel Dos Reis
2002-08-29  9:16 pgoverea

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).