mirror of git://gcc.gnu.org/git/gcc.git
re PR testsuite/51511 (gcc.dg/pr45819.c fails on arm-linux-gnueabi due to PR50078+PR51466 fix)
PR testsuite/51511 * gcc.dg/pr45819.c: Add -w to dg-options. From-SVN: r182247
This commit is contained in:
parent
c79be1dc34
commit
30f232fd7a
|
@ -1,3 +1,8 @@
|
|||
2011-12-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR testsuite/51511
|
||||
* gcc.dg/pr45819.c: Add -w to dg-options.
|
||||
|
||||
2011-12-12 Torvald Riegel <triegel@redhat.com>
|
||||
|
||||
* g++.dg/tm/noexcept-1.C: New test.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fdump-tree-optimized" } */
|
||||
/* { dg-options "-O2 -fdump-tree-optimized -w" } */
|
||||
|
||||
struct ehci_regs {
|
||||
char x;
|
||||
|
|
Loading…
Reference in New Issue