[Bug c++/88564] expected primary-expression error with operator= invocation

2018-12-21 Thread jdtournier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88564 J-Donald Tournier changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/88564] expected primary-expression error with operator= invocation

2018-12-20 Thread jdtournier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88564 --- Comment #3 from J-Donald Tournier --- (In reply to J-Donald Tournier from comment #2) > (In reply to Richard Biener from comment #1) > > Works for me with GCC 8.2.0 and tip of branch as well as GCC 9. It might > > have been an intermittent

[Bug c++/88564] expected primary-expression error with operator= invocation

2018-12-20 Thread jdtournier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88564 --- Comment #2 from J-Donald Tournier --- (In reply to Richard Biener from comment #1) > Works for me with GCC 8.2.0 and tip of branch as well as GCC 9. It might > have been an intermittent failure but I only was able to check x86_64-linux.

[Bug c++/88564] New: expected primary-expression error with operator= invocation

2018-12-20 Thread jdtournier at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jdtournier at gmail dot com Target Milestone: --- I'm encountering compile failures in my project using later builds of gcc 8.2.1 on MSYS2 MinGW64 (running on Windows 10). I originally