diff options
author | Richard Henderson <rth@redhat.com> | 2014-10-28 13:22:40 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2014-10-28 13:22:40 -0700 |
commit | 99630555c2224e544a11928dcbc89e4a3f5ff1e7 (patch) | |
tree | 5cdf4c74b6ce26a951fabde718696ab67a4520d9 /include/ChangeLog | |
parent | 69e09400911e0ced6a71873754ce736135458b4d (diff) | |
download | gcc-99630555c2224e544a11928dcbc89e4a3f5ff1e7.zip gcc-99630555c2224e544a11928dcbc89e4a3f5ff1e7.tar.gz gcc-99630555c2224e544a11928dcbc89e4a3f5ff1e7.tar.bz2 |
longlong.h: Disable alpha umul_ppmm for old g++
Causes "unexpected AST of kind MULT_HIGHPART" error with
bootstrap from gcc 4.8.
* longlong.h [__alpha] (umul_ppmm): Disable for c++.
From-SVN: r216811
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index d2d1472..e482682 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2014-10-28 Richard Henderson <rth@redhat.com> + + * longlong.h [__alpha] (umul_ppmm): Disable for c++. + 2014-10-28 Yury Gribov <y.gribov@samsung.com> * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes. |