OSDN Git Service

* opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2008 16:36:34 +0000 (16:36 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2008 16:36:34 +0000 (16:36 +0000)
parameter to inform call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139601 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/opts.c

index 8768053..1d84e07 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-26  Hans-Peter Nilsson  <hp@axis.com>
+
+       * opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing
+       parameter to inform call.
+
 2008-08-26  Jeff Law  <law@redhat.com>
 
        * mn10300.md (movqi, movhi): Split i->d*a case into two cases to
index badc0a1..b759e2f 100644 (file)
@@ -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