Thread overview
Maybe the shortest bug report ever
Jan 06, 2003
Matthew Wilson
Jan 06, 2003
Matthew Wilson
Jan 06, 2003
Walter
January 06, 2003
File contents:

__int8 i8;

Error reported:

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

Bug:

It crashed the compiler


Matthew


January 06, 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
'__int8'
>
> Bug:
>
> It crashed the compiler
>
>
> Matthew
>
>


January 06, 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
> '__int8'
> >
> > Bug:
> >
> > It crashed the compiler
> >
> >
> > Matthew
> >
> >
>
>