------- Comment #7 from jakub at gcc dot gnu dot org 2007-09-12 14:39 ------- BTW, when you say -fno-inline-small-functions cures this for you, is the problem on libgomp side or in the generated gomp tests? I.e. if you build libgomp with the default -O2 -finline-small-functions and run make check in libgomp with RUNTESTFLAGS=--target_board=unix/-fno-inline-small-functions do the problems go away? Or vice versa, build libgomp built with -O2 -fno-inline-small-functions vs. RUNTEST=--target_board=unix/-finline-small-functions ?
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33389