Commit 37a2dc42 by Francois-Xavier Coudert Committed by François-Xavier Coudert

check.c (gfc_check_sizeof): Switch to ATTRIBUTE_UNUSED.

	* check.c (gfc_check_sizeof): Switch to ATTRIBUTE_UNUSED.
	* simplify.c (gfc_simplify_lgamma): Likewise.

From-SVN: r134997
parent 86ff5c50
2008-05-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2008-05-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* check.c (gfc_check_sizeof): Switch to ATTRIBUTE_UNUSED.
* simplify.c (gfc_simplify_lgamma): Likewise.
2008-05-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and
gfc_peek_ascii_char.
......@@ -729,7 +734,7 @@
gfc_conv_allocated, gfc_conv_associated, gfc_conv_intrinsic_trim,
gfc_conv_intrinsic_repeat): Likewise.
2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2008-02-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR target/25477
* trans-expr.c (gfc_conv_power_op): Use BUILT_IN_CPOW{F,,L}.
......
......@@ -2474,7 +2474,7 @@ gfc_check_size (gfc_expr *array, gfc_expr *dim, gfc_expr *kind)
try
gfc_check_sizeof (gfc_expr *arg __attribute__((unused)))
gfc_check_sizeof (gfc_expr *arg ATTRIBUTE_UNUSED)
{
return SUCCESS;
}
......
......@@ -2461,7 +2461,7 @@ gfc_simplify_len_trim (gfc_expr *e, gfc_expr *kind)
}
gfc_expr *
gfc_simplify_lgamma (gfc_expr *x __attribute__((unused)))
gfc_simplify_lgamma (gfc_expr *x ATTRIBUTE_UNUSED)
{
#if MPFR_VERSION >= MPFR_VERSION_NUM(2,3,0)
gfc_expr *result;
......
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