public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16073] New: ICE
@ 2004-06-19 10:15 igodard at pacbell dot net
  2004-06-19 16:24 ` [Bug c++/16073] [3.4 Regression] ICE on invalid code pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: igodard at pacbell dot net @ 2004-06-19 10:15 UTC (permalink / raw)
  To: gcc-bugs

Test case:

template<typename T>
struct  A {
    template<int n>
    struct B {
        void Foo();
        };
    };

template<typename T>
void A<T>::B::Foo() {};

template<typename T>
template<>
void A<T>::B<1>::Foo(){};

int main() {
    return 0;
    }

-- 
           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=16073


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

* [Bug c++/16073] [3.4 Regression] ICE on invalid code
  2004-06-19 10:15 [Bug c++/16073] New: ICE igodard at pacbell dot net
@ 2004-06-19 16:24 ` pinskia at gcc dot gnu dot org
  2004-06-19 19:38 ` bangerth at dealii dot org
  2004-07-01 21:00 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-19 16:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-19 16:24 -------
I can confirm this in 3.4.0 and not in 3.5.0 but it is still a regression, I do not have a compiler from the 
3.4 branch to know if it is fixed on the branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
      Known to fail|                            |3.4.0
      Known to work|                            |3.5.0 3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-19 16:24:13
               date|                            |
            Summary|ICE                         |[3.4 Regression] ICE on
                   |                            |invalid code
   Target Milestone|---                         |3.4.2


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


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

* [Bug c++/16073] [3.4 Regression] ICE on invalid code
  2004-06-19 10:15 [Bug c++/16073] New: ICE igodard at pacbell dot net
  2004-06-19 16:24 ` [Bug c++/16073] [3.4 Regression] ICE on invalid code pinskia at gcc dot gnu dot org
@ 2004-06-19 19:38 ` bangerth at dealii dot org
  2004-07-01 21:00 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bangerth at dealii dot org @ 2004-06-19 19:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-06-19 19:38 -------
Yes, this is fixed on the 3.4 branch. 
 
W. 

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


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


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

* [Bug c++/16073] [3.4 Regression] ICE on invalid code
  2004-06-19 10:15 [Bug c++/16073] New: ICE igodard at pacbell dot net
  2004-06-19 16:24 ` [Bug c++/16073] [3.4 Regression] ICE on invalid code pinskia at gcc dot gnu dot org
  2004-06-19 19:38 ` bangerth at dealii dot org
@ 2004-07-01 21:00 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-01 21:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.1


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


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

end of thread, other threads:[~2004-07-01 21:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-19 10:15 [Bug c++/16073] New: ICE igodard at pacbell dot net
2004-06-19 16:24 ` [Bug c++/16073] [3.4 Regression] ICE on invalid code pinskia at gcc dot gnu dot org
2004-06-19 19:38 ` bangerth at dealii dot org
2004-07-01 21:00 ` pinskia 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).