summaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-26 16:36:34 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-26 16:36:34 +0000
commit2c060026acb42aa16345f8b5c5d3266ea98f801b (patch)
treefd8927a001044b609d47d21ad0017305b0c5962e /gcc/opts.c
parent6bd0b35ddfb9f0bd3e68091f9d227a8ac93aa4f6 (diff)
downloadgcc-2c060026acb42aa16345f8b5c5d3266ea98f801b.tar.gz
* opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing
parameter to inform call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139601 138bc75d-0d04-0410-961f-82ee72b054a4
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 badc0a1a6cd..b759e2fc922 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