https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45115
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45115
--- Comment #4 from Jonathan Wakely ---
This affects C++20 three-way comparisons, which return trivial structs wrapping
an integer.
>From PR 108635:
#include
struct S
{
std::weak_ordering operator<=>(const S&) const __attr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45115
Andrew Pinski changed:
What|Removed |Added
CC||jzwinck at gmail dot com
--- Comment #3
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-07-28 20:05 ---
We can only value-number things which define an SSA name.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-07-28 19:48 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|norma