mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 10:23:03 +00:00
Apply workaround for bug #492 to all GCC 9 versions.
As mentioned on the reviews list, the fix for the bug is not (currently)
present on the gcc-9 branch.
compiler/compile_target_code.m:
scripts/mgnuc.in:
As above.
This commit is contained in:
@@ -603,7 +603,7 @@ esac
|
||||
|
||||
case "$FULLARCH" in x86_64*)
|
||||
case $global_regs,$debug in true,true)
|
||||
case "$C_COMPILER_TYPE" in gcc_9_[12]*)
|
||||
case "$C_COMPILER_TYPE" in gcc_9_*)
|
||||
ARCH_OPTS="$ARCH_OPTS -O0" ;;
|
||||
esac ;;
|
||||
esac ;;
|
||||
|
||||
Reference in New Issue
Block a user