This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions


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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-07 15:11:54 UTC ---
In general, build_range_check can return NULL_TREE. Just matter of doing:

    if (tem && integer_zerop (tem))
      return;

like a few lines below?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]