Bug 34855

Summary: Bug 19541 is still not resolved in 4.3.0
Product: gcc Reporter: Icarus Sparry <ISPARRY>
Component: preprocessorAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gcc-bugs, ISPARRY, nmake, rodolfo, trt
Priority: P3    
Version: 4.3.0   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed:

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.