This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Please, RedHat and/or Cygnus people on this list...
- To: Eric Christopher <echristo at cygnus dot com>
- Subject: Re: Please, RedHat and/or Cygnus people on this list...
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Mon, 30 Oct 2000 13:39:38 +0100
- Cc: Roberto Bagnara <bagnara at cs dot unipr dot it>, gcc at gcc dot gnu dot org
- References: <39FC6959.E9455146@cs.unipr.it> <39FC7613.B2888BDA@cygnus.com>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
> > The compiler shipped with RH7 cannot compile the C++ application
> > on which my colleagues and myself are working.
> > One of the problems has been filed using the GNAT system (#687).
>
> You should probably report this to bugzilla.redhat.com, this is where
> bugs against Red Hat releases should be filed and requests of this sort
> should be made.
>
> This problem is fixed in current cvs sources (I tried with -O0 through
> -O3), though I did notice a segfault without -fno-operator-names. While
> I believe the code would be incorrect then, the compiler still shouldn't
> seg fault. I'll add notes to the gnats entry about that.
Actually, this bug with -fno-operator-names is fixed even in the current
RH7 compiler (since the Oct, 23rd release) but unlike CVS head dies with
Internal error #122 if -fno-operator-names is not specified (CVS head
segfaults instead).
Jakub