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/26611] [GOMP] openmp gomp ICE at gimplify.c:4257



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-03-09 18:43 -------
Confirmed, reduced testcase:
int t;

void search()
{
#pragma omp parallel for
 for (int i = 0; i < 1000; ++i) try {
   mm::print(t);
 }catch(...){}
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-09 18:43:30
               date|                            |


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


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