Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

X Report information
Id: 6494
Status: new
Left: 0 min
Priority: 0/0
Queue: Math-TrulyRandom

Owner: Nobody
Requestors: Paul.Gaborit+perl [...] enstimac.fr
Cc:
AdminCc:

Severity: Normal
Broken in: (no value)
Fixed in: (no value)



X History Display mode: Brief headersFull headers
#   Wed Jun 02 17:46:58 2004 guest - Ticket created  
Subject: Broken with gcc 3.3 and optimization flag
[text/plain 294b]

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 ???

#   Thu Sep 16 15:05:52 2004 guest - Correspondence added  
From: bukys[...]cs.rochester.edu
[text/plain 496b]
For what it's worth, a few more data points:
I've also seen the same "make test" hang on the following OS/compiler
combinations.

AIX 5.1, cc (C for AIX Compiler, Version 6)
Linux 2.4.20-19.9smp (RedHat 9), gcc 3.2.2

Unfortunately OPTIMIZE=-O0 or -g is not helping either.

Meanwhile the following works with no problem, default -O and all:
Solaris 5.8, gcc 2.95.3
Solaris 5.9, gcc 2.95.3
Solaris 5.9, gcc 3.3.2

Maybe this is an OS/library issue related to signal handling?