comparison gcc/testsuite/g++.dg/tree-ssa/pr22444.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
2 // When creating SFT's, we shouldn't add the original variable 2 // When creating SFT's, we shouldn't add the original variable
3 // to the addressable vars list, because this may cause false aliasing 3 // to the addressable vars list, because this may cause false aliasing
4 // with the subvars leading to the subvars not being renamed when they should 4 // with the subvars leading to the subvars not being renamed when they should
5 // { dg-do compile } 5 // { dg-do compile }
6 // { dg-options "-O2" } 6 // { dg-options "-O2" }
7 // { dg-additional-options "-Wno-return-type" }
7 __extension__ typedef __PTRDIFF_TYPE__ ptrdiff_t; 8 __extension__ typedef __PTRDIFF_TYPE__ ptrdiff_t;
8 __extension__ typedef __SIZE_TYPE__ size_t; 9 __extension__ typedef __SIZE_TYPE__ size_t;
9 namespace std 10 namespace std
10 { 11 {
11 template<class _T1, class _T2> struct pair 12 template<class _T1, class _T2> struct pair