Bug 34855 - Bug 19541 is still not resolved in 4.3.0
Summary: Bug 19541 is still not resolved in 4.3.0
Status: RESOLVED DUPLICATE of bug 19541
Alias: None
Product: gcc
Classification: Unclassified
Component: preprocessor (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
: 34857 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-18 19:22 UTC by Icarus Sparry
Modified: 2008-01-18 20:12 UTC (History)
5 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Icarus Sparry 2008-01-18 19:22:11 UTC
This is bug 19541, but being reported against 4.3.0.

Still a problem in 4.3.using Debian unstable packages
gcc --version gives gcc-4.3 (Debian 4.3-20080116-1) 4.3.0 20080116 (experimental) [trunk revision 131577]

Can we either get the "ignore-source-dir" patch added to the mainline, or else remove the "-I- is deprecated" warning? Clearly there are uses for -I-, as the mailing list thread shows.
Comment 1 Andrew Pinski 2008-01-18 19:51:07 UTC
*** Bug 34857 has been marked as a duplicate of this bug. ***
Comment 2 Andrew Pinski 2008-01-18 19:51:35 UTC
And that bug is still opened.

*** This bug has been marked as a duplicate of 19541 ***
Comment 3 Icarus Sparry 2008-01-18 19:59:18 UTC
(In reply to comment #2)
> And that bug is still opened.
> 
> *** This bug has been marked as a duplicate of 19541 ***
> 

Yes. 3 years after a fix is available, and 3 releases of gcc, the bug is still open. Can we get it closed please?
Comment 4 Steven Bosscher 2008-01-18 20:05:45 UTC
Patches welcome.
Comment 5 Icarus Sparry 2008-01-18 20:12:16 UTC
(In reply to comment #4)
> Patches welcome.
> 

Ceratinly. I can either up-rev the patch posted in http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01197.html or I can do a patch to undo the deprecation of -I-. Which stands any chance of being accepted?

My preference is to undo the deprecation of -I-, as it is used by other compilers.