--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-19 18:34 ---
Yep it is a dup:
templateclass al>
void slist::merge(slist& l) {
node_type* cursor = before_begin().iter;
while(cursor->next != nil && !l.empty()) {
if (l.head->val < cursor->next->val)
*** This bug ha
--- 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
--- 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
--- 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