March 27, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1955

           Summary: debug info for temp variables
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: cristian@zerobugs.org


The Linux version of the compiler generates debug information for internal, temporary variables (named _TMPxx, where xx is a number). This clutters the debugger views with needless information.


-- 

March 27, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1955


jarrett.billingsley@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Linux                       |All




------- Comment #1 from jarrett.billingsley@gmail.com  2008-03-27 17:14 -------
Happens on Windows too, at least when debugging in VC6.


--