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:
parent
1d84354610
commit
35a730f86f
@ -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.
|
||||
|
@ -1,4 +1,6 @@
|
||||
/* PR tree-optimization/45830 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-additional-options "-fno-tree-switch-conversion" { target avr-*-* } } */
|
||||
|
||||
extern void abort (void);
|
||||
|
Loading…
Reference in New Issue
Block a user