This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Error with gcc-4.6 -O1 -ftree-vectorize
- From: Victor Stinner <victor dot stinner at haypocalc dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 12 Jan 2011 19:41:27 +0100
- Subject: Re: Error with gcc-4.6 -O1 -ftree-vectorize
- References: <1294839611.728.1.camel@marge>
Le mercredi 12 janvier 2011 Ã 14:40 +0100, Victor Stinner a Ãcrit :
> Hi,
>
> Python 3.2 doesn't compile correctly with -O3:
> http://bugs.python.org/issue9880
>
> It looks like there are errors related to the -ftree-vectorize flag.
I opened an issue in GCC bug tracker:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47271
Victor