3b70929 Backport JDK-8233880 to fix version detection of GCC 10.

Authored and Committed by ahughes 3 years ago
    Backport JDK-8233880 to fix version detection of GCC 10.
    
    Remove compiler flags used to disable GCC optimisations. This is now
    resolved by -fno-delete-null-pointer-checks and -fno-lifetime-dse being turned
    on in the upstream build, after GCC >= 6 is detected.
    
        
  • Build failed
    failure
    Built as java-1.8.0-openjdk-1:1.8.0.252.b09-1.fc32
    3 years ago
  • Build failed
    failure
    Built as java-1.8.0-openjdk-1:1.8.0.252.b09-1.fc32
    3 years ago
  • Build canceled
    canceled
    Built as java-1.8.0-openjdk-1:1.8.0.252.b09-1.fc32
    3 years ago
file modified
+12 -5