public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+
       [not found] <bug-62659-4@http.gcc.gnu.org/bugzilla/>
@ 2014-09-01 21:00 ` jakub at gcc dot gnu.org
  2014-09-05 12:36 ` conradsand.arma at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-09-01 21:00 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org
            Summary|[4.9 regression] Regression |[4.9/5 regression]
                   |in template argument        |Regression in template
                   |substitution in 4.9+        |argument substitution in
                   |                            |4.9+

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started to be rejected with r196737 aka PR56481.


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

* [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+
       [not found] <bug-62659-4@http.gcc.gnu.org/bugzilla/>
  2014-09-01 21:00 ` [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+ jakub at gcc dot gnu.org
@ 2014-09-05 12:36 ` conradsand.arma at gmail dot com
  2014-09-05 17:57 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: conradsand.arma at gmail dot com @ 2014-09-05 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

Conrad <conradsand.arma at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |conradsand.arma at gmail dot com

--- Comment #2 from Conrad <conradsand.arma at gmail dot com> ---
Possibly related template bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255


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

* [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+
       [not found] <bug-62659-4@http.gcc.gnu.org/bugzilla/>
  2014-09-01 21:00 ` [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+ jakub at gcc dot gnu.org
  2014-09-05 12:36 ` conradsand.arma at gmail dot com
@ 2014-09-05 17:57 ` jason at gcc dot gnu.org
  2014-09-05 18:00 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2014-09-05 17:57 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-09-05
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+
       [not found] <bug-62659-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-09-05 18:00 ` jason at gcc dot gnu.org
@ 2014-09-05 18:00 ` jason at gcc dot gnu.org
  2014-09-05 18:01 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2014-09-05 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Sep  5 17:59:40 2014
New Revision: 214974

URL: https://gcc.gnu.org/viewcvs?rev=214974&root=gcc&view=rev
Log:
    PR c++/62659
    * semantics.c (potential_constant_expression_1): Handle un-folded
    pointer to member constants.

Added:
    trunk/gcc/testsuite/g++.dg/template/ptrmem29.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c


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

* [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+
       [not found] <bug-62659-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-09-05 17:57 ` jason at gcc dot gnu.org
@ 2014-09-05 18:00 ` jason at gcc dot gnu.org
  2014-09-05 18:00 ` jason at gcc dot gnu.org
  2014-09-05 18:01 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2014-09-05 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Sep  5 18:00:00 2014
New Revision: 214975

URL: https://gcc.gnu.org/viewcvs?rev=214975&root=gcc&view=rev
Log:
    PR c++/62659
    * semantics.c (potential_constant_expression_1): Handle un-folded
    pointer to member constants.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/template/ptrmem29.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/semantics.c


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

* [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+
       [not found] <bug-62659-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-09-05 18:00 ` jason at gcc dot gnu.org
@ 2014-09-05 18:01 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2014-09-05 18:01 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2014-09-05 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-62659-4@http.gcc.gnu.org/bugzilla/>
2014-09-01 21:00 ` [Bug c++/62659] [4.9/5 regression] Regression in template argument substitution in 4.9+ jakub at gcc dot gnu.org
2014-09-05 12:36 ` conradsand.arma at gmail dot com
2014-09-05 17:57 ` jason at gcc dot gnu.org
2014-09-05 18:00 ` jason at gcc dot gnu.org
2014-09-05 18:00 ` jason at gcc dot gnu.org
2014-09-05 18:01 ` jason 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).