-b option does not accept override
| Bugzilla Link | 1156 |
| Created on | May 01, 2015 13:44 |
| Version | svn |
| OS | Linux |
| Architecture | PC |
Extended Description
The sac2c unit test script UnitTestRunGrep1 and UnitTestRunWorks1 are supposed to allow a specific unit test to override the default compiler breakpoint by specifying their own breakpoint. Rationale: The default might be -bopt, but a failure in WLT required me to add my own breakpoint of -bwlt, so the compiler invocation looks like: sac2c bugWLT.sac -bopt -bwlt The -bwlt breakpoint is ignored. It looks like the compiler breaks at the earliest breakpoint specified, which is a nuisance. Is this behavior intentional or accidental?