June 26, 2016
http://bugzilla.gdcproject.org/show_bug.cgi?id=232

            Bug ID: 232
           Summary: 'gdmd -c -of<file> …' writes <file>.o
           Product: GDC
           Version: development
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
          Assignee: ibuclaw@gdcproject.org
          Reporter: code@klickverbot.at

As per the title – 'gdmd -c -of<file> …' writes to <file>.o, not <file> like DMD.

In particular, 'gdmd -c -oftest.o test.d' produces test.o.o, whereas DMD writes to test.o.

This is with GDMD from Git master (2422b48), as shipped with the Arch Linux gdc
package.

-- 
You are receiving this mail because:
You are watching all bug changes.