www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Maybe the shortest bug report ever

↑ ↓ ← "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
↑ ↓ "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

 Bug:

 It crashed the compiler


 Matthew

Jan 05 2003
↑ ↓ → "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

 Bug:

 It crashed the compiler


 Matthew


Jan 06 2003