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]

eliminate warning for expand_builtin_init_dwarf_reg_sizes


Howdy,

When compiling from CVS, I get the following warnings:

/home/kraai/dev/gcc/gcc/builtins.c:3599: warning: implicit declaration of function `expand_builtin_init_dwarf_reg_sizes'
...
/home/kraai/dev/gcc/gcc/dwarf2out.c:386: warning: function declaration isn't a prototype

It appears that expand_builtin_init_dwarf_reg_sizes, like
expand_builtin_dwarf_fp_regnum, should be declared in except.h.
I've tested that doing so bootstraps on i686-pc-linux-gnu and
eliminates the warnings.  However, since I don't have a copyright
disclaimer signed, if someone else could make a patch and submit
it that would be great.

Matt


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