[Bug target/18760] gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Dec 1 18:40:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 18:40 -------
Hmm, the problem is related to the specs says to delete gfull.
%{gfull: -g -fno-eliminate-unused-debug-symbols %<gfull }
but since we look the specs once per file, we remove the option for the first one but we don't have it for 
the second one.

Maybe there is a better way of doing this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|driver                      |target
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-01 18:40:30
               date|                            |


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



More information about the Gcc-bugs mailing list