[Bug c/27499] ICE with unsigned iteration variable and -fopenmp
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue May 9 06:27:00 GMT 2006
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-09 06:27 -------
4753 gcc_assert (!TYPE_UNSIGNED (TREE_TYPE (decl)));
if (TYPE_UNSIGNED (TREE_TYPE (decl)))
warning (0, "%Hiteration variable %qE is unsigned", &elocus, decl);
We only warn but then we assert it being false, what a joke.
Anyways confirmed.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|middle-end |c
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-05-09 06:27:24
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27499
More information about the Gcc-bugs
mailing list