[Bug pch/45536] PCH uses -o file even when there are other arguments

2010-09-04 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2010-09-04 19:31 ---
The problem is the specs is producing the output file for the PCH.  


[andrew-pinskis-computer:~] apinski% file t.out
t.out: GCC precompiled header (version 013) for C


Related to PR 33980.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Component|c++ |pch
  GCC build triplet|elf_x86_64  |
   GCC host triplet|elf_x86_64  |
 GCC target triplet|elf_x86_64  |
Summary|gcc updates output timestamp|PCH uses -o file even when
   |even when compilation fails |there are other arguments


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



[Bug pch/45536] PCH uses -o file even when there are other arguments

2010-09-04 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2010-09-04 19:32 ---
This has enough information to reproduce the bug.  Thanks again for the
testcase.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|WAITING |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2010-09-04 19:32:11
   date||


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



[Bug pch/45536] PCH uses -o file even when there are other arguments

2010-09-04 Thread pinskia at gcc dot gnu dot org


--- Comment #4 from pinskia at gcc dot gnu dot org  2010-09-04 19:33 ---
(In reply to comment #1)
 Please provide a complete testcase, including Makefile.

The description has enough information to produce the issue.  The driver is
producing a PCH and an executable with the same output filename.


-- 


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