aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-40.C
blob: f3ccb727dfaa643b284be0f01332db26e5cd07f0 (plain)
1
2
3
4
5
// PR c++/46803
// { dg-do compile { target c++11 } }

int strftime(char *, int, const char *, const struct tm *)
        [[gnu::__bounded__(__string__,1,2)]]; // { dg-warning "ignored" }