This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/31316] New: driver specifies output file twice when compiling header with -S


ryan@ryan:~/gcc/trunk/gcc/tmp/gcc$ ./xgcc -B.  t.h -S -v
Reading specs from ./specs
Target: i686-pc-linux-gnu
Configured with: ../configure --enable-languages=c++ --disable-nls
Thread model: posix
gcc version 4.3.0 20070322 (experimental)
 ./cc1 -quiet -v -iprefix
/home/ryan/gcc/trunk/gcc/tmp/gcc/../lib/gcc/i686-pc-linux-gnu/4.3.0/ -isystem
./include -isystem ./include-fixed t.h -quiet -dumpbase t.h -mtune=generic
-auxbase t -version -o t.s -o /tmp/ccs9IVOl.s --output-pch=t.h.gch
cc1: error: output filename specified twice


-- 
           Summary: driver specifies output file twice when compiling header
                    with -S
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rmansfield at qnx dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31316


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]