[Issue 2068] New: GDC does not use specs files

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon May 5 08:07:56 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2068

           Summary: GDC does not use specs files
           Product: DGCC aka GDC
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: glue layer
        AssignedTo: dvdfrdmn at users.sf.net
        ReportedBy: e-t172 at akegroup.org


When using specs files, GDC ignores the "cc1d" part. It should not.

Steps to reproduce:

Write a specs file with the following contents:

*cc1d:
-do -you -hear -me

Then execute:

gdc -specs specsfile -c test.d

Expected result:

$ gdc -specs specsfile -c test.d
cc1d: error: unrecognized command line option "-you"
cc1d: error: unrecognized command line option "-hear"
cc1d: error: unrecognized command line option "-me"
$

Actual result:

$ gdc -specs specsfile -c test.d
$ 

Tested with GDC r217, GCC 4.1.2, on a x86_64 Debian GNU/Linux system.


-- 



More information about the D.gnu mailing list