[Bug c++/108955] Ultimate++ fails with its specialized AssertMoveable

2023-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108955 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > The code is definitely invalid. > > How to fix it is to move this: > template > inline void AssertMoveable(T *t = 0) { if(t) AssertMoveable0(t); } > > > Belo

[Bug c++/108955] Ultimate++ fails with its specialized AssertMoveable

2023-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108955 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug c++/108955] Ultimate++ fails with its specialized AssertMoveable

2023-02-27 Thread piotr5 at netscape dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108955 --- Comment #2 from piotr5 at netscape dot net --- Created attachment 54549 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54549&action=edit gunzip then: c++-13 -c delme-E13.cxx also fails with c++-12 so the problem must be in the preproce

[Bug c++/108955] Ultimate++ fails with its specialized AssertMoveable

2023-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108955 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED