www.digitalmars.com         C & C++   DMDScript  

c++ - Maybe the shortest bug report ever

reply "Matthew Wilson" <dmd synesis.com.au> writes:
File contents:

__int8 i8;

Error reported:

__int.cpp(1) : Error: missing decl-specifier-seq for declaration of '__int8'

Bug:

It crashed the compiler


Matthew
Jan 05 2003
parent reply "Matthew Wilson" <dmd synesis.com.au> writes:
Actually, it seems like just about any compilation causes scppn.exe to
crash. Did you inadvertantly introduce a fragility in the last release?

"Matthew Wilson" <dmd synesis.com.au> wrote in message
news:avb3eh$2r9b$1 digitaldaemon.com...
 File contents:

 __int8 i8;

 Error reported:

 __int.cpp(1) : Error: missing decl-specifier-seq for declaration of
'__int8'
 Bug:

 It crashed the compiler


 Matthew
Jan 05 2003
parent "Walter" <walter digitalmars.com> writes:
Nope. I forgot to remove the assert generated when it prints an error
message.

"Matthew Wilson" <dmd synesis.com.au> wrote in message
news:avbc6e$318i$1 digitaldaemon.com...
 Actually, it seems like just about any compilation causes scppn.exe to
 crash. Did you inadvertantly introduce a fragility in the last release?

 "Matthew Wilson" <dmd synesis.com.au> wrote in message
 news:avb3eh$2r9b$1 digitaldaemon.com...
 File contents:

 __int8 i8;

 Error reported:

 __int.cpp(1) : Error: missing decl-specifier-seq for declaration of
'__int8'
 Bug:

 It crashed the compiler


 Matthew
Jan 06 2003