[Bug c/27499] ICE with unsigned iteration variable and -fopenmp

2006-05-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27499

[Bug c/27499] ICE with unsigned iteration variable and -fopenmp

2006-05-16 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-16 10:18 --- Fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/27499] ICE with unsigned iteration variable and -fopenmp

2006-05-16 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-05-16 10:12 --- Subject: Bug 27499 Author: jakub Date: Tue May 16 10:12:39 2006 New Revision: 113822 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113822 Log: PR c/27499 * gimplify.c (gimplify_omp_for): Remov

[Bug c/27499] ICE with unsigned iteration variable and -fopenmp

2006-05-08 Thread pinskia at gcc dot gnu dot org
--- 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