mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 03:50:27 +08:00
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
This commit is contained in:
parent
86ff5c5049
commit
37a2dc4270
@ -1,4 +1,9 @@
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user