public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory
@ 2004-04-30  9:24 prj-bugzilla-gcc at multivac dot cwru dot edu
  2004-04-30 12:20 ` [Bug preprocessor/15220] [3.4/3.5 " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: prj-bugzilla-gcc at multivac dot cwru dot edu @ 2004-04-30  9:24 UTC (permalink / raw)
  To: gcc-bugs

$ gcc -v
Reading specs from
/fs/pkgs/mount/package/misc/spf/gcc-3.4.0/bin/../lib/gcc/i686-pc-linux-gnu/3.4.0/specs
Configured with: ../gcc-3.4.0/configure --prefix=/package/misc/spf/gcc-3.4.0
--disable-nls --enable-libgcj --with-as=/package/misc/spf/gcc-3.4.0/spf/as
--with-ld=/package/misc/spf/gcc-3.4.0/spf/ld --enable-threads
Thread model: posix
gcc version 3.4.0

$ echo $'#include <foo.h>\n#include "bar.h"' | gcc -xc /dev/stdin -E -MM -MG
stdin.o: /dev/stdin foo.h bar.h

Previous versions of gcc (I checked 2.95.3, 3.2.3, and 3.3.3) do not include
foo.h in the output, which is appropriate, since foo.h would not be searched for
in the source directory when actually compiling the file.

Jim Wilson has some ideas:
http://gcc.gnu.org/ml/gcc/2004-04/msg01413.html

-- 
           Summary: [3.4 regression] "gcc -E -MM -MG" reports missing system
                    headers in source directory
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: prj-bugzilla-gcc at multivac dot cwru dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.4/3.5 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
@ 2004-04-30 12:20 ` pinskia at gcc dot gnu dot org
  2004-04-30 13:40 ` [Bug preprocessor/15220] [3.3/4/3.5 " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-30 12:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neil at daikokuya dot co dot
                   |                            |uk
            Summary|[3.4 regression] "gcc -E -MM|[3.4/3.5 regression] "gcc -E
                   |-MG" reports missing system |-MM -MG" reports missing
                   |headers in source directory |system headers in source
                   |                            |directory
   Target Milestone|---                         |3.4.1


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/4/3.5 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
  2004-04-30 12:20 ` [Bug preprocessor/15220] [3.4/3.5 " pinskia at gcc dot gnu dot org
@ 2004-04-30 13:40 ` pinskia at gcc dot gnu dot org
  2004-06-06  3:54 ` [Bug preprocessor/15220] [3.3/3.4/3.5 " giovannibajo at libero dot it
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-30 13:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-30 12:53 -------
Confirmed but something else is a regression from 3.2.3.
Before 3.3, GCC used to warn about foo.h being missing so there might be more to what 
caused it than what Jim thinks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-30 12:53:54
               date|                            |
            Summary|[3.4/3.5 regression] "gcc -E|[3.3/4/3.5 regression] "gcc
                   |-MM -MG" reports missing    |-E -MM -MG" reports missing
                   |system headers in source    |system headers in source
                   |directory                   |directory
   Target Milestone|3.4.1                       |3.3.4


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/3.5 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
  2004-04-30 12:20 ` [Bug preprocessor/15220] [3.4/3.5 " pinskia at gcc dot gnu dot org
  2004-04-30 13:40 ` [Bug preprocessor/15220] [3.3/4/3.5 " pinskia at gcc dot gnu dot org
@ 2004-06-06  3:54 ` giovannibajo at libero dot it
  2004-06-14 17:26 ` mmitchel at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: giovannibajo at libero dot it @ 2004-06-06  3:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-06-06 03:54 -------
Retargeting to 3.4.1, being a regression on that release branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org
   Target Milestone|3.3.4                       |3.4.1


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/3.5 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (2 preceding siblings ...)
  2004-06-06  3:54 ` [Bug preprocessor/15220] [3.3/3.4/3.5 " giovannibajo at libero dot it
@ 2004-06-14 17:26 ` mmitchel at gcc dot gnu dot org
  2004-08-29 18:50 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-14 17:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-14 17:26 -------
Neil, I'm not going to hold up 3.4.1 for this patch, but would you please take a
look at this problem?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/3.5 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (3 preceding siblings ...)
  2004-06-14 17:26 ` mmitchel at gcc dot gnu dot org
@ 2004-08-29 18:50 ` mmitchel at gcc dot gnu dot org
  2004-11-01  0:45 ` [Bug preprocessor/15220] [3.3/3.4/4.0 " mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:50 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (4 preceding siblings ...)
  2004-08-29 18:50 ` mmitchel at gcc dot gnu dot org
@ 2004-11-01  0:45 ` mmitchel at gcc dot gnu dot org
  2004-11-27 23:19 ` neroden at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:44 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (5 preceding siblings ...)
  2004-11-01  0:45 ` [Bug preprocessor/15220] [3.3/3.4/4.0 " mmitchel at gcc dot gnu dot org
@ 2004-11-27 23:19 ` neroden at gcc dot gnu dot org
  2004-11-28  0:50 ` neil at daikokuya dot co dot uk
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-11-27 23:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2004-11-27 23:18 -------
Ow.  The dependencies are emitted in open_file_failed in libcpp/files.c; but 
that routine *doesn't know* whether the file was called for in a <> or a "" 
directive. 
 
Fixing this requires some restructuring of libcpp code so that the 
dependencies are emitted in a place which does know (perhaps the same place, 
but that requires a lot of extra information passing). 

-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (6 preceding siblings ...)
  2004-11-27 23:19 ` neroden at gcc dot gnu dot org
@ 2004-11-28  0:50 ` neil at daikokuya dot co dot uk
  2004-12-05  9:35 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: neil at daikokuya dot co dot uk @ 2004-11-28  0:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neil at daikokuya dot co dot uk  2004-11-28 00:50 -------
Subject: Re:  [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory

neroden at gcc dot gnu dot org wrote:-

> 
> ------- Additional Comments From neroden at gcc dot gnu dot org  2004-11-27 23:18 -------
> Ow.  The dependencies are emitted in open_file_failed in libcpp/files.c; but 
> that routine *doesn't know* whether the file was called for in a <> or a "" 
> directive. 
>  
> Fixing this requires some restructuring of libcpp code so that the 
> dependencies are emitted in a place which does know (perhaps the same place, 
> but that requires a lot of extra information passing). 

Note that current behaviour was discussed and agreed in a thread in 
2003, on a previous bug report about prior behaviour.

Neil.


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (7 preceding siblings ...)
  2004-11-28  0:50 ` neil at daikokuya dot co dot uk
@ 2004-12-05  9:35 ` ebotcazou at gcc dot gnu dot org
  2004-12-05 22:41 ` prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-12-05  9:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-12-05 09:35 -------
Neil, would you mind updating the status of this bug so that it doesn't appear
as a critical regression against 3.4.x and 4.0?  If the observed behaviour is
the intended one, please close the bug as WONTFIX.


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (8 preceding siblings ...)
  2004-12-05  9:35 ` ebotcazou at gcc dot gnu dot org
@ 2004-12-05 22:41 ` prj-bugzilla-gcc at multivac dot cwru dot edu
  2004-12-13 18:43 ` james at juranfamily dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: prj-bugzilla-gcc at multivac dot cwru dot edu @ 2004-12-05 22:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From prj-bugzilla-gcc at multivac dot cwru dot edu  2004-12-05 22:40 -------
3.4 is a lost cause by this point, but I'd really like to see this fixed for
4.0.  My build system needs this to track dependencies.  What exactly was agreed
before - the lack of the warning, or the misleading outfor for missing <foo.h>
files?  (I don't care about the warning.)  Got a link to that thread?

-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (9 preceding siblings ...)
  2004-12-05 22:41 ` prj-bugzilla-gcc at multivac dot cwru dot edu
@ 2004-12-13 18:43 ` james at juranfamily dot org
  2004-12-13 19:10 ` prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: james at juranfamily dot org @ 2004-12-13 18:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From james at juranfamily dot org  2004-12-13 18:43 -------
I believe the bug Neil referred to in comment #7 is bug preprocessor/6521 from
May 2002.

-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (10 preceding siblings ...)
  2004-12-13 18:43 ` james at juranfamily dot org
@ 2004-12-13 19:10 ` prj-bugzilla-gcc at multivac dot cwru dot edu
  2005-02-09 17:21 ` steven at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: prj-bugzilla-gcc at multivac dot cwru dot edu @ 2004-12-13 19:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From prj-bugzilla-gcc at multivac dot cwru dot edu  2004-12-13 19:10 -------
Ok, bug preprocessor/6521 looks like it had the same symptom I see now with 3.4.
 Neil and Zack didn't think it was worth fixing at first, but it did get fixed,
and managed to stay fixed through 3.3.

I agree with the comments that it's not very important how -MG handles <>
headers, but what does matter to me is that they are not made to look like ""
headers.  I use "gcc -E -MM -MG foo.c 2> /dev/null" and parse the output to find
out which "" headers would need to be generated in order to compile this file. 
If <> headers are included in that list, I get unnecessary build failures, since
some headers that I can't provide appear to be needed (but actually aren't).  It
would be ok with me if <> headers were ignored entirely for -MG.  As it is, they
are ignored only if they exist - otherwise, 3.4 gives misleading output, 3.3 is
silent, and earlier versions warn.

-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (11 preceding siblings ...)
  2004-12-13 19:10 ` prj-bugzilla-gcc at multivac dot cwru dot edu
@ 2005-02-09 17:21 ` steven at gcc dot gnu dot org
  2005-05-19 17:40 ` [Bug preprocessor/15220] [3.3/3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-02-09 17:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-02-09 10:37 -------
I don't see why this is critical. 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.3/3.4/4.0/4.1 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (12 preceding siblings ...)
  2005-02-09 17:21 ` steven at gcc dot gnu dot org
@ 2005-05-19 17:40 ` mmitchel at gcc dot gnu dot org
  2005-07-22 21:13 ` [Bug preprocessor/15220] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
  2005-09-27 16:16 ` mmitchel at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.4/4.0/4.1 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (13 preceding siblings ...)
  2005-05-19 17:40 ` [Bug preprocessor/15220] [3.3/3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
@ 2005-07-22 21:13 ` pinskia at gcc dot gnu dot org
  2005-09-27 16:16 ` mmitchel at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 21:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 21:12 -------
Moving to 4.0.2 pre Mark.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |4.0.2


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug preprocessor/15220] [3.4/4.0/4.1 regression] "gcc -E -MM -MG" reports missing system headers in source directory
  2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
                   ` (14 preceding siblings ...)
  2005-07-22 21:13 ` [Bug preprocessor/15220] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-09-27 16:16 ` mmitchel at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2005-09-27 16:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-30  9:24 [Bug preprocessor/15220] New: [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory prj-bugzilla-gcc at multivac dot cwru dot edu
2004-04-30 12:20 ` [Bug preprocessor/15220] [3.4/3.5 " pinskia at gcc dot gnu dot org
2004-04-30 13:40 ` [Bug preprocessor/15220] [3.3/4/3.5 " pinskia at gcc dot gnu dot org
2004-06-06  3:54 ` [Bug preprocessor/15220] [3.3/3.4/3.5 " giovannibajo at libero dot it
2004-06-14 17:26 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:50 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:45 ` [Bug preprocessor/15220] [3.3/3.4/4.0 " mmitchel at gcc dot gnu dot org
2004-11-27 23:19 ` neroden at gcc dot gnu dot org
2004-11-28  0:50 ` neil at daikokuya dot co dot uk
2004-12-05  9:35 ` ebotcazou at gcc dot gnu dot org
2004-12-05 22:41 ` prj-bugzilla-gcc at multivac dot cwru dot edu
2004-12-13 18:43 ` james at juranfamily dot org
2004-12-13 19:10 ` prj-bugzilla-gcc at multivac dot cwru dot edu
2005-02-09 17:21 ` steven at gcc dot gnu dot org
2005-05-19 17:40 ` [Bug preprocessor/15220] [3.3/3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
2005-07-22 21:13 ` [Bug preprocessor/15220] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-09-27 16:16 ` mmitchel at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).