This is the mail archive of the gcc-patches@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]

Re: clean up some hook routines


The following change causes a bootstrap failure on hppa-unknown-linux-gnu:

>       * tree.c (default_comp_type_attributes,
>	default_set_default_type_attributes, default_insert_attributes, 
>	default_function_attribute_inlinable_p,
>	default_ms_bitfield_layout_p): Remove.

gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include \
../../gcc/gcc/config/pa/pa.c -o pa.o
../../gcc/gcc/config/pa/pa.c:206: error: `default_comp_type_attributes' undeclared here (not in a function)
...
../../gcc/gcc/config/pa/pa.c:206: error: `default_set_default_type_attributes' undeclared here (not in a function)
...
../../gcc/gcc/config/pa/pa.c:206: error: `default_insert_attributes' undeclared here (not in a function)
...
../../gcc/gcc/config/pa/pa.c:206: error: `default_function_attribute_inlinable_p' undeclared here (not in a function)
...
../../gcc/gcc/config/pa/pa.c:206: error: `default_ms_bitfield_layout_p' undeclar
ed here (not in a function)
...

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]