public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/24939]  New: operator< in middle of expression is parsed as template
@ 2005-11-19 10:11 igodard at pacbell dot net
  2005-11-19 10:11 ` [Bug c++/24939] " igodard at pacbell dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: igodard at pacbell dot net @ 2005-11-19 10:11 UTC (permalink / raw)
  To: gcc-bugs




-- 
           Summary: operator< in middle of expression is parsed as template
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: igodard at pacbell dot net


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


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

* [Bug c++/24939] operator< in middle of expression is parsed as template
  2005-11-19 10:11 [Bug c++/24939] New: operator< in middle of expression is parsed as template igodard at pacbell dot net
@ 2005-11-19 10:11 ` igodard at pacbell dot net
  2005-11-19 10:12 ` igodard at pacbell dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: igodard at pacbell dot net @ 2005-11-19 10:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from igodard at pacbell dot net  2005-11-19 10:11 -------
Created an attachment (id=10290)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10290&action=view)
compiler output


-- 


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


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

* [Bug c++/24939] operator< in middle of expression is parsed as template
  2005-11-19 10:11 [Bug c++/24939] New: operator< in middle of expression is parsed as template igodard at pacbell dot net
  2005-11-19 10:11 ` [Bug c++/24939] " igodard at pacbell dot net
@ 2005-11-19 10:12 ` igodard at pacbell dot net
  2005-11-19 18:31 ` pinskia at gcc dot gnu dot org
  2005-11-19 18:34 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: igodard at pacbell dot net @ 2005-11-19 10:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from igodard at pacbell dot net  2005-11-19 10:12 -------
Created an attachment (id=10291)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10291&action=view)
source code (compressed)


-- 


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


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

* [Bug c++/24939] operator< in middle of expression is parsed as template
  2005-11-19 10:11 [Bug c++/24939] New: operator< in middle of expression is parsed as template igodard at pacbell dot net
  2005-11-19 10:11 ` [Bug c++/24939] " igodard at pacbell dot net
  2005-11-19 10:12 ` igodard at pacbell dot net
@ 2005-11-19 18:31 ` pinskia at gcc dot gnu dot org
  2005-11-19 18:34 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-19 18:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-19 18:31 -------
I think this is a dup of your older bug, PR 20308.


-- 


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


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

* [Bug c++/24939] operator< in middle of expression is parsed as template
  2005-11-19 10:11 [Bug c++/24939] New: operator< in middle of expression is parsed as template igodard at pacbell dot net
                   ` (2 preceding siblings ...)
  2005-11-19 18:31 ` pinskia at gcc dot gnu dot org
@ 2005-11-19 18:34 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-19 18:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-11-19 18:34 -------
Yep it is a dup:
template<typename T, template<typename>class al>
void slist<T, al>::merge(slist<T, al>& l) {
    node_type* cursor = before_begin().iter;
    while(cursor->next != nil && !l.empty()) {
     if (l.head->val < cursor->next->val)


*** This bug has been marked as a duplicate of 20308 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-11-19 18:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-19 10:11 [Bug c++/24939] New: operator< in middle of expression is parsed as template igodard at pacbell dot net
2005-11-19 10:11 ` [Bug c++/24939] " igodard at pacbell dot net
2005-11-19 10:12 ` igodard at pacbell dot net
2005-11-19 18:31 ` pinskia at gcc dot gnu dot org
2005-11-19 18:34 ` 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).