comparison gcc/testsuite/gcc.dg/pr32773.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
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-use -fopt-info" } */ 2 /* { dg-options "-O -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" } */
3 /* { dg-options "-O -m4 -fprofile-use -fopt-info" { target sh-*-* } } */ 3 /* { dg-options "-O -m4 -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" { target sh-*-* } } */
4 4
5 void foo (int *p) 5 void foo (int *p)
6 { 6 {
7 if (p) 7 if (p)
8 *p = 0; 8 *p = 0;
9 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */ 9 } /* { dg-missed "\[^\n\]*execution counts estimated" } */