This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [CFT] re-organize var-tracking frame_base
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: rth at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org, dave dot anglin at nrc dot ca, law at redhat dot com
- Date: Mon, 12 Sep 2005 10:35:01 -0700 (PDT)
- Subject: Re: [CFT] re-organize var-tracking frame_base
Woops, I didn't notice that while the hppa64 build worked, the hppa1.1
(32 bit) build failed. I think the macros you set in config/pa/pa.h
were meant for PA64 only.
Dave, are you seeing this in your builds? I tried looking at the PA64
execution failures in the C++ testsuite but I am not able to make much
of it. I may not be looking at this much in the next day or two because
I have a cold and will probably take some time off.
| stage1/xgcc -Bstage1/ -B/proj/gcc/sje/build/gcc-hppa1.1-hp-hpux11.00-patch/hppa1.1-hp-hpux11.00/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc -I/proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc/build -I/proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc/../include -I/proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc/../libcpp/include -I/proj/gcc/sje/be/hppa1.1-hp-hpux11.00/include -I/proj/gcc/sje/be/hppa1.1-hp-hpux11.00/include -o build/genemit.o /proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc/genemit.c
| make[2]: *** [build/genattr.o] Error 1
| In file included from ./tm.h:9,
| from /proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/g
| cc/genemit.c:26:
| /proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc/config/pa/som.h:43:1: error: "ASM_PREFERRED_EH_DATA_FORMAT" redefined
| In file included from ./tm.h:6,
| from /proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc/genemit.c:26:
| /proj/gcc/sje/build/build-hppa1.1-hp-hpux11.00-patch/gcc/gcc/config/pa/pa.h:425:1: error: this is the location of the previous definition
Steve Ellcey
sje@cup.hp.com