illegal module name crashes scanner parser iff followed by a use....
|
|
Bugzilla Link |
1131 |
Created on |
Sep 18, 2014 11:32 |
Resolution |
FIXED |
Resolved on |
Sep 29, 2014 15:47 |
Version |
svn |
OS |
All |
Architecture |
PC |
Extended Description
Compile this:
module 1131;
use Array: all;
without any command line parameters...... leads to
sac2c-d 1131.sac
** 1: Loading SAC program ...
**** Locating source code ...
Reading from file "./1131.sac" ...
**** Running C preprocessor ...
**** Parsing input file ...
./1131.sac 1:8 error:
=> token of class `id' expected, `1131' token found
OOOOOOOPS, your program crashed the compiler 8-((