c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just opt_index...
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 21 Oct 2002 20:24:57 +0000 (20:24 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 21 Oct 2002 20:24:57 +0000 (20:24 +0000)
commit97d05bfdd2480b13c36ea215b45030168c613b04
tree0ed8c8a532e5ab6d57554e6870c2e75b3661617f
parentaaee784acf0a3a5817e35b70ba930c625ce8057e
c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just opt_index as switch expression.

* 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.

From-SVN: r58381
gcc/ChangeLog
gcc/c-opts.c
gcc/calls.c
gcc/profile.c