public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/20549] New: ICE
@ 2005-03-19  8:46 igodard at pacbell dot net
  2005-03-19  8:47 ` [Bug c++/20549] ICE igodard at pacbell dot net
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: igodard at pacbell dot net @ 2005-03-19  8:46 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=20549


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

* [Bug c++/20549] ICE
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
@ 2005-03-19  8:47 ` igodard at pacbell dot net
  2005-03-19  8:48 ` igodard at pacbell dot net
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: igodard at pacbell dot net @ 2005-03-19  8:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From igodard at pacbell dot net  2005-03-19 08:47 -------
Created an attachment (id=8421)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8421&action=view)
compiler output (-v)


-- 


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


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

* [Bug c++/20549] ICE
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
  2005-03-19  8:47 ` [Bug c++/20549] ICE igodard at pacbell dot net
@ 2005-03-19  8:48 ` igodard at pacbell dot net
  2005-03-19 12:56 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: igodard at pacbell dot net @ 2005-03-19  8:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From igodard at pacbell dot net  2005-03-19 08:48 -------
Created an attachment (id=8422)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8422&action=view)
source code (-save-temps, compressed)


-- 


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


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

* [Bug c++/20549] ICE
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
  2005-03-19  8:47 ` [Bug c++/20549] ICE igodard at pacbell dot net
  2005-03-19  8:48 ` igodard at pacbell dot net
@ 2005-03-19 12:56 ` pinskia at gcc dot gnu dot org
  2005-03-19 13:30 ` [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE on invalid code, typename outside of a template pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-19 12:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8421|application/octet-stream    |text/plain
          mime type|                            |


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


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

* [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE on invalid code, typename outside of a template
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
                   ` (2 preceding siblings ...)
  2005-03-19 12:56 ` pinskia at gcc dot gnu dot org
@ 2005-03-19 13:30 ` pinskia at gcc dot gnu dot org
  2005-03-20 14:01 ` [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code lerdsuwa at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-19 13:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-19 13:30 -------
Reduced testcase:
template<typename t1, typename t2>
  t1 unique(t1 v1, t1 v2, t2 v3){}
struct row
{
  int begin() const ;
  int end() const;
};
template<int s>
void popSlot()
{
  row ops;
  unique(ops.begin, ops.end);
}


This is invalid code.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-19 13:30:30
               date|                            |
            Summary|ICE                         |[3.4/4.0/4.1 Regression] ICE
                   |                            |on invalid code, typename
                   |                            |outside of a template
   Target Milestone|---                         |3.4.4


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


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

* [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
                   ` (3 preceding siblings ...)
  2005-03-19 13:30 ` [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE on invalid code, typename outside of a template pinskia at gcc dot gnu dot org
@ 2005-03-20 14:01 ` lerdsuwa at gcc dot gnu dot org
  2005-03-24 18:10 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2005-03-20 14:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-03-20 14:00 -------
Here is the error message:

pr20549.C: In function 'void popSlot()':
pr20549.C:12: internal compiler error: in resolve_overloaded_unification, at
cp/pt.c:9579
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4/4.0/4.1 Regression] ICE|[3.4/4.0/4.1 Regression] ICE
                   |on invalid code,            |in
                   |                            |resolve_overloaded_unificati
                   |                            |on on invalid code


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


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

* [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
                   ` (4 preceding siblings ...)
  2005-03-20 14:01 ` [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code lerdsuwa at gcc dot gnu dot org
@ 2005-03-24 18:10 ` pinskia at gcc dot gnu dot org
  2005-05-19 17:44 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-24 18:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-24 18:10 -------
: Search converges between 2003-07-08-trunk (#288) and 2003-07-09-trunk (#289).

-- 


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


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

* [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
                   ` (5 preceding siblings ...)
  2005-03-24 18:10 ` pinskia at gcc dot gnu dot org
@ 2005-05-19 17:44 ` mmitchel at gcc dot gnu dot org
  2005-07-22 21:15 ` pinskia at gcc dot gnu dot org
  2005-07-25 13:22 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

* [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
                   ` (6 preceding siblings ...)
  2005-05-19 17:44 ` mmitchel at gcc dot gnu dot org
@ 2005-07-22 21:15 ` pinskia at gcc dot gnu dot org
  2005-07-25 13:22 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 21:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 21:13 -------
Moving to 4.0.2 pre Mark.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |4.0.2


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


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

* [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code
  2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
                   ` (7 preceding siblings ...)
  2005-07-22 21:15 ` pinskia at gcc dot gnu dot org
@ 2005-07-25 13:22 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-07-25 13:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-25 13:22 -------


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

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


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


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

end of thread, other threads:[~2005-07-25 13:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-19  8:46 [Bug c++/20549] New: ICE igodard at pacbell dot net
2005-03-19  8:47 ` [Bug c++/20549] ICE igodard at pacbell dot net
2005-03-19  8:48 ` igodard at pacbell dot net
2005-03-19 12:56 ` pinskia at gcc dot gnu dot org
2005-03-19 13:30 ` [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE on invalid code, typename outside of a template pinskia at gcc dot gnu dot org
2005-03-20 14:01 ` [Bug c++/20549] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification on invalid code lerdsuwa at gcc dot gnu dot org
2005-03-24 18:10 ` pinskia at gcc dot gnu dot org
2005-05-19 17:44 ` mmitchel at gcc dot gnu dot org
2005-07-22 21:15 ` pinskia at gcc dot gnu dot org
2005-07-25 13:22 ` 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).