Subject: | Broken with gcc 3.3 and optimization flag |
With gcc 3.3 and optimization flag (-O), 'make test' hangs forever...
Tested on :
* Solaris 5.7, 5.8, 5.9 with gcc 3.3
* i386-freebsd 5.2.1 with cc 3.3.3
Adding flag :
'OPTIMIZE' => '-O0',
in "Makefile.PL" solves the problem.
Maybe an "optimization bug" in gcc 3.3.3 ???