public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/46862] New: ICE on std::decimal::decimal32 without any fields
@ 2010-12-09 11:20 jakub at gcc dot gnu.org
  2010-12-09 11:25 ` [Bug c++/46862] " jakub at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-09 11:20 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE on std::decimal::decimal32 without any fields
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org


int foo ();
static __typeof (foo) bar __attribute__ ((__weakref__ ("foo")));
namespace std
{
  namespace decimal
  {
    class decimal32;
    template <class> struct S { };
    template <> struct S <decimal32> { static const bool value = true; };
    template <class> class T { };
    class decimal32 : public T <decimal32> { };
  }
}

ICEs during mangling, as first_field returns NULL.


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

end of thread, other threads:[~2011-09-08 18:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-09 11:20 [Bug c++/46862] New: ICE on std::decimal::decimal32 without any fields jakub at gcc dot gnu.org
2010-12-09 11:25 ` [Bug c++/46862] " jakub at gcc dot gnu.org
2010-12-09 18:42 ` janis at gcc dot gnu.org
2010-12-09 18:46 ` jakub at gcc dot gnu.org
2010-12-09 18:50 ` janis at gcc dot gnu.org
2010-12-15  4:00 ` janis at gcc dot gnu.org
2011-08-22 10:43 ` jakub at gcc dot gnu.org
2011-08-22 11:58 ` jakub at gcc dot gnu.org
2011-08-22 18:53 ` pthaugen at gcc dot gnu.org
2011-08-23 13:24 ` jakub at gcc dot gnu.org
2011-08-23 13:25 ` jakub at gcc dot gnu.org
2011-08-23 13:30 ` jakub at gcc dot gnu.org
2011-09-08 18:11 ` bergner 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).