re PR tree-optimization/45830 (Code+rodata increase with -ftree-switch-conversion)

PR tree-optimization/45830
	* gcc.c-torture/execute/pr45830.c: Move from here to...
	* gcc.dg/torture/pr45830.c: ...this new file.  Add dg-do and
	dg-additional-options magic.

From-SVN: r182262
This commit is contained in:
Georg-Johann Lay 2011-12-12 20:13:40 +00:00 committed by Georg-Johann Lay
parent 1d84354610
commit 35a730f86f
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2011-12-12 Georg-Johann Lay <avr@gjlay.de>
PR tree-optimization/45830
* gcc.c-torture/execute/pr45830.c: Move from here to...
* gcc.dg/torture/pr45830.c: ...this new file. Add dg-do and
dg-additional-options magic.
2011-12-12 Janne Blomqvist <jb@gcc.gnu.org>
* gfortran.dg/nested_modules_2.f90: Tighten test.

View File

@ -1,4 +1,6 @@
/* PR tree-optimization/45830 */
/* { dg-do run } */
/* { dg-additional-options "-fno-tree-switch-conversion" { target avr-*-* } } */
extern void abort (void);