This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Make error (gcc)
- To: Ezequiel Glinsky <eglinsky at bumeran dot com>
- Subject: Re: Make error (gcc)
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Fri, 30 Mar 2001 16:44:39 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <NDBBLBGHGMMGDHJDGBKDOENBEIAA.eglinsky@bumeran.com>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Fri, Mar 30, 2001 at 11:15:15AM -0300, Ezequiel Glinsky wrote:
> I'm having a problem compiling a project under
> gcc version 2.96 20000731 (it's a rh7)
>
> But in the...
> gcc version 2.91.66 19990314 (it's a rh6.x) the compiler doesn't report any
> error at all.
>
> Is this a bug or something? Where can I ask for help?
Hard to say without details. But you definitely should not ask for help
here (because it is a compiler supported by Red Hat, not the GNU project),
you should fill a bug report into http://bugzilla.redhat.com/bugzilla/
instead (and include preprocessed source (if appropriate) plus options
passed to it).
Jakub