[Issue 24246] New: ICE: CTFE internal error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 14 23:16:57 UTC 2023


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

          Issue ID: 24246
           Summary: ICE: CTFE internal error
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: andrey.zherikov at gmail.com

Created attachment 1901
  --> https://issues.dlang.org/attachment.cgi?id=1901&action=edit
Source code to reproduce the issue

Compile attached file with `dmd package.d`:

> c:\d\dmd.2.106.0-beta.1.windows\dmd2\windows\bin64\dmd.exe package.d
package.d(34): Error: CTFE internal error: literal `TextStyle`

> echo %errorlevel%
-1073741795


Errorcode is C000001D

--


More information about the Digitalmars-d-bugs mailing list