This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2005 14:35:23 -0000
- Subject: [Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x
- References: <20050724140843.23048.drab@kepler.fjfi.cvut.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-24 14:35 -------
Confirmed, reduced testcase:
void find_variables (const char *string)
{
char c;
do c = *++string;
while ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || c == '_');
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Known to fail| |4.1.0
Known to work| |4.0.0
Last reconfirmed|0000-00-00 00:00:00 |2005-07-24 14:35:23
date| |
Summary|ICE in get_loop_body with - |[4.1 Regression] ICE in
|O1 -ftree-vectorize on 4.1.x|get_loop_body with -O1 -
| |ftree-vectorize on 4.1.x
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23048