public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53605] New: Compiler ICEs in size_binop_loc
@ 2012-06-07 17:34 xinliangli at gmail dot com
  2012-06-07 20:10 ` [Bug c++/53605] [4.7/4.8 Regression] " hjl.tools at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: xinliangli at gmail dot com @ 2012-06-07 17:34 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53605
           Summary: Compiler ICEs in size_binop_loc
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: xinliangli@gmail.com


Compile the small program with gcc (trunk or 4-7 compiler), the compiler will
ICE.


template <bool lhs_is_null_literal>
class EqHelper {
 public:
  template <typename T1, typename T2>
  static int  Compare( const T1& expected,
                         const T2& actual);
};
void foo(){
  static const int kData[] = {};
     ::EqHelper<false>::Compare(kData, "abc");
}

This is a regression from gcc4_6.

David


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

end of thread, other threads:[~2012-06-14 13:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-07 17:34 [Bug c++/53605] New: Compiler ICEs in size_binop_loc xinliangli at gmail dot com
2012-06-07 20:10 ` [Bug c++/53605] [4.7/4.8 Regression] " hjl.tools at gmail dot com
2012-06-11  9:49 ` rguenth at gcc dot gnu.org
2012-06-11 10:38 ` rguenth at gcc dot gnu.org
2012-06-11 13:41 ` jason at gcc dot gnu.org
2012-06-11 14:11 ` [Bug c++/53605] [4.7 " rguenth at gcc dot gnu.org
2012-06-11 14:22 ` rguenth at gcc dot gnu.org
2012-06-13 22:32 ` xinliangli at gmail dot com
2012-06-14 13:03 ` 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).