https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116268
Bug ID: 116268 Summary: notes on arm-linux-gnueabi* cannot be turned off Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- while looking at an armhf build, still seeing that notes on arm-linux-gnueabi* cannot be turned off. e.g. /usr/include/c++/14/bits/stl_algo.h:2667:28: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<llvm::xray::XRayRecord*, std::vector<llvm::xray::XRayRecord> >’ changed in GCC 7.1 I'm sure I even saw notes for GCC 5 as well. Can we deprecates these notes, or have an option that ignores ancient notes, at least these are for eight to ten year old compilers.