aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/emit-rtl.h
Commit message (Collapse)AuthorAgeFilesLines
* [4.9] Backport of patch fixing PR61672.Alexander Ivchenko2014-08-061-0/+3
| | | | | | | | | | | | | | | | | | | | 2014-08-05 Richard Biener <rguenther@suse.de> PR rtl-optimization/61672 * emit-rtl.h (mem_attrs_eq_p): Declare. * emit-rtl.c (mem_attrs_eq_p): Export. Handle NULL mem-attrs. * cse.c (exp_equiv_p): Use mem_attrs_eq_p. * cfgcleanup.c (merge_memattrs): Likewise. Include emit-rtl.h. Without this patch build of art with 4.9 is broken (at least on x86). Here is the error msg: art/runtime/interpreter/interpreter_goto_table_impl.cc:2437:1: error: the frame size of 3328 bytes is larger than 1728 bytes [-Werror=frame-larger-than=] Change-Id: I1a33cff567ae91bdbd34a4df6e6360594ae75993 Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>
* Initial checkin of GCC 4.9.0 from trunk (r208799).Ben Cheng2014-03-251-0/+119
Change-Id: I48a3c08bb98542aa215912a75f03c0890e497dba