public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/47476] New: [4.6 Regression] [C++0x] ICE in potential_constant_expression_1
@ 2011-01-26 16:43 jakub at gcc dot gnu.org
  2011-01-26 16:43 ` [Bug c++/47476] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-01-26 16:43 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] [C++0x] ICE in
                    potential_constant_expression_1
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: jakub@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org


int
foo (int a, int b)
{ 
  const bool c ((a != 0) == (b != 26));
  return c;
}

ICEs with -std=c++0x with:
rh672156.ii:4:38: sorry, unimplemented: unexpected ast of kind truth_xor_expr
rh672156.ii:4:38: internal compiler error: in potential_constant_expression_1,
at cp/semantics.c:7709


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

end of thread, other threads:[~2011-02-02 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 16:43 [Bug c++/47476] New: [4.6 Regression] [C++0x] ICE in potential_constant_expression_1 jakub at gcc dot gnu.org
2011-01-26 16:43 ` [Bug c++/47476] " jakub at gcc dot gnu.org
2011-01-26 16:58 ` jakub at gcc dot gnu.org
2011-01-26 21:37 ` jakub at gcc dot gnu.org
2011-01-26 21:48 ` jakub at gcc dot gnu.org
2011-02-02 18:01 ` dnovillo 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).