public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug pch/13676] New: GCC failes to recognize files ending in .hpp as headers to be precompiled
@ 2004-01-14  3:18 jbrandmeyer at earthlink dot net
  2004-01-14  3:32 ` [Bug pch/13676] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: jbrandmeyer at earthlink dot net @ 2004-01-14  3:18 UTC (permalink / raw)
  To: gcc-bugs

Pass any header file with a suffix ending in .hpp to the compiler.  If -c is
specified, you recieve the message that "linker input file foo.hpp ignored
because linking not done", and if -c is not specified, it is passed on verbatim
to the linker which cannot subsequently determine the file type.

I think the most robust fix for this is to supply an argument to the -x flag
such as "c++-pch" or "c-pch" to force the compiler to treat it as a header file
to be pre-compiled.  This would also enable projects that do more exotic things
with #include to take advantage of PCH.

-- 
           Summary: GCC failes to recognize files ending in .hpp as headers
                    to be precompiled
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: pch
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jbrandmeyer at earthlink dot net
                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=13676


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
  2004-01-14  3:18 [Bug pch/13676] New: GCC failes to recognize files ending in .hpp as headers to be precompiled jbrandmeyer at earthlink dot net
@ 2004-01-14  3:32 ` pinskia at gcc dot gnu dot org
  2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-14  3:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-14 03:32 -------
Patch is here: <http://gcc.gnu.org/ml/gcc-patches/2003-01/msg01317.html>, reviewed (almost 
a year later wow): <http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01210.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-14 03:32:23
               date|                            |
   Target Milestone|---                         |3.4.1


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
  2004-01-14  3:18 [Bug pch/13676] New: GCC failes to recognize files ending in .hpp as headers to be precompiled jbrandmeyer at earthlink dot net
  2004-01-14  3:32 ` [Bug pch/13676] " pinskia at gcc dot gnu dot org
@ 2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
  2004-05-27  5:49 ` pinskia at gcc dot gnu dot org
  2005-07-21  0:46 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-14  5:41 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
  2004-01-14  3:18 [Bug pch/13676] New: GCC failes to recognize files ending in .hpp as headers to be precompiled jbrandmeyer at earthlink dot net
  2004-01-14  3:32 ` [Bug pch/13676] " pinskia at gcc dot gnu dot org
  2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
@ 2004-05-27  5:49 ` pinskia at gcc dot gnu dot org
  2005-07-21  0:46 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-27  5:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
  2004-01-14  3:18 [Bug pch/13676] New: GCC failes to recognize files ending in .hpp as headers to be precompiled jbrandmeyer at earthlink dot net
                   ` (2 preceding siblings ...)
  2004-05-27  5:49 ` pinskia at gcc dot gnu dot org
@ 2005-07-21  0:46 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-21  0:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-21 00:37 -------
Someone should apply this patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-02-23 01:28:08         |2005-07-21 00:37:06
               date|                            |


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2007-08-06 11:10 ` gerald at gcc dot gnu dot org
@ 2007-08-06 21:44 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-06 21:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pinskia at gcc dot gnu dot org  2007-08-06 21:43 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2007-02-04 17:24 ` alfred dot minarik dot 1 at aon dot at
@ 2007-08-06 11:10 ` gerald at gcc dot gnu dot org
  2007-08-06 21:44 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 21+ messages in thread
From: gerald at gcc dot gnu dot org @ 2007-08-06 11:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from gerald at gcc dot gnu dot org  2007-08-06 11:10 -------
Subject: Bug 13676

Author: gerald
Date: Mon Aug  6 11:10:19 2007
New Revision: 127239

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127239
Log:
        PR pch/13676
        * doc/invoke.texi: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.

cp:
        * lang-specs.h: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
        * g++spec.c (lang_specific_driver): Check them.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/g++spec.c
    trunk/gcc/cp/lang-specs.h
    trunk/gcc/doc/invoke.texi


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2007-02-03 19:45 ` tromey at gcc dot gnu dot org
@ 2007-02-04 17:24 ` alfred dot minarik dot 1 at aon dot at
  2007-08-06 11:10 ` gerald at gcc dot gnu dot org
  2007-08-06 21:44 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 21+ messages in thread
From: alfred dot minarik dot 1 at aon dot at @ 2007-02-04 17:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from alfred dot minarik dot 1 at aon dot at  2007-02-04 17:23 -------
(In reply to comment #15)
> I think you need to resubmit the updated patch.

Done http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00331.html


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2007-02-03 19:44 ` tromey at gcc dot gnu dot org
@ 2007-02-03 19:45 ` tromey at gcc dot gnu dot org
  2007-02-04 17:24 ` alfred dot minarik dot 1 at aon dot at
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-02-03 19:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from tromey at gcc dot gnu dot org  2007-02-03 19:45 -------
I think you need to resubmit the updated patch.
Sorry about that.  But I don't think that, in general, an approval
still applies once the patch has been changed.

If you do it soon I will try to include this in my list of patches
when I ping about the cpp patch backlog.


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2007-01-03 19:17 ` tromey at gcc dot gnu dot org
@ 2007-02-03 19:44 ` tromey at gcc dot gnu dot org
  2007-02-03 19:45 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-02-03 19:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from tromey at gcc dot gnu dot org  2007-02-03 19:44 -------
*** Bug 30692 has been marked as a duplicate of this bug. ***


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k04jg02 at kzoo dot edu


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2007-01-02 20:14 ` pluto at agmk dot net
@ 2007-01-03 19:17 ` tromey at gcc dot gnu dot org
  2007-02-03 19:44 ` tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-03 19:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from tromey at gcc dot gnu dot org  2007-01-03 19:17 -------
I'm not sure whether the updated patch can be committed without
another review.  I'll try to find out.


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2006-12-30 15:35 ` alfred dot minarik dot 1 at aon dot at
@ 2007-01-02 20:14 ` pluto at agmk dot net
  2007-01-03 19:17 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: pluto at agmk dot net @ 2007-01-02 20:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pluto at agmk dot net  2007-01-02 20:14 -------
and we'll wait another years to commit this trivial thing :>


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-12-28  1:38 ` tromey at gcc dot gnu dot org
@ 2006-12-30 15:35 ` alfred dot minarik dot 1 at aon dot at
  2007-01-02 20:14 ` pluto at agmk dot net
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: alfred dot minarik dot 1 at aon dot at @ 2006-12-30 15:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from alfred dot minarik dot 1 at aon dot at  2006-12-30 15:35 -------
Created an attachment (id=12847)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12847&action=view)
Updated patch including tcc for mainline

Yes this is right. in Comment #4 there was an update of the first
version for current mainline.
Please note that Benjamin Kosnik has requested another C++ header type for
Template insantiation headers: tcc. 
I have included that then in an updated patch.
http://gcc.gnu.org/ml/gcc-patches/2004-03/msg00597.html

Just saw that I added hpp twice in cp/lang-specs.h. Corrected and
bootstraped/make checked just in case...(no problems)

Added this patch updated for mainline as attachment. 
if you prefere also adding tcc. Please take changelog from mentioned link.

Thanks.


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-09-26 18:08 ` alfred dot minarik dot 1 at aon dot at
@ 2006-12-28  1:38 ` tromey at gcc dot gnu dot org
  2006-12-30 15:35 ` alfred dot minarik dot 1 at aon dot at
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-12-28  1:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from tromey at gcc dot gnu dot org  2006-12-28 01:38 -------
Is this patch just waiting for someone to commit it?
The paperwork is all done?
If so please respond and I will check it in.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-09-25 21:22 ` pinskia at gcc dot gnu dot org
@ 2006-09-26 18:08 ` alfred dot minarik dot 1 at aon dot at
  2006-12-28  1:38 ` tromey at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: alfred dot minarik dot 1 at aon dot at @ 2006-09-26 18:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from alfred dot minarik dot 1 at aon dot at  2006-09-26 18:08 -------
Hello, well I did the paperworks then
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01299.html
and resent after that with minor modification too 
http://gcc.gnu.org/ml/gcc-patches/2004-03/msg00597.html

would be cool adding after another 2 years...


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-08-31 20:22 ` pluto at agmk dot net
@ 2006-09-25 21:22 ` pinskia at gcc dot gnu dot org
  2006-09-26 18:08 ` alfred dot minarik dot 1 at aon dot at
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-25 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-09-25 21:22 -------
*** Bug 29221 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |_vi at list dot ru


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-05-18  1:09 ` geoffk at gcc dot gnu dot org
@ 2006-08-31 20:22 ` pluto at agmk dot net
  2006-09-25 21:22 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: pluto at agmk dot net @ 2006-08-31 20:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pluto at agmk dot net  2006-08-31 20:22 -------
(In reply to comment #6)
> The author didn't respond to my question about copyright assignment, so I don't
> think the patch can be applied.

it's weird to waiting years for respond about such trivial patch.


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-03-22  1:38 ` pluto at agmk dot net
@ 2006-05-18  1:09 ` geoffk at gcc dot gnu dot org
  2006-08-31 20:22 ` pluto at agmk dot net
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2006-05-18  1:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from geoffk at gcc dot gnu dot org  2006-05-18 01:09 -------
The author didn't respond to my question about copyright assignment, so I don't
think the patch can be applied.


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
  2005-12-09  3:05 ` pinskia at gcc dot gnu dot org
  2006-01-12  0:11 ` pluto at agmk dot net
@ 2006-03-22  1:38 ` pluto at agmk dot net
  2006-05-18  1:09 ` geoffk at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: pluto at agmk dot net @ 2006-03-22  1:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pluto at agmk dot net  2006-03-22 01:38 -------
ping. 4.1 & 4.2 still need this patch.


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
  2005-12-09  3:05 ` pinskia at gcc dot gnu dot org
@ 2006-01-12  0:11 ` pluto at agmk dot net
  2006-03-22  1:38 ` pluto at agmk dot net
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: pluto at agmk dot net @ 2006-01-12  0:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pluto at agmk dot net  2006-01-11 19:51 -------
Created an attachment (id=10625)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10625&action=view)
patch for 4.1 branch.

please check-in this patch befor 4.1.0-final.


-- 


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


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

* [Bug pch/13676] GCC failes to recognize files ending in .hpp as headers to be precompiled
       [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
@ 2005-12-09  3:05 ` pinskia at gcc dot gnu dot org
  2006-01-12  0:11 ` pluto at agmk dot net
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-09  3:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-09 03:05 -------
*** Bug 25323 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pluto at agmk dot net


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


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

end of thread, other threads:[~2007-08-06 21:44 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-14  3:18 [Bug pch/13676] New: GCC failes to recognize files ending in .hpp as headers to be precompiled jbrandmeyer at earthlink dot net
2004-01-14  3:32 ` [Bug pch/13676] " pinskia at gcc dot gnu dot org
2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
2004-05-27  5:49 ` pinskia at gcc dot gnu dot org
2005-07-21  0:46 ` pinskia at gcc dot gnu dot org
     [not found] <bug-13676-6060@http.gcc.gnu.org/bugzilla/>
2005-12-09  3:05 ` pinskia at gcc dot gnu dot org
2006-01-12  0:11 ` pluto at agmk dot net
2006-03-22  1:38 ` pluto at agmk dot net
2006-05-18  1:09 ` geoffk at gcc dot gnu dot org
2006-08-31 20:22 ` pluto at agmk dot net
2006-09-25 21:22 ` pinskia at gcc dot gnu dot org
2006-09-26 18:08 ` alfred dot minarik dot 1 at aon dot at
2006-12-28  1:38 ` tromey at gcc dot gnu dot org
2006-12-30 15:35 ` alfred dot minarik dot 1 at aon dot at
2007-01-02 20:14 ` pluto at agmk dot net
2007-01-03 19:17 ` tromey at gcc dot gnu dot org
2007-02-03 19:44 ` tromey at gcc dot gnu dot org
2007-02-03 19:45 ` tromey at gcc dot gnu dot org
2007-02-04 17:24 ` alfred dot minarik dot 1 at aon dot at
2007-08-06 11:10 ` gerald at gcc dot gnu dot org
2007-08-06 21:44 ` pinskia 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).