[Issue 17601] [REG2.075.0-b1] segmentation fault for dmd -deps
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Jul  6 22:27:46 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17601
--- Comment #2 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Reduced:
//////////// a.d ////////////
import b;
//////////// b.d ////////////
void foo() {
    import c;
}
//////////// c.d ////////////
struct {
    void ()
}
////////// build.sh /////////
dmd -c -deps a.d -of/dev/null
/////////////////////////////
Bisection points to https://github.com/dlang/dmd/pull/6748 but it's more likely
that that change simply exposed a latent bug.
--
    
    
More information about the Digitalmars-d-bugs
mailing list