ssa-dse-2.C (size_t): Typedef to __SIZE_TYPE__ rather than long unsigned int.
* g++.dg/tree-ssa/ssa-dse-2.C (size_t): Typedef to __SIZE_TYPE__ rather than long unsigned int. * g++.dg/tree-ssa/ssa-dom.C: Likewise. From-SVN: r244527
This commit is contained in:
parent
d190d5c093
commit
906e771270
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2017-01-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* g++.dg/tree-ssa/ssa-dse-2.C (size_t): Typedef to __SIZE_TYPE__
|
||||
rather than long unsigned int.
|
||||
* g++.dg/tree-ssa/ssa-dom.C: Likewise.
|
||||
|
||||
2017-01-17 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/71433
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fdump-tree-dom2" } */
|
||||
|
||||
typedef long unsigned int size_t;
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
extern void abort (void) __attribute__ ((__noreturn__));
|
||||
union tree_node;
|
||||
typedef union tree_node *tree;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fdump-tree-dse2-details" } */
|
||||
|
||||
typedef long unsigned int size_t;
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
extern "C"
|
||||
{
|
||||
extern void *memmove (void *__dest, const void *__src, size_t __n) throw ()
|
||||
|
|
Loading…
Add table
Reference in a new issue