[Bug c/57612] add builtin to assert that expression does not have side effects

2021-03-16 Thread equinox-gccbugs at diac24 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57612 David L. changed: What|Removed |Added CC||equinox-gccbugs at diac24 dot net --- Commen

[Bug c/57612] add builtin to assert that expression does not have side effects

2020-01-17 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57612 --- Comment #4 from Tom Tromey --- (In reply to H. Peter Anvin from comment #2) > I would like to second this request, however, I would like to request that > it issues a warning rather than an error. It can always be promoted to an > error via

[Bug c/57612] add builtin to assert that expression does not have side effects

2020-01-16 Thread felix.von.s at posteo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57612 felix changed: What|Removed |Added CC||felix.von.s at posteo dot de --- Comment #3 from

[Bug c/57612] add builtin to assert that expression does not have side effects

2017-01-24 Thread hpa at zytor dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57612 H. Peter Anvin changed: What|Removed |Added CC||hpa at zytor dot com --- Comment #2 fro

[Bug c/57612] add builtin to assert that expression does not have side effects

2014-08-08 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57612 --- Comment #1 from Tom Tromey --- You can see the thread here: http://patchwork.ozlabs.org/patch/343858/ My proposed patch didn't handle C++, which seems like something it probably should do.