Commit 471dc06d by Richard Guenther Committed by Richard Biener

c-torture.exp (TORTURE_OPTIONS): Add -Og -g.

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

	* lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g.

From-SVN: r191478
parent 2d5fec4e
2012-09-19 Richard Guenther <rguenther@suse.de>
* lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g.
2012-09-19 Richard Guenther <rguenther@suse.de>
* gcc.dg/builtin-unreachable-6.c: Adjust.
2012-09-19 Richard Guenther <rguenther@suse.de>
......
......@@ -42,7 +42,8 @@ if [info exists TORTURE_OPTIONS] {
{ -O3 -fomit-frame-pointer -funroll-loops } \
{ -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \
{ -O3 -g } \
{ -Os } ]
{ -Os } \
{ -Og -g } ]
}
if [info exists ADDITIONAL_TORTURE_OPTIONS] {
......
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