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]
Other format: [Raw text]

[Bug bootstrap/11155] gcc's ia64-unwind.c makes gcc bootstrap internal error


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11155



------- Additional Comments From francois-xavier.kowalski@hp.com  2003-06-11 16:42 -------
Created an attachment (id=4203)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4203&action=view)
pre-processed unwind-ia64.c source file

The processing command was (to be compared with the previous failing
compilation command):

bash-2.04# ./xgcc -B./ -B/opt/gcc/ia64-hp-hpux11.23/bin/ -isystem
/opt/gcc/ia64-hp-hpux11.23/include -isystem
/opt/gcc/ia64-hp-hpux11.23/sys-include -O2  -DIN_GCC	-W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  
-g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I/home/root/src.d/gcc-3.2.3/gcc -I/home/root/src.d/gcc-3.2.3/gcc/.
-I/home/root/src.d/gcc-3.2.3/gcc/config
-I/home/root/src.d/gcc-3.2.3/gcc/../include -milp32 -fexceptions -c
/home/root/src.d/gcc-3.2.3/gcc/config/ia64/unwind-ia64.c -E >
/home/root/unwind-ia64.i

Error messages:

/home/root/src.d/gcc-3.2.3/gcc/config/ia64/unwind-ia64.c:242:1: warning: "MIN"
redefined
In file included from /usr/include/limits.h:423,
		 from include/limits.h:132,
		 from include/syslimits.h:7,
		 from include/limits.h:11,
		 from /home/root/src.d/gcc-3.2.3/gcc/tsystem.h:84,
		 from
/home/root/src.d/gcc-3.2.3/gcc/config/ia64/unwind-ia64.c:35:
/usr/include/sys/param.h:432:1: warning: this is the location of the previous
definition
bash-2.04#


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