This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/36054] bad code generation with -ftree-vectorize
- From: "tim at klingt dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2008 09:58:43 -0000
- Subject: [Bug tree-optimization/36054] bad code generation with -ftree-vectorize
- References: <bug-36054-12873@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from tim at klingt dot org 2008-04-30 09:58 -------
odd, it compiled fine for me:
tim@laptop:~/workspace/nova$ g++-4.3 -g -O3 -march=core2 -mfpmath=sse -msse
-ftemplate-depth-4096 -Wnon-virtual-dtor -fPIC kernel_build.ii -c
tim@laptop:~/workspace/nova$
tim@laptop:~/workspace/nova$ g++-4.3 -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure linux gnu
Thread model: posix
gcc version 4.3.1 20080401 (prerelease) (Debian 4.3.0-3)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36054