public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006
@ 2004-03-01 18:09 jbuck at gcc dot gnu dot org
  2004-03-01 18:10 ` [Bug c++/14368] " jbuck at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2004-03-01 18:09 UTC (permalink / raw)
  To: gcc-bugs

>From gavinband@tiscali.co.uk:

The attached program causes an ICE in GCC 3.3.3:

test.cxx: In function `int main()':
test.cxx:12: internal compiler error: in lookup_template_function, at cp/pt.c:
   4013

The 3.4 branch gives a diagnostic:

test.cxx: In function `int main()':
test.cxx:12: error: expected init-declarator before '<' token
test.cxx:12: error: expected `,' or `;' before '<' token

-- 
           Summary: ICE in lookup_template_function, at cp/pt.c:4006
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jbuck at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/14368] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
@ 2004-03-01 18:10 ` jbuck at gcc dot gnu dot org
  2004-03-01 18:13 ` jbuck at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2004-03-01 18:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jbuck at gcc dot gnu dot org  2004-03-01 18:10 -------
Created an attachment (id=5832)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5832&action=view)
test case


-- 


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


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

* [Bug c++/14368] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
  2004-03-01 18:10 ` [Bug c++/14368] " jbuck at gcc dot gnu dot org
@ 2004-03-01 18:13 ` jbuck at gcc dot gnu dot org
  2004-03-01 18:29 ` giovannibajo at libero dot it
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2004-03-01 18:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jbuck at gcc dot gnu dot org  2004-03-01 18:13 -------
Apparently not a regression, all older releases tried get an ICE.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |2.95.3 3.2.3 3.3.3
      Known to work|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-01 18:13:58
               date|                            |


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


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

* [Bug c++/14368] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
  2004-03-01 18:10 ` [Bug c++/14368] " jbuck at gcc dot gnu dot org
  2004-03-01 18:13 ` jbuck at gcc dot gnu dot org
@ 2004-03-01 18:29 ` giovannibajo at libero dot it
  2004-03-01 18:38 ` gdr at integrable-solutions dot net
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: giovannibajo at libero dot it @ 2004-03-01 18:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-03-01 18:29 -------
Joe, our policy says that non-regression bugs which are fixed in later versions 
should be closed as fixed. Is there any specific reason why you want to keep 
this open?

-- 


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


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

* [Bug c++/14368] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-03-01 18:29 ` giovannibajo at libero dot it
@ 2004-03-01 18:38 ` gdr at integrable-solutions dot net
  2004-03-01 18:55 ` [Bug c++/14368] [3.3 only] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdr at integrable-solutions dot net @ 2004-03-01 18:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at integrable-solutions dot net  2004-03-01 18:38 -------
Subject: Re:  ICE in lookup_template_function, at cp/pt.c:4006

"giovannibajo at libero dot it" <gcc-bugzilla@gcc.gnu.org> writes:

| Joe, our policy says that non-regression bugs which are fixed in later versions 
| should be closed as fixed. Is there any specific reason why you want to keep 
| this open?

If the fix can be easily identified then I would be interested in
seeing whether I can backport a patch to 3.3.4.

-- Gaby


-- 


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


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

* [Bug c++/14368] [3.3 only] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-03-01 18:38 ` gdr at integrable-solutions dot net
@ 2004-03-01 18:55 ` pinskia at gcc dot gnu dot org
  2004-03-01 21:34 ` jbuck at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-01 18:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.4.0                       |3.4.0 3.5.0
            Summary|ICE in                      |[3.3 only] ICE in
                   |lookup_template_function, at|lookup_template_function, at
                   |cp/pt.c:4006                |cp/pt.c:4006
   Target Milestone|---                         |3.3.4


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


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

* [Bug c++/14368] [3.3 only] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-03-01 18:55 ` [Bug c++/14368] [3.3 only] " pinskia at gcc dot gnu dot org
@ 2004-03-01 21:34 ` jbuck at gcc dot gnu dot org
  2004-03-02  1:31 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2004-03-01 21:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jbuck at gcc dot gnu dot org  2004-03-01 21:34 -------
3.4 has a complete parser rewrite, so it is doubtful that there will be a "fix"
that can be backported: this is likely to be a flaw in the old parser that 
doesn't exist in the new parser.  So, given that it's not a regression and that
it doesn't affect legal code, maybe it is best to just mark this one as "fixed
in 3.4.0".


-- 


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


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

* [Bug c++/14368] [3.3 only] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-03-01 21:34 ` jbuck at gcc dot gnu dot org
@ 2004-03-02  1:31 ` pinskia at gcc dot gnu dot org
  2004-03-02 13:49 ` gdr at gcc dot gnu dot org
  2004-03-02 13:50 ` gdr at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-02  1:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-02 01:31 -------
Fixed for 3.4.0 then.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.3.4                       |3.4.0


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


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

* [Bug c++/14368] [3.3 only] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-03-02  1:31 ` pinskia at gcc dot gnu dot org
@ 2004-03-02 13:49 ` gdr at gcc dot gnu dot org
  2004-03-02 13:50 ` gdr at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-03-02 13:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2004-03-02 13:49 -------
Fixed in 3.3.4 too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.3.4


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


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

* [Bug c++/14368] [3.3 only] ICE in lookup_template_function, at cp/pt.c:4006
  2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-03-02 13:49 ` gdr at gcc dot gnu dot org
@ 2004-03-02 13:50 ` gdr at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-03-02 13:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2004-03-02 13:50 -------
Gloops, operator error.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.4                       |3.4.0


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


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

end of thread, other threads:[~2004-03-02 13:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-01 18:09 [Bug c++/14368] New: ICE in lookup_template_function, at cp/pt.c:4006 jbuck at gcc dot gnu dot org
2004-03-01 18:10 ` [Bug c++/14368] " jbuck at gcc dot gnu dot org
2004-03-01 18:13 ` jbuck at gcc dot gnu dot org
2004-03-01 18:29 ` giovannibajo at libero dot it
2004-03-01 18:38 ` gdr at integrable-solutions dot net
2004-03-01 18:55 ` [Bug c++/14368] [3.3 only] " pinskia at gcc dot gnu dot org
2004-03-01 21:34 ` jbuck at gcc dot gnu dot org
2004-03-02  1:31 ` pinskia at gcc dot gnu dot org
2004-03-02 13:49 ` gdr at gcc dot gnu dot org
2004-03-02 13:50 ` gdr 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).