CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/11/20 14:29:36
Modified files: gnu/usr.bin/gcc/gcc: combine.c loop.c gnu/usr.bin/gcc/gcc/config/mips: openbsd.h gnu/usr.bin/gcc/gcc/config/rs6000: openbsd.h Log message: Make the mips and powerpc optimizer bug workarounds permanent (i.e. apply them to all platforms). Both of them had been added very late in a release cycle, which caused us to prefer workarounds with minimal side effects. Since the issue they are avoiding may happen on other platforms, there is no harm in making sure no other platform gets bitten by them. And at the moment no supported platform runs gcc 3, so this does not cause any regression.