From ac16f08b86701ecf70e32f4ead8db63d92603808 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 16 Mar 2016 13:56:07 -0700 Subject: GCC unification, part 2. Fix various errors from previous unificaiton. The previous version of the unified GCC compiler (Android & ChromeOS) caused some ChromeOS tests to fail. It also caused an Android NDK test case to fail. This CL fixes those problems. In particular it does the following: - Fix some file formatting errors from previous unification patch. - Update ChangeLog files to reflect Android backport patches. - Find and incorporate a few missing pieces from the following backports backports from trunk r221007, r221675, r222011, r212011, r214942, r214957, r215012, r215016, r218115, r218733, r218746, r220491. This involved small changes in the following files: gcc/cfghoks.c gcc/cfgloop.c gcc/cfgloop.h gcc/except.c gcc/loop-init.c gcc/omp-low.c - Fix minor Android test case regression introduced in the previous unification patch. Change-Id: I482e3a34e3ed97c7ba609fe2954b4781f02ec617 --- gcc-4.9/gcc/testsuite/ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'gcc-4.9/gcc/testsuite/ChangeLog') diff --git a/gcc-4.9/gcc/testsuite/ChangeLog b/gcc-4.9/gcc/testsuite/ChangeLog index 509b097cb..2f34469c6 100644 --- a/gcc-4.9/gcc/testsuite/ChangeLog +++ b/gcc-4.9/gcc/testsuite/ChangeLog @@ -3,6 +3,25 @@ PR target/69403 * gcc.c-torture/execute/pr69403.c: New test. +2015-10-28 Yvan Roux + Sebastian Pop + + Backport from trunk r221007, r221675, r222011. + 2015-04-11 Jakub Jelinek + + PR tree-optimization/65735 + * gcc.c-torture/compile/pr65735.c: New test. + + 2015-03-25 Sebastian Pop + + PR tree-optimization/65177 + * gcc.dg/tree-ssa/ssa-dom-thread-10.c: New. + + 2015-02-26 Sebastian Pop + + PR tree-optimization/65048 + * gcc.dg/tree-ssa/ssa-dom-thread-9.c: New. + 2015-03-26 Bill Schmidt Backport r214254 and related tests from mainline @@ -56,6 +75,17 @@ * gnat.dg/opt47.adb: New test. +2015-01-14 Yvan Roux + + Backport from trunk r218451. + 2014-12-06 James Greenhalgh + Sebastian Pop + Brian Rzycki + + PR tree-optimization/54742 + * gcc.dg/tree-ssa/ssa-dom-thread-6.c: New test. + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: New test. + 2015-01-14 Jakub Jelinek Backported from mainline -- cgit v1.2.3