This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9706: Internal error: segmentation fault
- From: Kriang Lerdsuwanakij <lerdsuwa at users dot sourceforge dot net>
- To: Gabriel Huecas Fernandez-Toribio <gabriel at dit dot upm dot es>
- Cc: lerdsuwa at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Tue, 18 Feb 2003 22:14:31 +0700
- Subject: Re: c++/9706: Internal error: segmentation fault
- References: <Pine.LNX.4.44.0302171355110.29653-100000@jungla.dit.upm.es>
Thanks for the report. I closed this bug report
because it has been fixed in the main cvs (future
GCC 3.4). Fixing this bug for GCC 3.3 is very
unlikely since it's very close to the release date
now.
--Kriang
Gabriel Huecas Fernandez-Toribio wrote:
It is not a bug, indeed. The code is not C++,
but I expected a "syntax error" or "semantic error",
but not a "internal error: segmentation fault".
The compiler should not crash, in my opinion.
Well, g++ asked to submit a report and I did.
gabriel
On 16 Feb 2003 lerdsuwa@gcc.gnu.org wrote:
Synopsis: Internal error: segmentation fault
State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sun Feb 16 18:04:26 2003
State-Changed-Why:
Not a bug according to 3.3.7 p2. The declaration 'int XXX;' hides 'class XXX'. The class 'XXX' can be accessed using elaborated type specifier.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9706