public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/47482] New: [C++0x] [4.6 Regression] ICE: unexpected expression ‘sizeof ("A")’ of kind sizeof_expr
@ 2011-01-26 22:47 redi at gcc dot gnu.org
  2011-01-26 23:05 ` [Bug c++/47482] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2011-01-26 22:47 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [C++0x] [4.6 Regression] ICE: unexpected expression
                    ‘sizeof ("A")’ of kind sizeof_expr
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org


template<class>
struct K
{
   enum { A = sizeof"A" , B = +A };
};

ice.cc:4:32: internal compiler error: unexpected expression ‘sizeof ("A")’ of
kind sizeof_expr
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


works with 4.4 & 4.5, or without -std=c++0x


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

end of thread, other threads:[~2011-02-14 22:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 22:47 [Bug c++/47482] New: [C++0x] [4.6 Regression] ICE: unexpected expression ‘sizeof ("A")’ of kind sizeof_expr redi at gcc dot gnu.org
2011-01-26 23:05 ` [Bug c++/47482] " redi at gcc dot gnu.org
2011-01-27  4:27 ` [Bug c++/47482] [4.6 Regression] [C++0x] " hjl.tools at gmail dot com
2011-02-08 14:45 ` rguenth at gcc dot gnu.org
2011-02-11 19:50 ` jason at gcc dot gnu.org
2011-02-14 21:56 ` jason at gcc dot gnu.org
2011-02-14 22:18 ` jakub 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).