public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/47904] New: [4.5/4.6 Regression] ICE with DECL_PARM_INDEX (this) in cp_tree_equal
@ 2011-02-26 11:36 jakub at gcc dot gnu.org
  2011-02-26 11:44 ` [Bug c++/47904] " jakub at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-26 11:36 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.5/4.6 Regression] ICE with DECL_PARM_INDEX (this)
                    in cp_tree_equal
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
                CC: jason@gcc.gnu.org


The following testcase ICEs starting with:
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149223
- PR40619 fix, both in C++98 and -std=c++0x modes:

template <bool>
struct S
{
};

template <class T>
class U
{
  T t;
  int foo () const
  {
    S <sizeof (t) == 1> s;
    return 1;
  }
  int bar () const
  {
    S <sizeof (t) == 1> s;
    return 1;
  }
};


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

end of thread, other threads:[~2011-02-27 19:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-26 11:36 [Bug c++/47904] New: [4.5/4.6 Regression] ICE with DECL_PARM_INDEX (this) in cp_tree_equal jakub at gcc dot gnu.org
2011-02-26 11:44 ` [Bug c++/47904] " jakub at gcc dot gnu.org
2011-02-27  8:37 ` jason at gcc dot gnu.org
2011-02-27 16:01 ` [Bug c++/47904] [4.5 " rguenth at gcc dot gnu.org
2011-02-27 16:18 ` rguenth at gcc dot gnu.org
2011-02-27 17:12 ` jason at gcc dot gnu.org
2011-02-27 19:12 ` jason at gcc dot gnu.org
2011-02-27 19:37 ` rguenth 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).