Compilation Fails when -check option used.
| Bugzilla Link | 725 |
| Created on | Jun 16, 2010 16:31 |
| Resolution | FIXED |
| Resolved on | Jul 15, 2010 14:40 |
| Version | svn |
| OS | Linux |
| Architecture | PC |
| Attachments | blife.sac |
Extended Description
-------------------------- Error Message -------------------------- ** 15: Introducing memory management instructions ... **** Propagating constants ... **** AUD/SCL distinction ... **** Making copy operations explicit ... **** Removing alias results from conformity checks ... **** Introducing explicit allocation statements ... ASSERTION FAILED: file 'memory/alloc.c', line 305 alloc requires a dim expression! EXECUTION TERMINATED Aborted -------------------------- Command used -------------------------- sac2c -check c blife.sac -------------------------- Compiler Version -------------------------- sac2c v1.00-beta (Haggis And Apple) developer rev 16890 linux-gnu_i686 (Tue Jun 15 18:23:32 BST 2010 by nkk) -------------------------- Description -------------------------- Error appears when command listed above used. sac2c -check c blife.sac --Compilation Fails sac2c -check b blife.sac --Compilation Successful sac2c -check t blife.sac --Compilation Successful sac2c blife.sac --Compilation Successful