aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-08-26 16:36:34 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2008-08-26 16:36:34 +0000
commit69abac819faaf3fb2f72fa23890bb5febf872e06 (patch)
treefd8927a001044b609d47d21ad0017305b0c5962e /gcc/opts.c
parent5d2b84f840a7f6a1f57b9cde09693ce2cd91d3d3 (diff)
downloadgcc-69abac819faaf3fb2f72fa23890bb5febf872e06.zip
gcc-69abac819faaf3fb2f72fa23890bb5febf872e06.tar.gz
gcc-69abac819faaf3fb2f72fa23890bb5febf872e06.tar.bz2
opts.c (decode_options): Add missing parameter to inform call.
* opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing parameter to inform call. From-SVN: r139601
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index badc0a1..b759e2f 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -1127,7 +1127,7 @@ decode_options (unsigned int argc, const char **argv)
#ifndef IRA_COVER_CLASSES
if (flag_ira)
{
- inform ("-fira does not work on this architecture");
+ inform (input_location, "-fira does not work on this architecture");
flag_ira = 0;
}
#endif