public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions
       [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-28 22:23 ` pinskia at gcc dot gnu.org
  2021-09-09  5:19 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-28 22:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ldalessandro at gmail dot com

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 101155 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions
       [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
  2021-08-28 22:23 ` [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions pinskia at gcc dot gnu.org
@ 2021-09-09  5:19 ` pinskia at gcc dot gnu.org
  2021-09-09  5:21 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-09  5:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johelegp at gmail dot com

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 102249 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions
       [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
  2021-08-28 22:23 ` [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions pinskia at gcc dot gnu.org
  2021-09-09  5:19 ` pinskia at gcc dot gnu.org
@ 2021-09-09  5:21 ` pinskia at gcc dot gnu.org
  2021-09-10  1:28 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-09  5:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |55004

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is starting to get more duplicates because of lamdbas and C++11 and
constexprs.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
[Bug 55004] [meta-bug] constexpr issues

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions
       [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-09-09  5:21 ` pinskia at gcc dot gnu.org
@ 2021-09-10  1:28 ` pinskia at gcc dot gnu.org
  2021-09-10  1:29 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-10  1:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681

--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 102267 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions
       [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-09-10  1:28 ` pinskia at gcc dot gnu.org
@ 2021-09-10  1:29 ` pinskia at gcc dot gnu.org
  2022-01-06 15:43 ` cvs-commit at gcc dot gnu.org
  2022-01-06 15:44 ` ppalka at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-10  1:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions
       [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-09-10  1:29 ` pinskia at gcc dot gnu.org
@ 2022-01-06 15:43 ` cvs-commit at gcc dot gnu.org
  2022-01-06 15:44 ` ppalka at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-06 15:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:2793af17db239429ea3a2e26834e74daa6cff2c0

commit r12-6285-g2793af17db239429ea3a2e26834e74daa6cff2c0
Author: Patrick Palka <ppalka@redhat.com>
Date:   Thu Jan 6 10:42:50 2022 -0500

    c++: Add testcase for recently fixed PR [PR69681]

    Fixed ever since r12-6188.

            PR c++/69681

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/constexpr-compare2.C: New test.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions
       [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-01-06 15:43 ` cvs-commit at gcc dot gnu.org
@ 2022-01-06 15:44 ` ppalka at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-01-06 15:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |12.0

--- Comment #13 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Fixed for GCC 12

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-06 15:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-69681-4@http.gcc.gnu.org/bugzilla/>
2021-08-28 22:23 ` [Bug c++/69681] C/C++ FEs do not consider comparisons of distinct function pointers to be constant expressions pinskia at gcc dot gnu.org
2021-09-09  5:19 ` pinskia at gcc dot gnu.org
2021-09-09  5:21 ` pinskia at gcc dot gnu.org
2021-09-10  1:28 ` pinskia at gcc dot gnu.org
2021-09-10  1:29 ` pinskia at gcc dot gnu.org
2022-01-06 15:43 ` cvs-commit at gcc dot gnu.org
2022-01-06 15:44 ` ppalka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).