Commit c9d57552 by Pierre-Marie de Rodat Committed by Pierre-Marie de Rodat

[Ada] Define the -fdump-scos option in lang.opt

2019-08-19  Pierre-Marie de Rodat  <derodat@adacore.com>

gcc/ada/

	* gcc-interface/lang.opt (fdump-scos): Define.
	* gcc-interface/misc.c (gnat_handle_option): Handle
	OPT_fdump_scos.

From-SVN: r274637
parent 6490e255
2019-08-19 Pierre-Marie de Rodat <derodat@adacore.com>
* gcc-interface/lang.opt (fdump-scos): Define.
* gcc-interface/misc.c (gnat_handle_option): Handle
OPT_fdump_scos.
2019-08-14 Joffrey Huguet <huguet@adacore.com> 2019-08-14 Joffrey Huguet <huguet@adacore.com>
* libgnat/a-cofuba.ads: Add a Length attribute to type * libgnat/a-cofuba.ads: Add a Length attribute to type
......
...@@ -56,6 +56,10 @@ Wall ...@@ -56,6 +56,10 @@ Wall
Ada AdaWhy AdaSCIL Ada AdaWhy AdaSCIL
Enable most warning messages. Enable most warning messages.
fdump-scos
Ada RejectNegative Var(flag_dump_scos) Init(0)
Dump Source Coverage Obligations
k8 k8
Driver Driver
Synonym of -gnatk8. Synonym of -gnatk8.
......
...@@ -161,6 +161,7 @@ gnat_handle_option (size_t scode, const char *arg, HOST_WIDE_INT value, ...@@ -161,6 +161,7 @@ gnat_handle_option (size_t scode, const char *arg, HOST_WIDE_INT value,
case OPT_gnatO: case OPT_gnatO:
case OPT_fRTS_: case OPT_fRTS_:
case OPT_I: case OPT_I:
case OPT_fdump_scos:
case OPT_nostdinc: case OPT_nostdinc:
case OPT_nostdlib: case OPT_nostdlib:
/* These are handled by the front-end. */ /* These are handled by the front-end. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment