diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-26 16:36:34 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-26 16:36:34 +0000 |
commit | 2c060026acb42aa16345f8b5c5d3266ea98f801b (patch) | |
tree | fd8927a001044b609d47d21ad0017305b0c5962e /gcc/opts.c | |
parent | 6bd0b35ddfb9f0bd3e68091f9d227a8ac93aa4f6 (diff) | |
download | gcc-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.c | 2 |
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 |