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 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


------- 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


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