[Issue 8912] Error compiling core.memory - possible DDoc problem

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8912

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 8912] Error compiling core.memory - possible DDoc problem

2017-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8912

Basile B.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b2.t...@gmx.com
 Resolution|--- |WORKSFORME

--


[Issue 8912] Error compiling core.memory - possible DDoc problem

2012-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8912


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com


--- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-11-01 
22:44:14 PDT ---
I can recreate the bug with DMD 2.060.

Anyway it is related to ddoc, git head stack trace:

0012f800  0045086c  DMD!Lexer::charConstant(Token*,int )+0x174
0012f8bc  004acf10  DMD!Lexer::scan(Token*)+0xa3
0012f974  004acaa9  DMD!highlightCode2+0x93
0012fa00  004abcab  DMD!highlightText+0x44d
0012fa48  004abafe 
DMD!Section::write(DocComment*,Scope*,Dsymbol*,OutBuffer*)+0x12a
0012fa80  004aa097 
DMD!DocComment::writeSections(Scope*,Dsymbol*,OutBuffer*)+0x94
0012fb48  004050c7  DMD!Module::gendocfile()+0x33f(...)
0012ff44  004052f0  DMD!tryMain+0x2bea
0012ff80  0055f225  DMD!main+0x43
0012ffc0  7c817067  DMD!mainCRTStartup+0xa9

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


[Issue 8912] Error compiling core.memory - possible DDoc problem

2012-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8912


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2012-10-30 05:59:42 PDT ---
During the compilation of DMD/druntime/Phobos there are other things that pop
up:

make clean
del ..\..\lib\cppunit.lib
Can't find C:\dmd2\src\dmd\src\cppunit-1.12.1\lib\cppunit.lib


dmc -c -Iroot;\dm\include -o   -cpp -DDM_TARGET_CPU_X86=1  dsymbol
else if (ce-type  (t = ce-type-toBasetype()) 
   ^
dsymbol.c(1351) : Warning 2: possible unintended assignment
if ((t = e-type-toBasetype())  t-ty == Tfunction)
 ^
dsymbol.c(1417) : Warning 2: possible unintended assignment

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