misc.c: Move global variables to the top of the file.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 18 Nov 2015 21:17:51 +0000 (21:17 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 18 Nov 2015 21:17:51 +0000 (21:17 +0000)
commit5f29a394cdb78df249577d86e39b8c37aab2875d
tree1cf089adf1f5a0d1780ded1dc1a15349185a7842
parent21c7259c1c6d5de223a4150d5bd0420eef1f2925
misc.c: Move global variables to the top of the file.

* gcc-interface/misc.c: Move global variables to the top of the file.
(gnat_handle_option): Remove obsolete ATTRIBUTE_UNUSED markers.
(gnat_init_options): Minor tweak.
(gnat_post_options): Set -fstrict-overflow if not done by the user.
(internal_error_function): Minor reformatting.

From-SVN: r230569
gcc/ada/ChangeLog
gcc/ada/gcc-interface/misc.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt52.adb [new file with mode: 0644]