This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: more hpux 10.20 trouble: bad gencodes.c file


> More attempts to boot hppa2.0-hp-hpux10.20, this time --with-gnu-as .
> 
> gcc/gencodes.c is bad and will not compile in the stage 2 build, but it
> compiles in stage 1.  The problem is that there are duplicate definitions
> of many enums, such as cmp_type and processor_type; a number of macros are
> redefined as well.

The header for gencodes has been incorrectly generated.  Try the patch
from Alan Modra <http://gcc.gnu.org/ml/gcc-patches/2001-01/msg01320.html>.
The problem relates to the saving and restoration of the pic offset table
register in pic code.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]