This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/22433] ICE with autovectorisation: verify_ssa failed


------- Additional Comments From micis at gmx dot de  2005-07-12 11:28 -------
When I compile with:

  g++41f -O2 -ftree-vectorize -c -o vectest.o vectest.cpp -finline-functions
  -funswitch-loops -fgcse-after-reload -fdump-tree-all

it works, but with 

  g++41f -O3 -ftree-vectorize -c -o vectest.o vectest.cpp -finline-functions
  -funswitch-loops -fgcse-after-reload -fdump-tree-all

it ICEs.
Reading the manual there should be no difference.
Using -O3 the dump vectest.cpp.t71.ivopts is the first dump which no longer 
contains main().

Michael Cieslinski

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22433


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]