public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/52685] [4.7/4.8 Regression] ICE in copy_binfo
  2012-03-23 11:37 [Bug c++/52685] New: [4.7/4.8 Regression] ICE in copy_binfo jakub at gcc dot gnu.org
@ 2012-03-23 11:33 ` jakub at gcc dot gnu.org
  2012-03-29 15:06 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-23 11:33 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.1


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

* [Bug c++/52685] New: [4.7/4.8 Regression] ICE in copy_binfo
@ 2012-03-23 11:37 jakub at gcc dot gnu.org
  2012-03-23 11:33 ` [Bug c++/52685] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-23 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52685
           Summary: [4.7/4.8 Regression] ICE in copy_binfo
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
                CC: fabien@gcc.gnu.org, jason@gcc.gnu.org


template <typename T>
struct A
{
  template <typename U>
  struct B : public A <B<U> >
  {
    struct C : public B<U>
    {
    };
  };
};

ICEs starting with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184328


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

* [Bug c++/52685] [4.7/4.8 Regression] ICE in copy_binfo
  2012-03-23 11:37 [Bug c++/52685] New: [4.7/4.8 Regression] ICE in copy_binfo jakub at gcc dot gnu.org
  2012-03-23 11:33 ` [Bug c++/52685] " jakub at gcc dot gnu.org
@ 2012-03-29 15:06 ` jason at gcc dot gnu.org
  2012-03-29 15:57 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-03-29 15:06 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-03-29
         AssignedTo|unassigned at gcc dot       |jason at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1


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

* [Bug c++/52685] [4.7/4.8 Regression] ICE in copy_binfo
  2012-03-23 11:37 [Bug c++/52685] New: [4.7/4.8 Regression] ICE in copy_binfo jakub at gcc dot gnu.org
  2012-03-23 11:33 ` [Bug c++/52685] " jakub at gcc dot gnu.org
  2012-03-29 15:06 ` jason at gcc dot gnu.org
@ 2012-03-29 15:57 ` jason at gcc dot gnu.org
  2012-03-29 15:58 ` jason at gcc dot gnu.org
  2012-03-29 16:13 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-03-29 15:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2012-03-29 15:55:47 UTC ---
Author: jason
Date: Thu Mar 29 15:55:42 2012
New Revision: 185969

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185969
Log:
    PR c++/52685
    * tree.c (copy_binfo): Handle BINFO_DEPENDENT_BASE_P.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/inherit8.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/tree.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/52685] [4.7/4.8 Regression] ICE in copy_binfo
  2012-03-23 11:37 [Bug c++/52685] New: [4.7/4.8 Regression] ICE in copy_binfo jakub at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-03-29 15:57 ` jason at gcc dot gnu.org
@ 2012-03-29 15:58 ` jason at gcc dot gnu.org
  2012-03-29 16:13 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-03-29 15:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2012-03-29 15:55:07 UTC ---
Author: jason
Date: Thu Mar 29 15:55:01 2012
New Revision: 185968

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185968
Log:
    PR c++/52685
    * tree.c (copy_binfo): Handle BINFO_DEPENDENT_BASE_P.

Added:
    trunk/gcc/testsuite/g++.dg/template/inherit8.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/52685] [4.7/4.8 Regression] ICE in copy_binfo
  2012-03-23 11:37 [Bug c++/52685] New: [4.7/4.8 Regression] ICE in copy_binfo jakub at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-03-29 15:58 ` jason at gcc dot gnu.org
@ 2012-03-29 16:13 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-03-29 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2012-03-29 15:56:08 UTC ---
Fixed.


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

end of thread, other threads:[~2012-03-29 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-23 11:37 [Bug c++/52685] New: [4.7/4.8 Regression] ICE in copy_binfo jakub at gcc dot gnu.org
2012-03-23 11:33 ` [Bug c++/52685] " jakub at gcc dot gnu.org
2012-03-29 15:06 ` jason at gcc dot gnu.org
2012-03-29 15:57 ` jason at gcc dot gnu.org
2012-03-29 15:58 ` jason at gcc dot gnu.org
2012-03-29 16:13 ` jason at gcc dot gnu.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).