Compiler-generated implicit symbols and --gc-sections
    Dicebot 
    public at dicebot.lv
       
    Mon Jan  6 05:40:09 PST 2014
    
    
  
On Friday, 3 January 2014 at 18:14:58 UTC, Mike wrote:
> I eventually tracked it down to the fact that I was compiling 
> with -ffunction-sections and -fdata-sections and linking with 
> --gc-sections and symbols like...
I never got --gc-sections to work reliably with D without going 
dirty, crashes were somewhat common for any non-trivial program. 
Don't think this particular use case is tested by anyone at all, 
you are on your own once you get here.
    
    
More information about the D.gnu
mailing list