|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.bugs - [Issue 3727] New: lots of "deffering SomeStructName" messages when compiling
http://d.puremagic.com/issues/show_bug.cgi?id=3727 Summary: lots of "deffering SomeStructName" messages when compiling Product: D Version: 2.039 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: baryluk smp.if.uj.edu.pl --- Comment #0 from Witold Baryluk <baryluk smp.if.uj.edu.pl> 2010-01-20 07:27:32 PST --- This doesn't happen in 2.037: # dmd2 ..... ... deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_KeyboardEvent deferring SDL_Event deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor deferring SDL_Cursor ... # It looks like some reminescences of debuging new "forward structs" code: bug3663: struct forward reference regresssion bug3664: struct forward declaration causes enum to conflict with itself -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- Jan 20 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3727 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla digitalmars.com --- Comment #1 from Walter Bright <bugzilla digitalmars.com> 2010-01-22 21:25:40 PST --- Debug printf inadvertently left in. Just comment it out. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- Jan 22 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3727 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Walter Bright <bugzilla digitalmars.com> 2010-01-30 22:47:21 PST --- fixed dmd 2.040 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- Jan 30 2010
|