This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2005 22:11:56 -0000
- Subject: [Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize
- References: <20050616082459.22088.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rth at gcc dot gnu dot org 2005-06-17 22:11 -------
Fixed: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01535.html
Although I didn't see this pr before writing the patch, I like my patch
better because not all paths go through loop peeling. Which means that
we'd do the init/free in cases that don't need it.
No, the vectorization tests are never disabled. We *always* at least do
the compile tests.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22088