mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 23:01:19 +08:00
primary.c (match_integer_constant): Mention -fno-range-check in the error message.
2007-04-23 Tobias Burnus <burnus@net-b.de> * primary.c (match_integer_constant): Mention -fno-range-check in the error message. From-SVN: r124060
This commit is contained in:
parent
11bac67c45
commit
b2458f91cd
@ -1,3 +1,8 @@
|
||||
2007-04-23 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* primary.c (match_integer_constant): Mention -fno-range-check
|
||||
in the error message.
|
||||
|
||||
2007-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR fortran/31495
|
||||
|
@ -216,7 +216,8 @@ match_integer_constant (gfc_expr **result, int signflag)
|
||||
|
||||
if (gfc_range_check (e) != ARITH_OK)
|
||||
{
|
||||
gfc_error ("Integer too big for its kind at %C");
|
||||
gfc_error ("Integer too big for its kind at %C. This check can be "
|
||||
"disabled with the option -fno-range-check");
|
||||
|
||||
gfc_free_expr (e);
|
||||
return MATCH_ERROR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user