[Issue 13514] New: Druntime no longer builds with -g

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 20 12:57:05 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13514

          Issue ID: 13514
           Summary: Druntime no longer builds with -g
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: thecybershadow at gmail.com

Introduced in https://github.com/D-Programming-Language/druntime/pull/958.

After the above pull, Druntime no longer builds if -g is added to the build
flags.

Reduced test case:

/////// test.d ///////
struct __c_long_double
{
    this(double ) { }
    double ld;
}

//////////////////////

Run: dmd -c -g config.d

Compiler segfaults.

--


More information about the Digitalmars-d-bugs mailing list