This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33449] ice for fortran code with -O2 -ftree-vectorize
- From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2007 18:30:29 -0000
- Subject: [Bug fortran/33449] ice for fortran code with -O2 -ftree-vectorize
- References: <bug-33449-9596@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from howarth at nitro dot med dot uc dot edu 2007-09-16 18:30 -------
I'm not seeing this problem on powerpc-apple-darwin9. I am using a svn pull
from gcc trunk that has the ICE fixes Dorit added in...
r128514 | dorit | 2007-09-15 14:24:23 -0400 (Sat, 15 Sep 2007) | 7 lines
* tree-vect-transform.c (vect_get_vec_defs_for_stmt_copy): check if
the VEC is not NULL.
(vectorizable_type_demotion, vectorizable_type_promotion): Check that
get_vectype_for_scalar_type succeeded.
(vectorizable_conversion): Likewise.
You might want to try again with the current gcc trunk.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33449