Commit 4406229e by Nick Clifton Committed by Nick Clifton

Fix test for unrecognisable switches.

From-SVN: r28761
parent 40242ccf
Thu Aug 19 15:02:01 1999 Nick Clifton <nickc@cygnus.com>
* config/rs6000/rs6000.c (rs6000_override_options): Fix test for
unrecognisable switches.
Wed Aug 18 23:31:57 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (recombine_givs): Set ix field after sorting.
......
......@@ -292,7 +292,7 @@ rs6000_override_options (default_cpu)
break;
}
if (i == ptt_size)
if (j == ptt_size)
error ("bad value (%s) for %s switch", ptr->string, ptr->name);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment