1 (Other sections omitted because they're not useful in use along with
7 Note that GCC 2.7.2 (as well as 2.6.3) for the RS/6000 and PowerPC can not
8 be used to compile GMP, due to a bug in GCC. If you want to use GCC, you
9 need to apply the patch at the end of this file, or use a later version of
12 If you are on a Sequent Symmetry, use GAS instead of the system's assembler
13 due to the latter's serious bugs.
15 The system compiler on NeXT is a massacred and old gcc, even if the
16 compiler calls itself cc. This compiler cannot be used to build GMP. You
17 need to get a real gcc, and install that before you compile GMP. (NeXT
18 might have fixed this in newer releases of their system.)
20 Please report other problems to bug-gmp@prep.ai.mit.edu.
23 Patch to apply to GCC 2.6.3 and 2.7.2:
25 *** config/rs6000/rs6000.md Sun Feb 11 08:22:11 1996
26 --- config/rs6000/rs6000.md.new Sun Feb 18 03:33:37 1996
29 (set (match_operand:SI 0 "gpc_reg_operand" "=r")
30 (not:SI (match_dup 1)))]
33 [(set_attr "type" "compare")])
37 (set (match_operand:SI 0 "gpc_reg_operand" "=r")
38 (not:SI (match_dup 1)))]
41 [(set_attr "type" "compare")])