Commit 0f042bc5 by Richard Guenther Committed by Richard Biener

re PR middle-end/54553 (atribute optimize on function affects optimization for other functions)

2012-09-12  Richard Guenther  <rguenther@suse.de>

	PR middle-end/54553
	* common.opt (finline): Mark with Optimization.

From-SVN: r191215
parent 6273c3c2
2012-09-12 Richard Guenther <rguenther@suse.de>
PR middle-end/54553
* common.opt (finline): Mark with Optimization.
2012-09-12 Jakub Jelinek <jakub@redhat.com>
* config.gcc: Obsolete picochip-*.
......
......@@ -1289,7 +1289,7 @@ Perform indirect inlining
; General flag to enable inlining. Specifying -fno-inline will disable
; all inlining apart from always-inline functions.
finline
Common Report Var(flag_no_inline,0) Init(0)
Common Report Var(flag_no_inline,0) Init(0) Optimization
Enable inlining of function declared \"inline\", disabling disables all inlining
finline-small-functions
......
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