comparison gcc/testsuite/g++.dg/cpp0x/Wattributes1.C @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 // PR c++/60373
2 // { dg-do compile { target c++11 } }
3 // { dg-require-visibility "" }
4
5 #include <new>
6 __attribute__((visibility("hidden")))void*operator new(std::size_t); // { dg-warning "visibility attribute ignored" }
7
8 // { dg-message "previous declaration" "" { target *-*-* } 120 }