VirtualBox

Ticket #936: use-o3-to-workaround-gcc-ice.diff

File use-o3-to-workaround-gcc-ice.diff, 845 bytes (added by Dirk Mueller, 17 years ago)

patch for spill error

  • src/recompiler/Makefile.kmk

     
    231231
    232232# Extra flags for these source modules.
    233233target-i386/op.c_CFLAGS         = -O2 -fno-strict-aliasing -fomit-frame-pointer -falign-functions=0 -fno-reorder-blocks -fno-optimize-sibling-calls
    234 target-i386/op.c_CFLAGS.x86     = -fno-gcse -fno-instrument-functions -mpreferred-stack-boundary=2
     234target-i386/op.c_CFLAGS.x86     = -O3 -fno-gcse -fno-instrument-functions -mpreferred-stack-boundary=2
    235235target-i386/op.c_CFLAGS.darwin.x86 = -m128bit-long-double -mpreferred-stack-boundary=4
    236 target-i386/helper.c_CFLAGS.x86 = -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse
     236target-i386/helper.c_CFLAGS.x86 = -O3 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse
    237237cpu-exec.c_CFLAGS.x86           = -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse
    238238
    239239

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy