Backport r247485
2017-06-22 Martin Liska <mliska@suse.cz> Backport from mainline 2017-05-02 Martin Liska <mliska@suse.cz> PR other/80589 * common.opt: Fix typo. * doc/invoke.texi: Likewise. From-SVN: r249544
This commit is contained in:
parent
5b8ea22b86
commit
c7da80177d
@ -1,3 +1,12 @@
|
|||||||
|
2017-06-22 Martin Liska <mliska@suse.cz>
|
||||||
|
|
||||||
|
Backport from mainline
|
||||||
|
2017-05-02 Martin Liska <mliska@suse.cz>
|
||||||
|
|
||||||
|
PR other/80589
|
||||||
|
* common.opt: Fix typo.
|
||||||
|
* doc/invoke.texi: Likewise.
|
||||||
|
|
||||||
2017-06-22 Martin Liska <mliska@suse.cz>
|
2017-06-22 Martin Liska <mliska@suse.cz>
|
||||||
|
|
||||||
Backport from mainline
|
Backport from mainline
|
||||||
|
@ -2492,7 +2492,7 @@ flow and turn the statement with erroneous or undefined behavior into a trap.
|
|||||||
|
|
||||||
fisolate-erroneous-paths-attribute
|
fisolate-erroneous-paths-attribute
|
||||||
Common Report Var(flag_isolate_erroneous_paths_attribute) Optimization
|
Common Report Var(flag_isolate_erroneous_paths_attribute) Optimization
|
||||||
Detect paths that trigger erroneous or undefined behavior due a null value
|
Detect paths that trigger erroneous or undefined behavior due to a null value
|
||||||
being used in a way forbidden by a returns_nonnull or nonnull
|
being used in a way forbidden by a returns_nonnull or nonnull
|
||||||
attribute. Isolate those paths from the main control flow and turn the
|
attribute. Isolate those paths from the main control flow and turn the
|
||||||
statement with erroneous or undefined behavior into a trap.
|
statement with erroneous or undefined behavior into a trap.
|
||||||
|
@ -9902,7 +9902,7 @@ The maximum number of insns of an unswitched loop.
|
|||||||
The maximum number of branches unswitched in a single loop.
|
The maximum number of branches unswitched in a single loop.
|
||||||
|
|
||||||
@item max-loop-headers-insns
|
@item max-loop-headers-insns
|
||||||
The maximum number of insns in loop header duplicated by he copy loop headers
|
The maximum number of insns in loop header duplicated by the copy loop headers
|
||||||
pass.
|
pass.
|
||||||
|
|
||||||
@item lim-expensive
|
@item lim-expensive
|
||||||
|
Loading…
Reference in New Issue
Block a user