This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9706: Internal error: segmentation fault


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






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]