This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[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
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2004 18:40:32 -0000
- Subject: [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
- References: <20041201172930.18760.dpatel@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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