[Bug c++/51669] ICE verify-gimple with openmp

2011-12-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51669 --- Comment #2 from Paolo Carlini 2011-12-27 22:18:06 UTC --- This is enough, really simple: int omp_get_max_threads(); template const _Tp& min(const _Tp&, const _Tp&); void s451_() { int i; #pragma omp parallel for num_threads(min(4, omp_ge

[Bug c++/51669] ICE verify-gimple with openmp

2011-12-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51669 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/51669] ICE verify-gimple with openmp

2011-12-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51669 --- Comment #1 from Paolo Carlini 2011-12-27 20:18:07 UTC --- Created attachment 26190 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26190 Reduced