]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/calls.c
* c-opts.c (missing_arg): Use cl_options[opt_index].opt_code
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Oct 2002 20:24:57 +0000 (20:24 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Oct 2002 20:24:57 +0000 (20:24 +0000)
commit2839725565b8a5f5e104b261ad1cfdfa70cad2e6
tree0ed8c8a532e5ab6d57554e6870c2e75b3661617f
parent878b2d705a2184a6d17fd7a704444dff1d9fe5e9
* c-opts.c (missing_arg): Use cl_options[opt_index].opt_code
instead of just opt_index as switch expression.

* calls.c (store_one_arg): Change type of 'excess_align'
to unsigned int.

* profile.c (output_gcov_string): Change type of 'temp'
to size_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58381 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-opts.c
gcc/calls.c
gcc/profile.c