public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux
@ 2003-06-02  2:14 mckelvey@maskull.com
  2003-06-02  2:17 ` [Bug c++/11058] [PCH] " pinskia@physics.uc.edu
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: mckelvey@maskull.com @ 2003-06-02  2:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE on using precompiled header; Alpha Red Hat 7.1 Linux
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mckelvey@maskull.com
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: alphaev56-unknown-linux-gnu
  GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu

Code compiles fine without precompiled headers.

alpha1:PM>uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

Command to build pch:

/usr/local/bin/g++ -c -g -fno-elide-constructors      -pedantic-errors -Werror
-ansi -fno-common -fstrict-aliasing -Wall -W -Wold-style-cast -Wsign-promo
-Wpointer-arith -Wcast-qual -Wconversion -Wundef -Wwrite-strings -Winline
-Woverloaded-virtual -MMD      -fimplicit-templates PatternMaster.h

Command to compile with pch:

Reading specs from /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.4/specs
Configured with: ../gcc/configure --enable-languages=c++
Thread model: posix
gcc version 3.4 20030531 (experimental)
 /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.4/cc1plus -quiet -v -MMD
test.d -MQ test.o test.cc -quiet -dumpbase test.cc -ansi -auxbase-strip test.o
-g -pedantic-errors -Werror -Wall -W -Wold-style-cast -Wsign-promo
-Wpointer-arith -Wcast-qual -Wconversion -Wundef -Wwrite-strings -Winline
-Woverloaded-virtual -ansi -version -fno-elide-constructors -fno-common
-fstrict-aliasing -fimplicit-templates -o /tmp/ccJtU5vj.s
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/alphaev56-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include/c++/3.4
 /usr/local/include/c++/3.4/alphaev56-unknown-linux-gnu
 /usr/local/include/c++/3.4/backward
 /usr/local/include
 /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.4/include
 /usr/include
End of search list.
GNU C++ version 3.4 20030531 (experimental) (alphaev56-unknown-linux-gnu)
	compiled by GNU C version 3.4 20030531 (experimental).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=63731
TemplateVariable.h: In constructor `PatternMaster::TemplateVariable<SuperClass, 
   title>::TemplateVariable(const PatternMaster::string_t&) [with SuperClass = 
   PatternMaster::AbstractStringScalarVariable, const 
   PatternMaster::string_t&title = PatternMaster::STRINGSCALARVARIABLE]':
TemplateVariable.h:114:   instantiated from
`PatternMaster::TemplateVariable<SuperClass, title>::TemplateVariable(const
PatternMaster::string_t&) [with SuperClass =
PatternMaster::AbstractStringScalarVariable, const PatternMaster::string_t&title
= PatternMaster::STRINGSCALARVARIABLE]'
test.cc:42:   instantiated from here
TemplateVariable.h:114: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/11058] [PCH] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
@ 2003-06-02  2:17 ` pinskia@physics.uc.edu
  2003-06-02  3:43   ` Daniel Berlin
  2003-06-02  2:22 ` mckelvey@maskull.com
                   ` (10 subsequent siblings)
  11 siblings, 1 reply; 14+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-02  2:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|ICE on using precompiled    |[PCH] ICE on using
                   |header; Alpha Red Hat 7.1   |precompiled header; Alpha
                   |Linux                       |Red Hat 7.1 Linux





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/11058] [PCH] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
  2003-06-02  2:17 ` [Bug c++/11058] [PCH] " pinskia@physics.uc.edu
  2003-06-02  2:22 ` mckelvey@maskull.com
@ 2003-06-02  2:22 ` mckelvey@maskull.com
  2003-06-03 23:02 ` [Bug pch/11058] " bangerth@dealii.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: mckelvey@maskull.com @ 2003-06-02  2:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mckelvey@maskull.com  2003-06-02 02:22 -------
Created an attachment (id=4131)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4131&action=view)
Source file that uses pch




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/11058] [PCH] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
  2003-06-02  2:17 ` [Bug c++/11058] [PCH] " pinskia@physics.uc.edu
@ 2003-06-02  2:22 ` mckelvey@maskull.com
  2003-06-02  2:22 ` mckelvey@maskull.com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: mckelvey@maskull.com @ 2003-06-02  2:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mckelvey@maskull.com  2003-06-02 02:22 -------
Created an attachment (id=4130)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4130&action=view)
Sources to build precompiled header




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* Re: [Bug c++/11058] [PCH] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:17 ` [Bug c++/11058] [PCH] " pinskia@physics.uc.edu
@ 2003-06-02  3:43   ` Daniel Berlin
  0 siblings, 0 replies; 14+ messages in thread
From: Daniel Berlin @ 2003-06-02  3:43 UTC (permalink / raw)
  To: Andrew Pinski; +Cc: gcc-bugs


On Sunday, June 1, 2003, at 10:17  PM, pinskia@physics.uc.edu wrote:

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT*  
> gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11058
>
>
> pinskia@physics.uc.edu changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------- 
> -----
>            Keywords|                            |ice-on-valid-code
>             Summary|ICE on using precompiled    |[PCH] ICE on using
>                    |header; Alpha Red Hat 7.1   |precompiled header;  
> Alpha
>                    |Linux                       |Red Hat 7.1 Linux
>
>
>
>
>
I added a PCH component at Neil's request, so you can simply use that  
as the component rather than put [PCH] in the summary.
I'll batch move all existing ones.


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (2 preceding siblings ...)
  2003-06-02  2:22 ` mckelvey@maskull.com
@ 2003-06-03 23:02 ` bangerth@dealii.org
  2003-06-07  1:12 ` bangerth@dealii.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bangerth@dealii.org @ 2003-06-03 23:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth@dealii.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From bangerth@dealii.org  2003-06-03 23:02 -------
In order to reproduce the problem, we need the original, not the preprocessed
sources of the files. Please review
  http://gcc.gnu.org/bugs.html
and in particular the section about PCH.

Thanks
  Wolfgang



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (3 preceding siblings ...)
  2003-06-03 23:02 ` [Bug pch/11058] " bangerth@dealii.org
@ 2003-06-07  1:12 ` bangerth@dealii.org
  2003-06-07  5:09 ` mckelvey@maskull.com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bangerth@dealii.org @ 2003-06-07  1:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth@dealii.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-07 01:12:35
               date|                            |


------- Additional Comments From bangerth@dealii.org  2003-06-07 01:12 -------
I can't reproduce this on my x86-linux box. Actually, the provided
information is all the bug reporting instructions require, so put back
out of WAITING.

As a last question: can you reproduce the failure with the
preprocessed sources as well? Or does it only fail if you 
precompile your header without running the preprocessor on it
separately?

Thanks
  W.


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (4 preceding siblings ...)
  2003-06-07  1:12 ` bangerth@dealii.org
@ 2003-06-07  5:09 ` mckelvey@maskull.com
  2003-06-09  2:19 ` bangerth@dealii.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: mckelvey@maskull.com @ 2003-06-07  5:09 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mckelvey@maskull.com  2003-06-07 05:09 -------
Subject: Re:  ICE on using precompiled header; Alpha Red Hat 7.1 Linux

On Friday 06 June 2003 18:12 pm, gcc-bugzilla@gcc.gnu.org wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11058
>
>
> bangerth@dealii.org changed:
>
>            What    |Removed                     |Added
> ---------------------------------------------------------------------------
>- Status|WAITING                     |NEW
>      Ever Confirmed|                            |1
>    Last reconfirmed|0000-00-00 00:00:00         |2003-06-07 01:12:35
>                date|                            |
>
>
> ------- Additional Comments From bangerth@dealii.org  2003-06-07 01:12
> ------- I can't reproduce this on my x86-linux box. Actually, the provided
> information is all the bug reporting instructions require, so put back out
> of WAITING.
>
> As a last question: can you reproduce the failure with the
> preprocessed sources as well? Or does it only fail if you
> precompile your header without running the preprocessor on it
> separately?
>
> Thanks
>   W.

I just tried it, and it compiled fine when I built the .h.gch from the 
precompiled sources.

I should also mention that I tried it on a Solaris 2.7.1 SPARC with a recent 
CVS build and it crashed there as well.

Thanx,
  Jim McKelvey


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (5 preceding siblings ...)
  2003-06-07  5:09 ` mckelvey@maskull.com
@ 2003-06-09  2:19 ` bangerth@dealii.org
  2003-08-07  3:56 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bangerth@dealii.org @ 2003-06-09  2:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth@dealii.org  2003-06-09 02:19 -------
OK, Falk says he can reproduce this:

falk@lully:~/11058% /tmp/bla/bin/g++ --version
g++ (GCC) 3.4 20030607 (experimental)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

falk@lully:~/11058% /tmp/bla/bin/g++ PatternMaster.h
falk@lully:~/11058% /tmp/bla/bin/g++ test.cc
TemplateVariable.h: In constructor `PatternMaster::TemplateVariable<SuperClass,
   title>::TemplateVariable(const PatternMaster::string_t&) [with SuperClass =
   PatternMaster::AbstractStringScalarVariable, const
   PatternMaster::string_t&title = PatternMaster::STRINGSCALARVARIABLE]':
TemplateVariable.h:114:   instantiated from
`PatternMaster::TemplateVariable<SuperClass,
title>::TemplateVariable(const PatternMaster::string_t&) [with SuperClass =
PatternMaster::AbstractStringScalarVariable, const PatternMaster::string_t&title =
PatternMaster::STRINGSCALARVARIABLE]'
test.cc:42:   instantiated from here
TemplateVariable.h:114: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (6 preceding siblings ...)
  2003-06-09  2:19 ` bangerth@dealii.org
@ 2003-08-07  3:56 ` pinskia at physics dot uc dot edu
  2003-08-07 10:01 ` falk at debian dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07  3:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-07 03:56 -------
Can you try again as there has been some PCH fixes lately?


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (7 preceding siblings ...)
  2003-08-07  3:56 ` pinskia at physics dot uc dot edu
@ 2003-08-07 10:01 ` falk at debian dot org
  2003-08-07 11:55 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: falk at debian dot org @ 2003-08-07 10:01 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From falk at debian dot org  2003-08-07 10:01 -------
I now already get zillions of errors when compiling the header file, and no
segfault. A .gch file is still generated, though, is that intended?

This is with g++ (GCC) 3.4 20030802


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (8 preceding siblings ...)
  2003-08-07 10:01 ` falk at debian dot org
@ 2003-08-07 11:55 ` pinskia at physics dot uc dot edu
  2003-08-07 16:33 ` falk at debian dot org
  2003-08-09 19:53 ` mckelvey at maskull dot com
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07 11:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-07 11:55 -------
The still create a PCH is filed under PR9470.


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (9 preceding siblings ...)
  2003-08-07 11:55 ` pinskia at physics dot uc dot edu
@ 2003-08-07 16:33 ` falk at debian dot org
  2003-08-09 19:53 ` mckelvey at maskull dot com
  11 siblings, 0 replies; 14+ messages in thread
From: falk at debian dot org @ 2003-08-07 16:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From falk at debian dot org  2003-08-07 16:33 -------
I guess we can close the bug, then.


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

* [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
  2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
                   ` (10 preceding siblings ...)
  2003-08-07 16:33 ` falk at debian dot org
@ 2003-08-09 19:53 ` mckelvey at maskull dot com
  11 siblings, 0 replies; 14+ messages in thread
From: mckelvey at maskull dot com @ 2003-08-09 19:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mckelvey at maskull dot com  2003-08-09 19:53 -------
Subject: Re:  ICE on using precompiled header; Alpha Red Hat 7.1 Linux

On Wednesday 06 August 2003 20:56 pm, pinskia at physics dot uc dot edu wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11058
>
>
>
> ------- Additional Comments From pinskia at physics dot uc dot edu 
> 2003-08-07 03:56 ------- Can you try again as there has been some PCH fixes
> lately?
>

I did, but a recent regression prevents my code from compiling. I'll try as 
soon as I can. Thanks!

Jim McKelvey


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

end of thread, other threads:[~2003-08-09 19:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-02  2:14 [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux mckelvey@maskull.com
2003-06-02  2:17 ` [Bug c++/11058] [PCH] " pinskia@physics.uc.edu
2003-06-02  3:43   ` Daniel Berlin
2003-06-02  2:22 ` mckelvey@maskull.com
2003-06-02  2:22 ` mckelvey@maskull.com
2003-06-03 23:02 ` [Bug pch/11058] " bangerth@dealii.org
2003-06-07  1:12 ` bangerth@dealii.org
2003-06-07  5:09 ` mckelvey@maskull.com
2003-06-09  2:19 ` bangerth@dealii.org
2003-08-07  3:56 ` pinskia at physics dot uc dot edu
2003-08-07 10:01 ` falk at debian dot org
2003-08-07 11:55 ` pinskia at physics dot uc dot edu
2003-08-07 16:33 ` falk at debian dot org
2003-08-09 19:53 ` mckelvey at maskull dot com

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).