Archives
D Programming
DD.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
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
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 Jan 05 2003
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 Jan 06 2003
|