[Bug c++/67376] [5 regression] Comparison with pointer to past-the-end of array fails inside constant expression
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 5 17:00:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67376
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |6.0
Summary|[5/6 regression] Comparison |[5 regression] Comparison
|with pointer to |with pointer to
|past-the-end of array fails |past-the-end of array fails
|inside constant expression |inside constant expression
Known to fail|6.0 |
--- Comment #19 from Martin Sebor <msebor at gcc dot gnu.org> ---
With the change committed in r234698 this is no longer a GCC 6 regression so
I'm adjusting the regression marker but leaving it for 5 since the change
hasn't been backported to the 5.x branch.
More information about the Gcc-bugs
mailing list