Commit e1960712 by Eric Botcazou Committed by Eric Botcazou

re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)

	PR 40989
	* gcc-interface/misc.c (gnat_handle_option): Fix long line.

From-SVN: r159149
parent a6b02ef3
2010-05-07 Eric Botcazou <ebotcazou@adacore.com>
PR 40989
* gcc-interface/misc.c (gnat_handle_option): Fix long line.
2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc-interface/Makefile.in: Removed mips-sgi-irix5* support.
......
......@@ -184,7 +184,8 @@ gnat_parse_file (int set_yydebug ATTRIBUTE_UNUSED)
that have been successfully decoded or 0 on failure. */
static int
gnat_handle_option (size_t scode, const char *arg, int value, int kind ATTRIBUTE_UNUSED)
gnat_handle_option (size_t scode, const char *arg, int value,
int kind ATTRIBUTE_UNUSED)
{
const struct cl_option *option = &cl_options[scode];
enum opt_code code = (enum opt_code) scode;
......
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