(*zeroextract[qs]i_compare0_scratch): Use const_int_operand
[official-gcc.git] / gcc / README.FRESCO
blob334e78023a9822d2bacfc798d20440a70c63047b
1 Compiling Fresco with g++
2 -----------------------------
4 Fresco is an evolving interface and toolkit for object-oriented
5 graphics.  A preliminary version (written in C++) was released
6 with x11r6.
8 Previous versions of Fresco have not compiled using g++,
9 partly because of the use of true and false as identifiers.
10 (They are now reserved words in g++, as required by the
11 ANSI/ISO draft standard for C++.)
13 If you get x11r6 with public patch #5 or a later version
14 of Fresco, these problems should now be fixed.
16 See http://www.faslab.com/fresco/HomePage.html for information
17 on Fresco, including how to get the latest version.