http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52547
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |4.3.5 Target Milestone|--- |4.5.4 Summary|ICE with openmp with nested |[4.5/4.6/4.7/4.8 |function which requires a |Regression] ICE with openmp |trampoline |with nested function which | |requires a trampoline --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-03-15 09:31:31 UTC --- This used to work in 4.3.5. The reason why it worked there is because __builtin_adjust_trampoline is outside of the "#pragma omp".