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]

resource.c: `TYPE_MILLI' undeclared


The following error occurs in bootstraping the current development
source under hpux9:

gcc -c  -DIN_GCC -DHAIFA    -g -W -Wall  -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/config -I../../gcc/../include ../../gcc/resource.c
../../gcc/resource.c: In function `mark_referenced_resources':
../../gcc/resource.c:363: warning: implicit declaration of function `get_attr_ty
pe'
../../gcc/resource.c:363: `TYPE_MILLI' undeclared (first use in this function)
../../gcc/resource.c:363: (Each undeclared identifier is reported only once
../../gcc/resource.c:363: for each function it appears in.)
../../gcc/resource.c: In function `mark_set_resources':
../../gcc/resource.c:661: `TYPE_MILLI' undeclared (first use in this function)
make[2]: *** [resource.o] Error 1

-- 
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]