mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 23:31:20 +08:00
re PR middle-end/63184 (Fails to simplify comparison)
2018-12-06 Richard Biener <rguenther@suse.de> PR middle-end/63184 * c-c++-common/pr19807-2.c: Try link only on x86, add xfailed optimized dump scanning. * c-c++-common/pr19807-3.c: Likewise. From-SVN: r266846
This commit is contained in:
parent
34b1a7d63d
commit
6a9025a01f
@ -1,3 +1,10 @@
|
||||
2018-12-06 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR middle-end/63184
|
||||
* c-c++-common/pr19807-2.c: Try link only on x86, add xfailed
|
||||
optimized dump scanning.
|
||||
* c-c++-common/pr19807-3.c: Likewise.
|
||||
|
||||
2018-12-06 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* g++.dg/parse/bitfield6b.C: New.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do link } */
|
||||
/* { dg-options "-O" } */
|
||||
/* Some targets can optimize this on RTL. */
|
||||
/* { dg-do link { target { x86_64-*-* i?86-*-* } } } */
|
||||
/* { dg-options "-O -fdump-tree-optimized" } */
|
||||
|
||||
extern void link_error(void);
|
||||
int i;
|
||||
@ -10,3 +11,5 @@ int main()
|
||||
link_error();
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-not "link_error" "optimized" { xfail *-*-* } } } */
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do link } */
|
||||
/* { dg-options "-O" } */
|
||||
/* Some targets can optimize this on RTL. */
|
||||
/* { dg-do link { target { x86_64-*-* i?86-*-* } } } */
|
||||
/* { dg-options "-O -fdump-tree-optimized" } */
|
||||
|
||||
extern void link_error(void);
|
||||
int i;
|
||||
@ -10,3 +11,5 @@ int main()
|
||||
link_error();
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-not "link_error" "optimized" { xfail *-*-* } } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user