> Results:
> 
> 
> In short:
>  - no issue with v1.0.2h on both machines
>  - issue appears with:
>       - XLC -O but only for 64bits
>       - GCC -O for both 64bits and 32bits
>  - issue disappears when building ppccap.c with -O0 .
> 
> So, I think that the probability that both XLC and GCC have an issue when 
> optimizing ppccap.c is very low.

What they have in common is that they both use same linker, so they both
can trigger some linker quirk...

> So, I guess that ppccap.c has something special.

Could you tell which test does it fail? In order to do that run 'make
test TESTS=test_evp VERBOSE=1' and note which line[s] it fails.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4667
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to