public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* -Wpsabi: to keep or not to keep?
@ 2022-05-22 19:05 Paul Smith
  2022-05-22 20:01 ` Paul Smith
  2022-05-26 17:35 ` Paul Smith
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Smith @ 2022-05-22 19:05 UTC (permalink / raw)
  To: gcc-help

Upgrading my environment to GCC 11.3 (from GCC 10.2) I'm seeing these
new warnings:

Omega/Optimizer/EstimatorImpl.cpp: In member function 'virtual
std::pair<double, double>
Optimizer::EstimatorImpl::hashMaterializationCost(double, double, const
Quantifier*) const':
Omega/Optimizer/EstimatorImpl.cpp:1339:101: note: parameter passing for
argument of type 'std::pair<double, double>' when C++17 is enabled
changed to match C++14 in GCC 10.1
 1339 |                                                               
const Quantifier* inputQuantifier) const
      |                                                               
^~~~~


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-26 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-22 19:05 -Wpsabi: to keep or not to keep? Paul Smith
2022-05-22 20:01 ` Paul Smith
2022-05-26 17:35 ` Paul Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).