This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/25989] gomp ICE with -O2 and schedule(guided)



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-27 12:50 -------
Confirmed,  This is obvious invalid gimple:
  D.1940 = __builtin_GOMP_loop_guided_next (&.istart0.2, &.iend0.3);
  if (D.1940) goto <L3>; else goto <L6>;

<L6>:;
  return;

<L3>:;
  ii = (int) .istart0.2;
  D.1938 = (int) .iend0.3;


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |middle-end
     Ever Confirmed|0                           |1
           Keywords|                            |openmp
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-27 12:50:51
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25989


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]