public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21976] Incomplete types are not detected at template definition time
       [not found] <bug-21976-253@http.gcc.gnu.org/bugzilla/>
@ 2006-10-19 17:34 ` ppluzhnikov at charter dot net
  0 siblings, 0 replies; 5+ messages in thread
From: ppluzhnikov at charter dot net @ 2006-10-19 17:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ppluzhnikov at charter dot net  2006-10-19 17:34 -------
Here is another (very similar) test case:

  template <class T> struct Dict {
    struct Iterator;
    Iterator begin() { return Iterator(); } // incomplete
  };
  template <class T> struct Dict<T>::Iterator { Iterator() { } };


-- 


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


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

* [Bug c++/21976] Incomplete types are not detected at template definition time
       [not found] <bug-21976-4@http.gcc.gnu.org/bugzilla/>
  2013-09-25  2:06 ` paolo.carlini at oracle dot com
@ 2023-02-03 23:49 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-02-03 23:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug c++/21976] Incomplete types are not detected at template definition time
       [not found] <bug-21976-4@http.gcc.gnu.org/bugzilla/>
@ 2013-09-25  2:06 ` paolo.carlini at oracle dot com
  2023-02-03 23:49 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-09-25  2:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
                 CC|gcc-bugs at gcc dot gnu.org        |
      Known to fail|                            |


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

* [Bug c++/21976] Incomplete types are not detected at template definition time
  2005-06-09  9:22 [Bug c++/21976] New: " giovannibajo at libero dot it
  2005-06-09  9:24 ` [Bug c++/21976] " mw_adtrap at yahoo dot de
@ 2005-06-09 14:27 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-09 14:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-09 14:27 -------
Obvious reduced testcase is the following:
struct A;
template <int> void
f (void) {A b;}



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


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


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

* [Bug c++/21976] Incomplete types are not detected at template definition time
  2005-06-09  9:22 [Bug c++/21976] New: " giovannibajo at libero dot it
@ 2005-06-09  9:24 ` mw_adtrap at yahoo dot de
  2005-06-09 14:27 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: mw_adtrap at yahoo dot de @ 2005-06-09  9:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mw_adtrap at yahoo dot de


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


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

end of thread, other threads:[~2023-02-03 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21976-253@http.gcc.gnu.org/bugzilla/>
2006-10-19 17:34 ` [Bug c++/21976] Incomplete types are not detected at template definition time ppluzhnikov at charter dot net
     [not found] <bug-21976-4@http.gcc.gnu.org/bugzilla/>
2013-09-25  2:06 ` paolo.carlini at oracle dot com
2023-02-03 23:49 ` pinskia at gcc dot gnu.org
2005-06-09  9:22 [Bug c++/21976] New: " giovannibajo at libero dot it
2005-06-09  9:24 ` [Bug c++/21976] " mw_adtrap at yahoo dot de
2005-06-09 14:27 ` pinskia at gcc dot gnu 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).