public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "Mark J. Crosland" <mjc@c1000907-b.sttls1.wa.home.com>
To: gcc-bugs@gcc.gnu.org
Subject: Internal compiler error
Date: Sun, 31 Oct 1999 23:03:00 -0000	[thread overview]
Message-ID: <38114942.947E83E9@c1000907-b.sttls1.wa.home.com> (raw)

Hello,

egcs-1.1.2
SunOS  5.7 Generic_106542-02 i86pc i386 i86pc

 g++ -o test test.cpp
test.cpp: In instantiation of `B<A>':
test.cpp:17:   instantiated from here
test.cpp:17: Internal compiler error.
test.cpp:17: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
test.cpp:17: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for
details.



The following  is test.cpp

//////////////////////////////////////////////////////////////////////////////////////////

extern "C" {
#include <stdio.h>
}

template <class derivedClass> class B {

    public:
        B() {}
        ~B() {}

    private:
        typename derivedClass::aStruct * aStructPtr;

};

class A : public B<A> {

    public:
        A() {}
        ~A() {}

    protected:
        typedef struct {
            int x;
        } aStruct;
};


int main()
{
    int x;
    x++;
    printf("x is %d\n",x);

}

////////////////////////////////////////////////////////////////////////////////////







             reply	other threads:[~1999-10-31 23:03 UTC|newest]

Thread overview: 387+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-31 23:03 Mark J. Crosland [this message]
1999-10-31 23:03 ` Martin v. Loewis
1999-10-23 10:45   ` Mark Crosland
1999-10-24  1:30     ` Martin v. Loewis
1999-10-24 10:09       ` Mark Crosland
1999-10-24 10:40         ` Martin v. Loewis
  -- strict thread matches above, loose matches on Subject: below --
2009-01-23  3:14 internal " Jason Zhang
2005-07-24 22:49 Internal " TJ Hooka
2005-07-24 22:53 ` Andrew Pinski
2005-03-29 20:23 internal " Norbert Nemec
2003-09-04 12:33 Internal " stughi fed
2003-08-10 20:22 Peter N Tenney
2003-01-31 12:27 internal " Nico Schottelius
2003-01-31 12:39 ` Eric Botcazou
2002-09-20 14:22 Internal " Xavier Ordoquy
2002-06-14  1:46 Sylvain Tricot
2002-05-25  3:39 Alignment of unions containing vector types David Robinson
2002-10-03  8:00 ` Internal compiler error David Robinson
2002-03-18 22:17 Samiran
2002-01-11 16:35 internal " Tim Janik
2001-10-04 23:43 Internal " Shura
2001-07-27  7:09 internal " Daniel R. Grayson
2001-05-29  2:53 Internal " Andrey Korotchenko A.
2001-05-02  5:55 Andre Poenitz
2001-04-24  9:21 Luca Hall
2001-04-24 10:31 ` Zack Weinberg
2001-04-18  9:18 internal " Vig Attila
2001-04-10  0:27 joop renes
2001-02-20  4:12 Internal " Ryszard Kabatek
2001-02-16  2:21 martin.hjelmstedt
2001-02-16 10:00 ` Alexandre Oliva
2001-02-16 11:24   ` Neil Booth
2000-10-30  8:04 Internal Compiler Error Philippe Bouchard
2000-09-07  8:08 Jose Santiago
2000-08-28 10:02 Internal compiler error Lars Hecking
2000-08-18 14:41 Internal Compiler error Brian Sondreal
2000-08-18 19:27 ` Eric Christopher
2000-08-16 10:57 Internal compiler error donigt01
2000-08-16 11:17 ` Alexandre Oliva
2000-08-15  1:50 internal " Itcher, Yossy
2000-08-01 12:12 Internal Compiler Error Jan Bacher
2000-08-01  9:36 Internal compiler error Levente Farkas
2000-07-26  7:02 Internal Compiler Error emcgrat
2000-07-20  3:01 Internal compiler error Jos van den Oever
2000-07-18  4:30 Levente Farkas
     [not found] <Pine.LNX.4.21.0007101930060.11967-100000@gilesc>
2000-07-10 11:31 ` Giles Constant
2000-07-02  8:11 Erkki Seppala
     [not found] <3958CBE0.CE7D574B@geneura.ugr.es>
2000-06-27 23:29 ` Martin v. Loewis
2000-06-16  3:33 Andreas Knüpfer
2000-06-12 10:29 Internal Compiler error Paul C. Lounsbury
     [not found] <200005312037.e4VKbc926040@plasma.inpe.br>
2000-06-03 14:33 ` Internal compiler error Alexandre Oliva
     [not found] <200005261513.RAA10974@mail.cs.tu-berlin.de>
2000-05-27 13:52 ` internal " Martin v. Loewis
2000-05-26 12:11 David J Schinsing
2000-05-26  7:50 Martin Frick
2000-05-24  7:42 Internal " Igor Markov
2000-05-16  7:37 Paul Metcalfe
2000-05-15 14:34 Sidsel Jensen
2000-04-17  2:25 Jacques Basson
2000-04-07 14:21 Micha&lstrok
2000-04-06  9:55 Dean Bennett
2000-04-01 12:49 internal " Klaas Freitag
2000-03-27 21:31 Internal Compiler Error Eric Ford
     [not found] <Pine.LNX.4.21.0003190339440.28201-100000@cedarperk.cs.utexas.edu>
2000-03-19  2:27 ` Internal compiler error Martin v. Loewis
2000-03-09 12:20 claviola
2000-03-10  0:38 ` Martin v. Loewis
2000-03-05 17:41 Internal Compiler Error Mark Robinson
     [not found] <Pine.LNX.3.96.1000303133335.428W-100000@weber.lcs.mit.edu>
2000-03-03 12:44 ` Martin v. Loewis
     [not found] <200002282302.AAA01090@loewis.home.cs.tu-berlin.de>
2000-02-28 15:14 ` Cheong Siew Ann
2000-02-23 13:41 Matt Danish
2000-02-19 15:01 Internal compiler error Hartwig Felger
2000-02-22 12:21 ` Alexandre Oliva
2000-02-07  2:11 Andre Poenitz
     [not found] <3893E092.B6BDDFD8@nilenet.com>
2000-01-30  2:30 ` Martin v. Loewis
2000-01-11 14:06 Lars Hecking
2000-01-11 10:59 internal " Mike Stump
2000-01-11  9:02 Letcher, Wayne
2000-01-08  9:21 Internal " Jukka Kangas
1999-12-31 20:54 internal " Trevor Spiteri
1999-12-31 20:54 ` Nathan Sidwell
1999-12-31 20:54 Internal " Gary Beckmann
1999-12-07 13:18 ` Martin v. Loewis
1999-12-01  8:24 gustavo
1999-12-31 20:54 ` Martin v. Loewis
1999-11-30 23:39 morell
1999-11-30 23:39 Stephen Wagner
1999-11-30 13:58 internal " Tom Hull
1999-12-01  1:03 ` Martin v. Loewis
1999-11-12  8:47 Internal Compiler Error Ramon P Williams
1999-11-30 23:39 ` Martin v. Loewis
1999-11-11  4:12 Internal compiler error Nemesis
1999-11-30 23:39 ` Alexandre Oliva
     [not found] <37E89F59.79FE3AB9@ast.dfs.de>
1999-11-04 13:11 ` Alexandre Oliva
1999-10-31 23:03 internal " Fred Cook
1999-10-31 23:03 ` Alexandre Oliva
1999-10-31 23:03 Internal " Dan Egnor
1999-10-31 23:03 ` Martin v. Loewis
1999-10-31 23:03 internal " Paul E. Johnson
1999-10-31 23:03 Internal " Carlo Wood
1999-10-31 23:03 Tim Rowley
1999-10-23 23:49 internal " Bob Upshaw
1999-10-31 23:03 ` Jeffrey A Law
1999-10-17  8:32 Internal " Santtu Hyrkkö
1999-10-10 15:11 Jim Sasaki
1999-10-11 16:47 ` Martin v. Loewis
1999-10-06  3:42 internal " Markus Klink
1999-10-05  0:12 Internal Compiler Error Xiuzhen ZHANG
1999-10-04  8:32 internal compiler error Louis-David Mitterrand
1999-10-31 23:03 ` Alexandre Oliva
1999-09-30 19:57 Internal Compiler Error Jose Santiago
1999-09-30 19:57 internal compiler error FabC
1999-09-30 19:57 ` Martin v. Loewis
1999-09-30 19:57 Internal " Jeremey Barrett
1999-09-30 19:57 ` Martin v. Loewis
     [not found]   ` <19990914103557.A23071@jfm.net>
1999-09-30 19:57     ` Martin v. Loewis
1999-09-30 19:57 internal " Andreas Knüpfer
1999-09-30 19:57 Internal " Charles J Ju
1999-09-15 19:56 internal " Joe Sinicropi
1999-09-30 19:57 ` Alexandre Oliva
1999-09-13  3:50 Internal " Stefan Eilemann
1999-09-30 19:57 ` Martin v. Loewis
1999-09-13 23:39   ` Alexandre Oliva
1999-09-30 19:57     ` Martin v. Loewis
1999-08-31 22:45 Internal Compiler Error Herb McNew
1999-08-31 22:45 ` Alexandre Oliva
1999-08-31 22:45 internal compiler error Loring Holden
1999-08-31 22:45 Internal " Erik Dick
1999-08-31 22:45 Erik Dick
1999-08-31 22:45 ` Alexandre Oliva
1999-08-31 22:45 internal " Sahuagin
1999-08-31 22:45 Internal " root
1999-08-27 15:07 Internal Compiler error Bill Pringlemeir
1999-08-27 19:12 ` Alexandre Oliva
1999-08-20  4:19 internal compiler error Loring Holden
1999-08-20  2:03 Internal " Maurizio Loreti
1999-08-05 11:14 internal " Aaron Maxwell
1999-08-31 22:45 ` Alexandre Oliva
1999-08-03  5:28 Internal " Thierry Matthey
1999-07-31 23:33 internal " A. Garrido Carrillo
1999-07-31 23:33 Internal " Vitaliy Ababiy
1999-07-10  1:53 ` Alexandre Oliva
1999-07-31 23:33 Kavidha Krishnappa
1999-07-21 23:06 ` Martin v. Loewis
1999-07-31 23:33 Tudor Hulubei
1999-07-31 23:33 N8TM
1999-07-28  7:03 Joerg Haertwig
     [not found] ` <199907282305.BAA00821@mira.isdn.cs.tu-berlin.de>
1999-07-28 16:45   ` Henry Sobotka
1999-07-29  1:23     ` Martin v. Loewis
1999-07-25 16:17 Internal Compiler error Bruce Eckel
1999-07-25 16:56 ` Mumit Khan
1999-07-23 12:46 Internal compiler error dale henderson
1999-07-25 15:56 ` Mumit Khan
1999-07-31 23:33 ` Alexandre Oliva
1999-07-23 12:03 Kavidha Krishnappa
1999-07-31 23:33 ` Martin v. Loewis
1999-07-20  1:17 internal " Gregor Frey
1999-07-31 23:33 ` Alexandre Oliva
     [not found] <199907101041.FAA28984@cs.atu.edu>
1999-07-12 23:31 ` Internal " Alexandre Oliva
1999-07-05 12:40 internal " Georg Bauhaus
1999-07-06 12:49 ` Alexandre Oliva
1999-07-05 11:08 Internal " Thomas Maeder
1999-07-06 12:48 ` Alexandre Oliva
1999-07-31 23:33   ` Thomas Maeder
1999-07-12 22:20     ` Alexandre Oliva
1999-07-05  6:00 F. Heitkamp
1999-07-05  6:06 ` Alexandre Oliva
1999-07-06  3:34   ` F. Heitkamp
1999-07-05  7:18 ` Franz Sirl
1999-06-30 23:07 Internal Compiler Error Jose Santiago
1999-06-11 13:03 ` Alexandre Oliva
1999-06-30 23:07 ` Martin v. Loewis
1999-06-30 23:07 Internal compiler error Stefan Ring
1999-06-30 23:07 internal " Brett W Vasconcellos
1999-06-30 23:07 Internal " Brad P. Crochet
1999-06-24  0:46 Ludger Kunz
1999-06-21  7:02 Internal Compiler Error Ian Miller
1999-06-14 10:57 Internal compiler error Yehoshua Shoshan
1999-06-30 23:07 ` Alexandre Oliva
1999-06-14  6:36 Volker Dobler P945 <volker.dobler@uni-konstanz.de>
1999-06-14 15:55 ` Martin v. Loewis
1999-05-31 21:06 Gregory Hosler
1999-05-17  0:16 ` Alexandre Oliva
1999-05-31 21:06 internal " Lin Tzy Li
1999-05-31 21:06 Internal Compiler Error Benjamin Pflugmann
1999-05-23  1:29 ` Martin v. Loewis
     [not found] <3735BE50.41C6@etl.go.jp>
1999-05-31 21:06 ` internal compiler error Martin v. Loewis
1999-05-13  8:16 Internal " Volker Dobler P945 <volker.dobler@uni-konstanz.de>
1999-05-13  5:46 Jon Cline
1999-05-17  0:24 ` Alexandre Oliva
     [not found] <m10crjQ-000EvYC@spb.sterling.ru>
1999-04-30 23:15 ` Michael Ivanov
1999-04-30 23:15 internal " Manush Dodunekov
1999-05-31 21:06 ` Martin v. Loewis
1999-04-30 23:15 Internal " Alexander Usachev
1999-04-30 23:15 Christoph Kern
1999-04-30 23:15 ` Martin v. Loewis
1999-04-30 23:15 internal " Karl Gierach
1999-04-30 23:15 Internal " Peter Mattis
1999-04-30 23:15 Internal Compiler Error Jody Hagins
1999-04-22  6:17 Internal compiler error Alexander Mai
1999-04-20  0:59 Marcus Brito
1999-03-31 23:54 jle
1999-03-19  8:05 ` Alexandre Oliva
1999-03-31 23:54 bruce
1999-03-31 23:54 John Wiegley
1999-03-31 23:54 internal " Paul Fox
1999-03-05  8:25 ` Alexandre Oliva
1999-03-24  6:30 jaffe
1999-03-22 11:20 Internal " Thomas Maeder
1999-03-22  5:50 Internal Compiler Error Rasmus Andersen
1999-03-08 15:42 Internal compiler error Peter Simons
     [not found] <Pine.LNX.4.10.9903022329290.11308-100000@ci1002641-a.ruthfd1.tn.home.com>
1999-03-02 22:49 ` Internal Compiler Error Alexandre Oliva
1999-02-28 23:30 David Stern
1999-02-28 23:30 internal compiler error Miniussi
1999-02-28 23:30 Internal " Per Boussard
1999-02-28 23:30 ` Martin v. Loewis
1999-02-28 23:30 Internal Compiler Error Thomas Boggs
1999-02-28 23:30 ` Nathan Sidwell
1999-02-28 23:30 ` Jeffrey A Law
1999-02-28 23:30 Internal compiler error Kurt Starsinic
1999-02-28 23:30 M.T.Averill
1999-02-20 17:04 ` Alexandre Oliva
1999-02-28 23:30 internal " Kim Sebo
1999-06-25  7:04 ` Jeffrey A Law
1999-02-28 23:30 Internal Compiler Error Kazutaka Hirata
     [not found] <9902012345.AA04942@physics.div111.lucent.com>
1999-02-28 23:30 ` Internal compiler error Gerald Pfeifer
1999-02-17 15:13 Mike Stump
1999-02-05 11:35 Christian Stoeckl
1999-02-05  4:44 internal " root
1999-02-02 19:30 Internal Compiler Error mdavies
1999-02-28 23:30 ` Jeffrey A Law
1999-01-30  3:20 Internal compiler error Patrick MERISSERT-COFFINIERES
1999-01-19  7:06 K Efstathiou
1999-01-18 18:04 Geert-Jan Giezeman
1999-01-15 13:36 Pwitko71
1999-01-16 15:14 ` Alexandre Oliva
1999-01-15  8:18 internal " Kasper Peeters
1999-01-08  5:00 Internal " Jody Hagins
1999-01-07  0:02 Bruce Eckel
1999-01-05 12:22 internal " A. F. Cano
1999-01-05  8:36 A. F. Cano
1998-12-22 10:48 Internal " John Apostol
1998-12-17 21:22 Internal Compiler Error Chris Tracy
1998-12-15 20:31 internal compiler error Tony Willis
1998-12-14 18:47 Internal " Peter Ludemann
1998-12-11  9:57 Bruce Eckel
1998-12-03 16:32 Steve Tate
1998-11-30 16:05 Thomas Matelich
1998-11-30 20:51 ` Jeffrey A Law
1998-12-01 10:49   ` Thomas Matelich
1998-11-27 22:20 Tim Vanderhoek
1998-11-27 13:09 Scott Bigham
1998-11-27  1:03 Bruce Eckel
     [not found] <3632F1C4.2F4EFA75@glue.ch>
1998-11-25 18:37 ` Alexandre Oliva
     [not found] <Pine.LNX.3.96.981023100046.608A-200000@rover>
1998-11-25 18:30 ` Alexandre Oliva
1998-11-23  6:54 internal " Matthias Zobel
1998-11-25 18:37 ` Alexandre Oliva
1998-11-20 15:28 Internal " S. Troughton
1998-11-20  7:55 Christophe Boyanique
1998-11-25 18:37 ` Alexandre Oliva
1998-11-05 17:07 Craig Kaplan
1998-11-07  0:34 ` Martin von Loewis
1998-11-02 11:27 Robert Ennals
1998-10-30 15:11 Dirk Zoller
     [not found] <Pine.LNX.3.96.981028151726.2890A-100000.cygnus.egcs.bugs@brossp5.lehrstuhl-bross.physik.uni-muenchen.de>
1998-10-28 18:51 ` Internal Compiler Error Jason Merrill
1998-10-28  6:22 Reinhold Bader
1998-10-31 14:18 ` Alexandre Oliva
1998-10-26 22:44 internal compiler error Dave Steffen
1998-10-22  2:40 Volker Dobler
1998-11-25 18:28 ` Alexandre Oliva
1998-10-22  1:19 Internal " Jean-Christophe Filliatre
1998-10-14 11:18 Paris Smaragdis
1998-11-25 18:28 ` Alexandre Oliva
1998-10-14 10:55 internal " Ove Svensson
1998-10-13 17:14 Internal Compiler Error Robert Ennals
1998-10-12  8:49 Internal compiler error nasrudin
1998-10-13  0:17 ` David S. Miller
1998-10-06  2:11 Christoph Jaeschke
1998-10-06  9:25 ` Alexandre Oliva
1998-09-28  5:55 Robert Sander
1998-09-28 17:10 ` Alexandre Oliva
1998-09-18 20:03 T. Koch
1998-09-19 23:51 ` Alexandre Oliva
1998-09-17 21:56 Lee A Shombert
1998-09-16  9:00 Fred Richardson
1998-09-15 17:17 Michael Haggerty
1998-09-11 22:25 internal " Peter Jordan
1998-09-12  8:46 ` Alexandre Oliva
1998-09-10 14:35 Internal " Rich Lee
1998-09-06  7:40 internal " Karsten Ballueder
1998-09-04  6:48 Axel Schmitz-Tewes
1998-09-08 23:54 ` Alexandre Oliva
1998-08-27  2:17 Internal " Ulrich Seidl
1998-08-27 17:12 ` Alexandre Oliva
1998-08-26  6:40 Craig McLane
1998-08-26  2:31 Michael Schoene
1998-08-25 16:12 Stuart Whitman
1998-08-27 15:40 ` Alexandre Oliva
1998-08-25  0:09 Michael Schoene
1998-08-25 16:12 ` Alexandre Oliva
1998-08-21 18:27 Craig McLane
1998-08-23 21:38 ` Alexandre Oliva
1998-08-17  7:09 Internal Compiler Error John Stone
1998-08-18 18:14 ` Alexandre Oliva
1998-08-21 14:19   ` John Stone
1998-08-21 23:58     ` John Stone
1998-08-17  1:26 Internal compiler error Nilo Casimiro Ericsson
1998-08-05 10:48 nbecker
1998-08-05  7:35 Mehdi Rahman
1998-08-04  8:50 internal " nbecker
     [not found] <199808031039.GAA08010@reeducation-labor.lcs.mit.edu>
1998-08-03  7:46 ` Internal " Gerald Pfeifer
1998-08-03 22:57   ` Thomas Kunert
1998-08-04  1:47     ` David Mazieres
1998-08-04  1:47     ` David Mazieres
1998-08-04  5:57       ` Thomas Kunert
1998-07-30 10:06 djf95
1998-07-28 10:34 internal " archon
1998-07-28 10:34 Internal " Mathias Moog
1998-07-27 21:22 Scott Barron
1998-07-17 21:46 internal " The Houstons
     [not found] <199807101406.PAA05096@medphys.ucl.ac.uk>
1998-07-10 11:47 ` Alexandre Oliva
1998-07-10 15:54 ` Gerald Pfeifer
1998-07-07 22:53 Internal " Mark Hahn
1998-07-07 21:18 internal " H.J. Lu
1998-07-06 12:15 Georg Baum
1998-07-06 19:02 ` Horst von Brand
1998-07-03  3:46 vt
1998-06-25 16:07 David Covey
1998-06-23  4:43 Internal " Helmut Jarausch
1998-06-19  7:35 internal " Mark van Doesburg
1998-06-15  9:26 Internal " Rubber_Buccaneer
1998-06-15 10:56 ` Alexandre Oliva
1998-06-12  5:19 internal " P.C.A.van.Gool
1998-06-12 16:00 ` Alexandre Oliva
1998-06-09 13:02 Internal " jlf
1998-06-10  2:42 ` Alexandre Oliva
1998-06-05  3:55 Cesar Talon
1998-06-03 12:11 internal " Jonathan Magid
1998-05-26 10:57 Glauco Cenciotti
1998-05-26  1:26 Maurizio Vitale
1998-05-26 14:10 ` Martin von Loewis
1998-05-25  4:44 Internal " Niall Smart
1998-05-24  6:48 Niall Smart
1998-05-23 18:37 michael pruett
1998-05-19  5:43 internal " M.Stekelenburg
1998-05-19  5:34 M.Stekelenburg
1998-05-13 16:38 Internal " Pasha Murat
1998-05-07 20:06 Peter Ludemann
1998-04-29  5:31 Michel LESPINASSE
1998-04-21 20:38 internal " Shigeya Suzuki
1998-04-17 11:56 Mark van Doesburg
1998-04-17 11:56 Philippe Lavoie
1998-04-17 18:06 ` Gerald Pfeifer
1998-04-17 19:40 ` Jeffrey A Law
1998-04-10 16:25 Enrico Zini
1998-04-08  7:55 C. van Reeuwijk
1998-03-19  4:57 Internal " Felix Ide
1998-03-12  0:55 Arun Sharma
1998-03-07 20:04 Franklin Chen
1998-03-05 16:40 Internal Compiler error Jason Gunthorpe
1998-03-01  0:59 Internal compiler error Franklin Chen
1998-02-12  8:09 Internal Compiler Error David M. Ronis
1998-02-09  3:51 Internal compiler error Frank Cieslok
1998-01-31  6:09 Chris Yeoh
1998-01-20 15:48 billm
1998-01-20  9:03 internal " Mark Johnstone
1998-01-16  1:41 Internal " Frank Cieslok
1997-12-19 13:21 Raymond Nijssen
1997-12-11 13:41 Andrew Borthwick
1997-12-07  6:46 internal " Hans-Helmut Buehmann
1997-12-02 23:20 Internal " Olivier Galibert
1997-11-17  6:17 Neal Becker
1997-11-13  5:15 Peter Schmid
1997-11-09 20:53 Mark Johnstone
1997-10-29 22:16 Michael Ward
1997-09-25  0:31 Rick Harding
1997-09-25 12:53 ` Jeffrey A Law
1997-09-16 18:43 Christopher Grinton
1997-09-15 12:56 internal " Mike Stump
1997-11-01 21:25 ` Jeffrey A Law
1997-09-10  1:56 Internal " Kent Vander Velden
1997-09-10  3:42 ` Robert Wilhelm
1997-09-08 23:32 Jan Reimers
1997-09-05 18:38 internal " Mike Stump
1997-09-05 21:00 ` Jim Wilson
1997-09-04 15:21 Mike Stump
     [not found] <199708280830.KAA12980.cygnus.egcs.bugs@haegar.physiol.med.tu-muenchen.de>
1997-09-02 23:30 ` Jason Merrill
     [not found] <199708311839.UAA10827@pluto.cs.kuleuven.ac.be>
1997-09-01 13:19 ` Internal " Jim Wilson
1997-09-01 20:36   ` Philipp Thomas
     [not found] <199708311839.UAA10827.cygnus.egcs.bugs@pluto.cs.kuleuven.ac.be>
1997-09-01 11:47 ` Jason Merrill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38114942.947E83E9@c1000907-b.sttls1.wa.home.com \
    --to=mjc@c1000907-b.sttls1.wa.home.com \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).