digitalmars.D.bugs - DDoc enum seg fault...
- clayasaurus (8/8) Oct 02 2005 this code causes a seg fault on linux.
- clayasaurus (4/13) Oct 07 2005 Anyone gonna confirm/deny this bug?
- =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= (12/31) Oct 10 2005 Yep, it's a segfault.
- Walter Bright (3/4) Oct 10 2005 Yes, it's a bug, and it'll be fixed in the next update.
this code causes a seg fault on linux. /** a */ enum { ONE }
Oct 02 2005
clayasaurus wrote:this code causes a seg fault on linux. /** a */ enum { ONE }Anyone gonna confirm/deny this bug? Just run 'dmd -D bug.d' or whatever command you use to generate documentation.
Oct 07 2005
clayasaurus wrote:clayasaurus wrote:Yep, it's a segfault. parse test semantic test semantic2 test semantic3 test code test generating code for function 'main' Segfault It seems that the document generator crashes with untitled enums. Tried with "enum foo { ONE }" and it worked well.this code causes a seg fault on linux. /** a */ enum { ONE }Anyone gonna confirm/deny this bug? Just run 'dmd -D bug.d' or whatever command you use to generate documentation.
Oct 10 2005
"clayasaurus" <clayasaurus gmail.com> wrote in message news:434680D0.3080309 gmail.com...Anyone gonna confirm/deny this bug?Yes, it's a bug, and it'll be fixed in the next update.
Oct 10 2005