public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
@ 2003-06-18 13:56 ariser at pilotomie dot de
  2003-06-18 13:59 ` [Bug c++/11236] " ariser at pilotomie dot de
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: ariser at pilotomie dot de @ 2003-06-18 13:56 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=11236

           Summary: g++ (cc1plus) crashes after heavy memory consumption,
                    after error: statement cannot resolve overloaded
                    function.
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ariser@pilotomie.de
                CC: gcc-bugs@gcc.gnu.org
  GCC host triplet: i386 Linux Debian/sarge
GCC target triplet: i386 Linux Debian/sarge

When I try to compile a certain file (this file itself is full of vermin) the
compiler throws the following error:

kalib.cpp: In constructor `Kalib::Kalib(const Kalib::Anordnung&, const 
   Kalib::Parameter_rest&, const std::string&)':
kalib.cpp:51: error: statement cannot resolve address of overloaded function

After that the process (cc1plus) gets heavily bloated and gets killed after a
short time.


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

* [Bug c++/11236] g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
@ 2003-06-18 13:59 ` ariser at pilotomie dot de
  2003-06-18 14:02 ` ariser at pilotomie dot de
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ariser at pilotomie dot de @ 2003-06-18 13:59 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=11236



------- Additional Comments From ariser at pilotomie dot de  2003-06-18 13:59 -------
Created an attachment (id=4242)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4242&action=view)
The most important informations about the bug.

Informations contained by this file are following the bug reporting guidelines
for gcc.


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

* [Bug c++/11236] g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
  2003-06-18 13:59 ` [Bug c++/11236] " ariser at pilotomie dot de
@ 2003-06-18 14:02 ` ariser at pilotomie dot de
  2003-06-18 14:09 ` ariser at pilotomie dot de
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ariser at pilotomie dot de @ 2003-06-18 14:02 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=11236



------- Additional Comments From ariser at pilotomie dot de  2003-06-18 14:02 -------
Created an attachment (id=4243)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4243&action=view)
The preprocessed file, kalib.ii, compressed with bzip2

This file was generated during the compilation process of "kalib.cpp" and a
bunch of header files. The compilation failed.


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

* [Bug c++/11236] g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
  2003-06-18 13:59 ` [Bug c++/11236] " ariser at pilotomie dot de
  2003-06-18 14:02 ` ariser at pilotomie dot de
@ 2003-06-18 14:09 ` ariser at pilotomie dot de
  2003-06-18 14:21 ` pinskia at physics dot uc dot edu
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ariser at pilotomie dot de @ 2003-06-18 14:09 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=11236



------- Additional Comments From ariser at pilotomie dot de  2003-06-18 14:09 -------
I included two files.
One file containing the very circumstances and the other the preprocessed code.

In any case there are bugs in my personal code (kalib.cpp, .h etc.). So if my
software was bugfree the problem probably would not emerge. 


(It is very difficult for me to change to develeper versions of gcc, because I'm
to stupid.)


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

* [Bug c++/11236] g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (2 preceding siblings ...)
  2003-06-18 14:09 ` ariser at pilotomie dot de
@ 2003-06-18 14:21 ` pinskia at physics dot uc dot edu
  2003-06-18 14:55 ` ariser at pilotomie dot de
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-18 14: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=11236


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-18 14:21:19
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-18 14:21 -------
I can confirm this on 3.3.1 (20030616), it was copy_body at the time it dies on my 
computer.


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

* [Bug c++/11236] g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (3 preceding siblings ...)
  2003-06-18 14:21 ` pinskia at physics dot uc dot edu
@ 2003-06-18 14:55 ` ariser at pilotomie dot de
  2003-06-22  1:46 ` [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function pinskia at physics dot uc dot edu
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ariser at pilotomie dot de @ 2003-06-18 14:55 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=11236


ariser at pilotomie dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


------- Additional Comments From ariser at pilotomie dot de  2003-06-18 14:55 -------
I managed to isolate the problem a bit:

The error-message "cannot resolve address of overloaded function" was caused by
the following bug in my code:

Inside the mentioned constructor, I called:

set_IDs;

and forgot the "()"

After inserting the brackets the error was gone and so was the bug.
If there is enough time for me besides my project I'll try to reproduce the bug
with plain sourcecode with only the mantrap.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (4 preceding siblings ...)
  2003-06-18 14:55 ` ariser at pilotomie dot de
@ 2003-06-22  1:46 ` pinskia at physics dot uc dot edu
  2003-06-23 16:22 ` pinskia at physics dot uc dot edu
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-22  1:46 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=11236


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.1                       |3.3.2


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (5 preceding siblings ...)
  2003-06-22  1:46 ` [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function pinskia at physics dot uc dot edu
@ 2003-06-23 16:22 ` pinskia at physics dot uc dot edu
  2003-07-01  0:06 ` reichelt at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-23 16:22 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=11236


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.3.1


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-23 16:22 -------
Moving target back to 3.3.1.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (6 preceding siblings ...)
  2003-06-23 16:22 ` pinskia at physics dot uc dot edu
@ 2003-07-01  0:06 ` reichelt at gcc dot gnu dot org
  2003-07-01  0:17 ` reichelt at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-07-01  0:06 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=11236


reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-07-01 00:06 -------
The compiler consumes all memory before crashing.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (7 preceding siblings ...)
  2003-07-01  0:06 ` reichelt at gcc dot gnu dot org
@ 2003-07-01  0:17 ` reichelt at gcc dot gnu dot org
  2003-07-13 19:10 ` pinskia at physics dot uc dot edu
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-07-01  0:17 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=11236


reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-07-01 00:17 -------
Sorry, didn't want to close it.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (8 preceding siblings ...)
  2003-07-01  0:17 ` reichelt at gcc dot gnu dot org
@ 2003-07-13 19:10 ` pinskia at physics dot uc dot edu
  2003-07-31 19:58 ` janis187 at us dot ibm dot com
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-13 19:10 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=11236


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW
 GCC target triplet|i386 Linux Debian/sarge     |i386-pc-linux-gnu
   Target Milestone|3.3.1                       |3.3.2


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-13 19:10 -------
I can confirm this on 3.3.1 (20030707).
Here is the backtrace of where it gets stuck:
walk_tree
....
#3511 0x0828cc43 in walk_tree (tp=0xbffeb774, func=0x828b870 <copy_body_r>, 
data=0xbffeb790, htab_=0x0) at ../../gcc/tree-inline.c:1627
#3512 0x0828bb57 in copy_body (id=0x0) at ../../gcc/tree-inline.c:591
#3513 0x0828ca5e in clone_body (clone=0x4009435c, fn=0x19, arg_map=0xbffeb790) 
at ../../gcc/tree-inline.c:1517
#3514 0x080c5056 in maybe_clone_body (fn=0x4008f8c0) at ../../gcc/cp/optimize.c:259
#3515 0x080bfc4f in expand_body (fn=0x4008f8c0) at ../../gcc/cp/semantics.c:2328


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (9 preceding siblings ...)
  2003-07-13 19:10 ` pinskia at physics dot uc dot edu
@ 2003-07-31 19:58 ` janis187 at us dot ibm dot com
  2003-07-31 20:45 ` janis187 at us dot ibm dot com
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: janis187 at us dot ibm dot com @ 2003-07-31 19:58 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=11236


janis187 at us dot ibm dot com changed:

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


------- Additional Comments From janis187 at us dot ibm dot com  2003-07-31 19:58 -------
The regression in PR 11236 was introduced or exposed by this large patch:
--- gcc/gcc/cp/ChangeLog ---

2002-08-07  Mark Mitchell  <mark@codesourcery.com>

        Rework build_component_ref.
        ...

The regression hunt took place on i686-pc-linux-gnu using the
small test case from comment #6 compiled with -gstabs.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (10 preceding siblings ...)
  2003-07-31 19:58 ` janis187 at us dot ibm dot com
@ 2003-07-31 20:45 ` janis187 at us dot ibm dot com
  2003-10-16 19:07 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: janis187 at us dot ibm dot com @ 2003-07-31 20:45 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=11236



------- Additional Comments From janis187 at us dot ibm dot com  2003-07-31 20:45 -------
The regression in PR 11236, which still exists in the 3.3 branch, is fixed
(or the test magically starts passing) on mainline with this patch:

--- gcc/gcc/cp/ChangeLog ---

2003-01-17  Mark Mitchell  <mark@codesourcery.com>

        PR c++/9294
        * cp-tree.def (BASELINK): Make it class 'x', not class 'e'.
        * cp-tree.h (BASELINK_BINFO): Adjust.
        (BASELINK_FUNCTIONS): Likewise.
        (BASELINK_ACCESS_BINFO): Likewise.
        (tree_baselink): New structure.
        (cp_tree_node_structure_enum): Add TS_CP_BASELINK.
        (lang_tree_node): Add baselink.
        * decl.c (cp_tree_node_structure): Add BASELINK case.
        * search.c (build_baselink): Adjust.
        * tree.c (cp_walk_subtrees): Add BASELINK case.  Remove BASELINK_P
        test from TREE_LIST case.

        PR c++/9272
        * parser.c (cp_parser_constructor_declarator_p): Do not assume
        that a constructor cannot be declared outside of its own class.

        * parser.c (cp_parser_resolve_typename_type): If the scope cannot
        be resolved, neither can the qualified name.

        * rtti.c (get_pseudo_ti_desc): Fix thinko.

The hunt took place on i686-pc-linux-gnu using the small test case from
comment #6 compiled with -gstabs.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (11 preceding siblings ...)
  2003-07-31 20:45 ` janis187 at us dot ibm dot com
@ 2003-10-16 19:07 ` mmitchel at gcc dot gnu dot org
  2003-10-19 23:11 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-10-16 19:07 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=11236


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.3.3


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-10-16 19:07 -------
Postponed until GCC 3.3.3.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (12 preceding siblings ...)
  2003-10-16 19:07 ` mmitchel at gcc dot gnu dot org
@ 2003-10-19 23:11 ` pinskia at gcc dot gnu dot org
  2004-12-20  1:29 ` reichelt at gcc dot gnu dot org
  2004-12-20  1:29 ` reichelt at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-19 23:11 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=11236


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.3.3                       |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-19 22:25 -------
Since this is an error recovery problem which is fixed on the mainline, closing as fixed for 
3.4.


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (14 preceding siblings ...)
  2004-12-20  1:29 ` reichelt at gcc dot gnu dot org
@ 2004-12-20  1:29 ` reichelt at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-12-20  1:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-12-20 01:29 -------
Reopen ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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

* [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function
  2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
                   ` (13 preceding siblings ...)
  2003-10-19 23:11 ` pinskia at gcc dot gnu dot org
@ 2004-12-20  1:29 ` reichelt at gcc dot gnu dot org
  2004-12-20  1:29 ` reichelt at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-12-20  1:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-12-20 01:29 -------
... to mark as duplicate of PR17456.

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

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


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


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

end of thread, other threads:[~2004-12-20  1:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-18 13:56 [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function ariser at pilotomie dot de
2003-06-18 13:59 ` [Bug c++/11236] " ariser at pilotomie dot de
2003-06-18 14:02 ` ariser at pilotomie dot de
2003-06-18 14:09 ` ariser at pilotomie dot de
2003-06-18 14:21 ` pinskia at physics dot uc dot edu
2003-06-18 14:55 ` ariser at pilotomie dot de
2003-06-22  1:46 ` [Bug c++/11236] [3.3 regression] ICE (segfault) with a statement containing only the name of a member function pinskia at physics dot uc dot edu
2003-06-23 16:22 ` pinskia at physics dot uc dot edu
2003-07-01  0:06 ` reichelt at gcc dot gnu dot org
2003-07-01  0:17 ` reichelt at gcc dot gnu dot org
2003-07-13 19:10 ` pinskia at physics dot uc dot edu
2003-07-31 19:58 ` janis187 at us dot ibm dot com
2003-07-31 20:45 ` janis187 at us dot ibm dot com
2003-10-16 19:07 ` mmitchel at gcc dot gnu dot org
2003-10-19 23:11 ` pinskia at gcc dot gnu dot org
2004-12-20  1:29 ` reichelt at gcc dot gnu dot org
2004-12-20  1:29 ` reichelt 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).