public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22149] func pointer non-type template parm invalid access control
       [not found] <bug-22149-4@http.gcc.gnu.org/bugzilla/>
@ 2013-06-16  9:03 ` paolo.carlini at oracle dot com
  2021-07-27  6:14 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 8+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-06-16  9:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22149

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 50586 has been marked as a duplicate of this bug. ***


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

* [Bug c++/22149] func pointer non-type template parm invalid access control
       [not found] <bug-22149-4@http.gcc.gnu.org/bugzilla/>
  2013-06-16  9:03 ` [Bug c++/22149] func pointer non-type template parm invalid access control paolo.carlini at oracle dot com
@ 2021-07-27  6:14 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-27  6:14 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oschmidt_do_not_send_email_
                   |                            |to_this_address at gmx dot de

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

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

* [Bug c++/22149] func pointer non-type template parm invalid access control
       [not found] <bug-22149-9924@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-05-03  0:18 ` davek at gcc dot gnu dot org
@ 2010-05-03  1:04 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 8+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-05-03  1:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from paolo dot carlini at oracle dot com  2010-05-03 01:04 -------
Well, that for sure ;) Let's add Jason in CC.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22149


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

* [Bug c++/22149] func pointer non-type template parm invalid access control
       [not found] <bug-22149-9924@http.gcc.gnu.org/bugzilla/>
  2005-12-22  3:56 ` reichelt at gcc dot gnu dot org
  2006-10-12  0:41 ` bangerth at dealii dot org
@ 2010-05-03  0:18 ` davek at gcc dot gnu dot org
  2010-05-03  1:04 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 8+ messages in thread
From: davek at gcc dot gnu dot org @ 2010-05-03  0:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from davek at gcc dot gnu dot org  2010-05-03 00:18 -------
Ow.  Still present on mainline.  This really needs a C++ F/E expert to look at
it.


-- 

davek at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
      Known to fail|2.95.3 3.0.4 3.2.3 3.3.3    |2.95.3 3.0.4 3.2.3 3.3.3
                   |3.4.0 4.0.0 4.1.0           |3.4.0 4.0.0 4.1.0 4.3.4
                   |                            |4.5.0 4.6.0
   Last reconfirmed|2006-10-12 00:41:25         |2010-05-03 00:18:35
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22149


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

* [Bug c++/22149] func pointer non-type template parm invalid access control
       [not found] <bug-22149-9924@http.gcc.gnu.org/bugzilla/>
  2005-12-22  3:56 ` reichelt at gcc dot gnu dot org
@ 2006-10-12  0:41 ` bangerth at dealii dot org
  2010-05-03  0:18 ` davek at gcc dot gnu dot org
  2010-05-03  1:04 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2006-10-12  0:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bangerth at dealii dot org  2006-10-12 00:41 -------
Confirmed.
W.


-- 

bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at dealii dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-12 00:41:25
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22149


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

* [Bug c++/22149] func pointer non-type template parm invalid access control
       [not found] <bug-22149-9924@http.gcc.gnu.org/bugzilla/>
@ 2005-12-22  3:56 ` reichelt at gcc dot gnu dot org
  2006-10-12  0:41 ` bangerth at dealii dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-12-22  3:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from reichelt at gcc dot gnu dot org  2005-12-22 03:56 -------
The second testcase now crashes (4.0 branch, 4.1 branch, and mainline).
This is due to PR 25364.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22149


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

* [Bug c++/22149] func pointer non-type template parm invalid access control
  2005-06-22 19:00 [Bug c++/22149] New: " johill at lanl dot gov
  2005-06-22 19:16 ` [Bug c++/22149] " pinskia at gcc dot gnu dot org
@ 2005-07-23 21:11 ` bangerth at dealii dot org
  1 sibling, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2005-07-23 21:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2005-07-23 21:10 -------
This is related to PR 22618. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22149


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

* [Bug c++/22149] func pointer non-type template parm invalid access control
  2005-06-22 19:00 [Bug c++/22149] New: " johill at lanl dot gov
@ 2005-06-22 19:16 ` pinskia at gcc dot gnu dot org
  2005-07-23 21:11 ` bangerth at dealii dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-22 19:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |2.95.3 3.0.4 3.2.3 3.3.3
                   |                            |3.4.0 4.0.0 4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22149


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

end of thread, other threads:[~2021-07-27  6:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22149-4@http.gcc.gnu.org/bugzilla/>
2013-06-16  9:03 ` [Bug c++/22149] func pointer non-type template parm invalid access control paolo.carlini at oracle dot com
2021-07-27  6:14 ` pinskia at gcc dot gnu.org
     [not found] <bug-22149-9924@http.gcc.gnu.org/bugzilla/>
2005-12-22  3:56 ` reichelt at gcc dot gnu dot org
2006-10-12  0:41 ` bangerth at dealii dot org
2010-05-03  0:18 ` davek at gcc dot gnu dot org
2010-05-03  1:04 ` paolo dot carlini at oracle dot com
2005-06-22 19:00 [Bug c++/22149] New: " johill at lanl dot gov
2005-06-22 19:16 ` [Bug c++/22149] " pinskia at gcc dot gnu dot org
2005-07-23 21:11 ` bangerth at dealii dot 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).