public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18634] New: ICE
@ 2004-11-23 23:08 igodard at pacbell dot net
  2004-11-23 23:09 ` [Bug c++/18634] ICE igodard at pacbell dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: igodard at pacbell dot net @ 2004-11-23 23:08 UTC (permalink / raw)
  To: gcc-bugs

 

-- 
           Summary: ICE
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: igodard at pacbell dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/18634] ICE
  2004-11-23 23:08 [Bug c++/18634] New: ICE igodard at pacbell dot net
@ 2004-11-23 23:09 ` igodard at pacbell dot net
  2004-11-23 23:13 ` igodard at pacbell dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: igodard at pacbell dot net @ 2004-11-23 23:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From igodard at pacbell dot net  2004-11-23 23:09 -------
Created an attachment (id=7589)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7589&action=view)
Compiler output (-v -save-temps)


-- 


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


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

* [Bug c++/18634] ICE
  2004-11-23 23:08 [Bug c++/18634] New: ICE igodard at pacbell dot net
  2004-11-23 23:09 ` [Bug c++/18634] ICE igodard at pacbell dot net
@ 2004-11-23 23:13 ` igodard at pacbell dot net
  2004-11-23 23:19 ` [Bug c++/18634] out of memory pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: igodard at pacbell dot net @ 2004-11-23 23:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From igodard at pacbell dot net  2004-11-23 23:13 -------
Created an attachment (id=7590)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7590&action=view)
Source code (-save-temps) (compressed)


-- 


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


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

* [Bug c++/18634] out of memory
  2004-11-23 23:08 [Bug c++/18634] New: ICE igodard at pacbell dot net
  2004-11-23 23:09 ` [Bug c++/18634] ICE igodard at pacbell dot net
  2004-11-23 23:13 ` igodard at pacbell dot net
@ 2004-11-23 23:19 ` pinskia at gcc dot gnu dot org
  2004-11-23 23:31 ` pinskia at gcc dot gnu dot org
  2004-11-23 23:39 ` igodard at pacbell dot net
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-23 23:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-23 23:19 -------
g++: Internal error: Killed (program cc1plus)
Means that the cc1plus ran out of memory.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |memory-hog
            Summary|ICE                         |out of memory


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


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

* [Bug c++/18634] out of memory
  2004-11-23 23:08 [Bug c++/18634] New: ICE igodard at pacbell dot net
                   ` (2 preceding siblings ...)
  2004-11-23 23:19 ` [Bug c++/18634] out of memory pinskia at gcc dot gnu dot org
@ 2004-11-23 23:31 ` pinskia at gcc dot gnu dot org
  2004-11-23 23:39 ` igodard at pacbell dot net
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-23 23:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-23 23:31 -------
With the mainline I get errors:
/home/ivan/ootbc/common/include/powerset.hh: In instantiation of 'powerset<size_t, 
standardAllocator>':
/home/ivan/ootbc/common/include/display.hh:433:   instantiated from here
/home/ivan/ootbc/common/include/powerset.hh:120: error: template parameter 'template<class> 
class alloc'
/home/ivan/ootbc/common/include/powerset.hh:134: error: redeclared here as 'template<class E, 
template<class> class alloc> template<class> class A2'
/home/ivan/ootbc/common/include/powerset.hh: In instantiation of 'powerset<size_t, 
standardAllocator>::iterator':
/home/ivan/ootbc/common/include/display.hh:498:   instantiated from here
/home/ivan/ootbc/common/include/powerset.hh:120: error: template parameter 'template<class> 
class alloc'
/home/ivan/ootbc/common/include/powerset.hh:209: error: redeclared here as 'template<class E, 
template<class> class alloc> template<class> class A2'
/home/ivan/ootbc/common/include/pile.hh: In destructor 'pileBase::~pileBase()':
/home/ivan/ootbc/common/include/pile.hh:125: error: ISO C++ says that these are ambiguous, even 
though the worst conversion for the first is better than the worst conversion for the second:
/home/ivan/ootbc/common/include/comtype.hh:264: note: candidate 1: bool operator!=(const T*, 
nil_t) [with T = block]
/home/ivan/ootbc/common/include/pile.hh:125: note: candidate 2: operator!=(block*, block*) <built-
in>
/home/ivan/ootbc/common/include/pile.hh:130: error: ISO C++ says that these are ambiguous, even 
though the worst conversion for the first is better than the worst conversion for the second:


-- 


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


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

* [Bug c++/18634] out of memory
  2004-11-23 23:08 [Bug c++/18634] New: ICE igodard at pacbell dot net
                   ` (3 preceding siblings ...)
  2004-11-23 23:31 ` pinskia at gcc dot gnu dot org
@ 2004-11-23 23:39 ` igodard at pacbell dot net
  4 siblings, 0 replies; 6+ messages in thread
From: igodard at pacbell dot net @ 2004-11-23 23:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From igodard at pacbell dot net  2004-11-23 23:39 -------
Problem goes away with more swap space

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


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


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

end of thread, other threads:[~2004-11-23 23:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-23 23:08 [Bug c++/18634] New: ICE igodard at pacbell dot net
2004-11-23 23:09 ` [Bug c++/18634] ICE igodard at pacbell dot net
2004-11-23 23:13 ` igodard at pacbell dot net
2004-11-23 23:19 ` [Bug c++/18634] out of memory pinskia at gcc dot gnu dot org
2004-11-23 23:31 ` pinskia at gcc dot gnu dot org
2004-11-23 23:39 ` igodard at pacbell dot net

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