On Mon, Oct 14, 2002 at 10:37:53PM +0200, Daniel Rock wrote: > If I compile it with optimization enabled "make test" fails at t/op/pat, > test 640. Only with no optimization at all this test succeeded. I tried > the following options
So turn off the optimizations? gcc's code optimizations are broken, and should be avoided. If you want to break perl 5.6 you can do so with -O3 -march=pentiumpro (somehow I suspect -O2 would have the same effect). Besides, that just goes to show, it's not perl that's broken.. rather it's the compiler. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message