Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 382:064ab7fed2e0 r21-2-6
Import from CVS: tag r21-2-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:39 +0200 |
parents | 6240c7796c7a |
children | 4af0ddfb7c5b |
comparison
equal
deleted
inserted
replaced
381:908a86f940e6 | 382:064ab7fed2e0 |
---|---|
28 | 28 |
29 * Problems with building XEmacs | 29 * Problems with building XEmacs |
30 =============================== | 30 =============================== |
31 | 31 |
32 ** General | 32 ** General |
33 *** egcs-1.1 | |
34 | |
35 There have been reports of egcs-1.1 not compiling XEmacs correctly on | |
36 Alpha Linux. There have also been reports that egcs-1.0.3a is O.K. | |
37 | |
33 *** Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using | 38 *** Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using |
34 `-fno-strength-reduce'. | 39 `-fno-strength-reduce'. |
35 | 40 |
36 gcc will generate incorrect code otherwise. This bug is present in at | 41 gcc will generate incorrect code otherwise. This bug is present in at |
37 least 2.6.x and 2.7.[0-2]. This bug has been fixed in GCC 2.7.2.1 and | 42 least 2.6.x and 2.7.[0-2]. This bug has been fixed in GCC 2.7.2.1 and |