Commit e36b9374 by Richard Guenther Committed by Richard Biener

lto-wrapper.c (run_gcc): Fix -flto=N parsing.

2010-11-18  Richard Guenther  <rguenther@suse.de>

	* lto-wrapper.c (run_gcc): Fix -flto=N parsing.

From-SVN: r166901
parent 67c495be
2010-11-18 Richard Guenther <rguenther@suse.de>
* lto-wrapper.c (run_gcc): Fix -flto=N parsing.
2010-11-18 Alexander Monakov <amonakov@ispras.ru> 2010-11-18 Alexander Monakov <amonakov@ispras.ru>
PR middle-end/46518 PR middle-end/46518
...@@ -383,7 +383,7 @@ run_gcc (unsigned argc, char *argv[]) ...@@ -383,7 +383,7 @@ run_gcc (unsigned argc, char *argv[])
} }
else else
{ {
parallel = atoi (option+8); parallel = atoi (option + 6);
if (parallel <= 1) if (parallel <= 1)
parallel = 0; parallel = 0;
} }
......
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