aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorKelvin Nilsen <kelvin@gcc.gnu.org>2016-10-05 12:36:48 +0000
committerKelvin Nilsen <kelvin@gcc.gnu.org>2016-10-05 12:36:48 +0000
commit67ef83c61f1aa1c7df70912076333eec6e0666c8 (patch)
tree26a88f812978ccfd4d4682760ccb02a47b41ba42 /libcpp/ChangeLog
parent71dea1dd60888030f3130f16933becdf597538ab (diff)
downloadgcc-67ef83c61f1aa1c7df70912076333eec6e0666c8.zip
gcc-67ef83c61f1aa1c7df70912076333eec6e0666c8.tar.gz
gcc-67ef83c61f1aa1c7df70912076333eec6e0666c8.tar.bz2
re PR target/77847 (PowerPC big endian power7/power8 do not bootstrap due to fall through error)
libcpp/ChangeLog: 2016-10-04 Kelvin Nilsen <kelvin@gcc.gnu.org> PR target/77847 * lex.c (search_line_fast): Add a FALLTHROUGH comment to correct compiler error in the version of this function that is conditionally compiled when GCC_VERSION >= 4005 and both __ALTIVEC__ and __BIG_ENDIAN__ symbols are defined. From-SVN: r240783
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 94ea99d..96b9047 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,11 @@
+2016-10-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
+
+ PR target/77847
+ * lex.c (search_line_fast): Add a FALLTHROUGH comment to correct
+ compiler error in the version of this function that is
+ conditionally compiled when GCC_VERSION >= 4005 and both
+ __ALTIVEC__ and __BIG_ENDIAN__ symbols are defined.
+
2016-09-26 Marek Polacek <polacek@redhat.com>
Jakub Jelinek <jakub@redhat.com>