[Bug middle-end/40205] OpenMP do loop with MAXINT gives wrong trip count

2012-10-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40205 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/40205] OpenMP do loop with MAXINT gives wrong trip count

2012-09-30 Thread pkeir at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40205 --- Comment #3 from Paul Keir 2012-09-30 21:29:22 UTC --- Still present in GFortran 4.7.2 on 32-bit Ubuntu 12.04.1.

[Bug middle-end/40205] OpenMP do loop with MAXINT gives wrong trip count

2009-09-26 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2009-09-26 10:15 --- Jakub, OpenMP bug, is this something you have time for? -- steven at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/40205] OpenMP do loop with MAXINT gives wrong trip count

2009-05-20 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-05-20 11:28 --- Confirmed. extract_omp_for_data "canonicalizes" <= and >= to < and > by adding/subtracting one to/from the bound. -- rguenth at gcc dot gnu dot org changed: What|Removed |Adde