digitalmars.D.bugs - [Issue 12002] New: Internal error: toir.c 181
- d-bugmail puremagic.com (69/69) Jan 26 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12002
- d-bugmail puremagic.com (20/20) Jan 26 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12002
- d-bugmail puremagic.com (11/11) Jan 26 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12002
- d-bugmail puremagic.com (10/10) Jan 26 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12002
https://d.puremagic.com/issues/show_bug.cgi?id=12002 Summary: Internal error: toir.c 181 Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: zan77137 nifty.com Phobos compilation error is occurred with the "-inline" option. ------------ $ make -f win32.mak LIB=phobos.lib DFLAGS="-O -release -inline -nofloat -w" dmd -lib -ofphobos.lib -Xfphobos.json -O -release -inline -nofloat -w std\stdio. d std\stdiobase.d std\string.d std\format.d std\file.d std\range.d std\array.d std\functional.d std\path.d std\outbuffer.d std\utf.d std\csv.d std\math.d std \complex.d std\numeric.d std\bigint.d std\metastrings.d std\bitmanip.d std\type cons.d std\uni.d std\base64.d std\ascii.d std\demangle.d std\uri.d std\mmfile. d std\getopt.d std\signals.d std\typetuple.d std\traits.d std\encoding.d std\xm l.d std\random.d std\exception.d std\compiler.d std\system.d std\concurrency .d std\datetime.d std\uuid.d std\digest\crc.d std\digest\sha.d std\digest\md.d std\digest\ripemd.d std\digest\digest.d std\algorithm.d std\variant.d std\syse rror.d std\zlib.d std\stream.d std\socket.d std\socketstream.d std\container.d std\conv.d std\zip.d std\cstream.d std\regex.d std\stdint.d std\json.d std\ parallelism.d std\mathspecial.d std\process.d std\net\isemail.d std\net\curl. d std\c\process.d std\c\stdlib.d std\c\time.d std\c\stdio.d std\c\math.d std\c \stdarg.d std\c\stddef.d std\c\fenv.d std\c\string.d std\c\locale.d std\c\wchar h.d std\windows\registry.d std\windows\iunknown.d std\windows\syserror.d std\w indows\charset.d std\c\windows\windows.d std\c\windows\com.d std\c\windows\win sock.d std\c\windows\stat.d std\internal\processinit.d std\internal\uni.d std\i nternal\uni_tab.d std\internal\unicode_tables.d std\internal\unicode_comp.d std \internal\unicode_decomp.d std\internal\unicode_grapheme.d std\internal\unicode _norm.d std\internal\digest\sha_SSSE3.d std\internal\math\biguintcore.d std\i nternal\math\biguintnoasm.d std\internal\math\biguintx86.d std\internal\math\ga mmafunction.d std\internal\math\errorfunction.d std\internal\windows\advapi32.d etc\c\zlib.d etc\c\curl.d etc\c\sqlite3.d etc\c\zlib\zlib.lib ..\druntime\l ib\druntime.lib std\zip.d(421): Deprecation: function std.zip.ArchiveMember.madeVersion is depre cated - Please use fileAttributes instead. Internal error: toir.c 181 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 26 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12002 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice, pull Severity|normal |regression This is git-head only regression. Introduced commit: SHA-1: 826f31641e705017b7d55527f7a93475dd7c8581 [refactor] Move inlineCost and inlineCost3 to a visitor class More shorter command line to reproduce ICE: dmd -lib -ofphobos.lib -Xfphobos.json -O -release -inline -nofloat -w std\format.d Compiler fix: https://github.com/D-Programming-Language/dmd/pull/3159 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 26 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12002 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/64f4b4954836f7bde1d555019d76b8372eb48dad fix Issue 12002 - Internal error: toir.c 181 https://github.com/D-Programming-Language/dmd/commit/7549a7bd215482d7ceadd9b5ba7e75a7018d8c89 [REG] Issue 12002 - Internal error: toir.c 181 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 26 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12002 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: -------
Jan 26 2014