www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11610] New: Compiler core dumps on FreeBSD, compiles forever on Linux

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11610

           Summary: Compiler core dumps on FreeBSD, compiles forever on
                    Linux
           Product: D
           Version: D2
          Platform: x86_64
               URL: http://forum.dlang.org/post/esiwotypjmcvasxwujlj forum
                    .dlang.org
        OS/Version: FreeBSD
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: arjan jak.nl



Created an attachment (id=1295)
snipped

Version dmd FreeBSD: DMD64 D Compiler v2.065-devel-b6b240b
Version dmd Linux: DMD32 D Compiler v2.065-devel-be98dbb

Attached snipped is reduced from Dscanner (master 4bac267) using dustmite.

compiling the snipped on FreeBSD crashes DMD
compiling the snipped on Linux leaves dmd compiling forever.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 26 2013
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11610


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic, pull
           Platform|x86_64                      |All
         OS/Version|FreeBSD                     |All



In windows, following erroneous message will be reported.

 Error: template instance std.traits.isSomeChar!(TokenType) recursive expansion

So add 'diagnostic' keyword.

Compiler fix:
https://github.com/D-Programming-Language/dmd/pull/2912

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 02 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11610




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9b16fc75053f9af1390edd8ae435f6232b19f1ef
fix Issue 11610 - Compiler core dumps on FreeBSD, compiles forever on Linux

https://github.com/D-Programming-Language/dmd/commit/dfb43d56386364aec2bb0b22006b7cb5ee39d7d9


Issue 11610 - Compiler core dumps on FreeBSD, compiles forever on Linux

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 03 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11610


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 03 2013
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11610


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs eml.cc



*** Issue 11603 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 03 2013