public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11199] New: template
@ 2003-06-15 23:49 ivan@e-fulgent.com
  2003-06-15 23:50 ` [Bug c++/11199] template ivan@e-fulgent.com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ivan@e-fulgent.com @ 2003-06-15 23:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: template
           Product: gcc
           Version: 3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ivan@e-fulgent.com
                CC: gcc-bugs@gcc.gnu.org

template <int size>
	struct set {
		bitset<size> set;
	};

/// OS: Windows XP (cygwin), gcc 3.2 (prerelease) 20020927


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

* [Bug c++/11199] template
  2003-06-15 23:49 [Bug c++/11199] New: template ivan@e-fulgent.com
@ 2003-06-15 23:50 ` ivan@e-fulgent.com
  2003-06-15 23:54 ` pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ivan@e-fulgent.com @ 2003-06-15 23:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ivan@e-fulgent.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|template                    |template


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

* [Bug c++/11199] template
  2003-06-15 23:49 [Bug c++/11199] New: template ivan@e-fulgent.com
  2003-06-15 23:50 ` [Bug c++/11199] template ivan@e-fulgent.com
@ 2003-06-15 23:54 ` pinskia@physics.uc.edu
  2003-07-29 20:21 ` pinskia at physics dot uc dot edu
  2003-07-31 16:52 ` pinskia at physics dot uc dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-15 23:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-06-15 23:54 -------
You cannot have a variable of a struct with the same name as the struct.
Also can you provide a full source, not a snip.  Also what is the problem you are having?


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

* [Bug c++/11199] template
  2003-06-15 23:49 [Bug c++/11199] New: template ivan@e-fulgent.com
  2003-06-15 23:50 ` [Bug c++/11199] template ivan@e-fulgent.com
  2003-06-15 23:54 ` pinskia@physics.uc.edu
@ 2003-07-29 20:21 ` pinskia at physics dot uc dot edu
  2003-07-31 16:52 ` pinskia at physics dot uc dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 20:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug c++/11199] template
  2003-06-15 23:49 [Bug c++/11199] New: template ivan@e-fulgent.com
                   ` (2 preceding siblings ...)
  2003-07-29 20:21 ` pinskia at physics dot uc dot edu
@ 2003-07-31 16:52 ` pinskia at physics dot uc dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-31 16:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-31 16:52 -------
The code is invalide as you cannot have a class variable named the same as the class.


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

end of thread, other threads:[~2003-07-31 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-15 23:49 [Bug c++/11199] New: template ivan@e-fulgent.com
2003-06-15 23:50 ` [Bug c++/11199] template ivan@e-fulgent.com
2003-06-15 23:54 ` pinskia@physics.uc.edu
2003-07-29 20:21 ` pinskia at physics dot uc dot edu
2003-07-31 16:52 ` pinskia at physics dot uc dot edu

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).