Thread overview
[Issue 1056] New: segfault with pragma(msg) inside CTFE
Mar 12, 2007
d-bugmail
Mar 20, 2007
d-bugmail
Mar 20, 2007
d-bugmail
March 12, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1056

           Summary: segfault with pragma(msg) inside CTFE
           Product: D
           Version: 1.007
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: clugdbug@yahoo.com.au


Applies to both 1.007 and 1.009.

--------------
int g()
{
    pragma(msg, "g");
    return 0;
}

const int a = g();


-- 

March 20, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1056


deewiant@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davidl@126.com




------- Comment #1 from deewiant@gmail.com  2007-03-20 04:49 -------
*** Bug 1070 has been marked as a duplicate of this bug. ***


-- 

March 20, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1056


tknott@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #2 from tknott@gmail.com  2007-03-20 16:04 -------


*** This bug has been marked as a duplicate of 998 ***


--