comparison gcc/testsuite/gcc.dg/pr26570.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */ 2 /* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" } */
3 /* { dg-require-profiling "-fprofile-generate" } */ 3 /* { dg-require-profiling "-fprofile-generate" } */
4 4
5 unsigned test (unsigned a, unsigned b) 5 unsigned test (unsigned a, unsigned b)
6 { 6 {
7 return a / b; 7 return a / b;
8 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */ 8 } /* { dg-missed "\[^\n\]*execution counts estimated" } */