This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: internal compiler error
- From: Brian Dessent <brian at dessent dot net>
- To: "raian.ufop" <raian dot ufop at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 29 Feb 2008 13:26:35 -0800
- Subject: Re: internal compiler error
- References: <15766872.post@talk.nabble.com>
- Reply-to: gcc-help at gcc dot gnu dot org
> ..\..\src\terralib\kernel\TeAffineGTFactory.cpp:31: internal compiler error:
> in
> rest_of_handle_final, at toplev.c:2067
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.mingw.org/bugs.shtml> for instructions.
> mingw32-make[1]: *** [.obj\TeAffineGTFactory.o] Error 1
> mingw32-make[1]: Leaving directory
> `F:/ElicpseWKspcs/Terralib320rc3/TerraLib/terralibx/terralib'
> mingw32-make: *** [TerraLib] Error 2
The URL tells you how to report the problem to MinGW and that's what you
should do. Filing a PR with the FSF gcc bug tracker won't accomplish
anything because 3.4 has not been maintained in quite some time, so it
will just be closed as invalid. For various reasons the MinGW and
Cygwin projects are still stuck using older versions with lots of local
patches, and so you're better off dealing with issues there rather than
upstream.
You should try the MinGW gcc 4.2 technology preview release and see if
it still has this error.
Brian