re PR testsuite/23186 (g++.dg/other/pr22003.C fails)
PR testsuite/23186 * g++.dg/other/pr22003.C: Require named sections. From-SVN: r104457
This commit is contained in:
parent
96d84476fa
commit
df5d636787
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-20 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
PR testsuite/23186
|
||||
* g++.dg/other/pr22003.C: Require named sections.
|
||||
|
||||
2005-09-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/23947
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
/* PR rtl-optimization/22003 */
|
||||
/* { dg-do compile } */
|
||||
/* -freorder-blocks-and-partition is not supported on machines */
|
||||
/* that do not support named sections. */
|
||||
/* { dg-require-named-sections "" } */
|
||||
/* { dg-options "-O2 -fno-exceptions -freorder-blocks-and-partition" } */
|
||||
|
||||
struct c1
|
||||
|
|
Loading…
Add table
Reference in a new issue