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/30143] OpenMP can produce invalid gimple



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-12-11 00:21 -------
Another testcase which shows the same issue:
int f (int n)
{
  int i;
#pragma omp parallel
    i++;
}


-- 


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


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