History log of /openbsd-current/gnu/gcc/gcc/combine.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.2 06-Jun-2013 miod

Disable a broken optimization in try_combine(); GCC PR #34628.

The PR comes with a real fix, but it is covered by the GPL v3, and is
neither trivial nor straightforward, so use a hammer and disable the
unreliable code.

Verified to fix bogus code generation on macppc.


# 1.1 15-Oct-2009 robert

branches: 1.1.1;
Initial revision