mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 07:00:29 +08:00
ICF is disabled for the test because of default char signedness on powerpc64 target.
From-SVN: r217285
This commit is contained in:
parent
ea2042ba81
commit
7325afd46f
@ -1,3 +1,9 @@
|
||||
2014-11-10 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* gcc.dg/tree-ssa/ldist-19.c: ICF is disabled
|
||||
for the test because of default char signedness
|
||||
on powerpc64 target.
|
||||
|
||||
2014-11-10 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* match.pd: Implement pattern from simplify_conversion_from_bitmask.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -fdump-tree-ldist-details" } */
|
||||
/* { dg-options "-O3 -fno-ipa-icf -fdump-tree-ldist-details" } */
|
||||
|
||||
struct Foo
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user