-inline switch changes code behaviour

Vladimir Panteleev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 23 10:53:11 PDT 2014


On Saturday, 23 August 2014 at 17:44:41 UTC, francesco cattoglio 
wrote:
> any suggestion on how to debug this?

If you can write a script which can compare the behavior of two 
builds of your program to return 0 if they differ or 1 if they 
are identical, you could plug it into DustMite. Write a test 
script which builds your project with and without -inline, and 
compares the output. DustMite would then reduce it to the 
smallest program the output of which differs depending on whether 
it was built with -inline.

https://github.com/CyberShadow/DustMite/wiki


More information about the Digitalmars-d-learn mailing list