diff options
author | Gerald Pfeifer <gerald@gcc.gnu.org> | 2014-06-29 20:42:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2014-06-29 20:42:31 +0000 |
commit | dabb1a207e85853719eb251326b3d50026bd2b8d (patch) | |
tree | 4fc848ec1f98cec3f555de7fd2f9264847ff30c1 /gcc | |
parent | 25ef060ae0edc6dee1418d54991486bf6937e5c1 (diff) | |
download | gcc-dabb1a207e85853719eb251326b3d50026bd2b8d.zip gcc-dabb1a207e85853719eb251326b3d50026bd2b8d.tar.gz gcc-dabb1a207e85853719eb251326b3d50026bd2b8d.tar.bz2 |
Add PR bootstrap/61650 to the bug fixing it.
From-SVN: r212127
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22b99b5..70bf17e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2014-06-29 Tobias Grosser <tobias@grosser.es> + PR bootstrap/61650 * graphite-isl-ast-to-gimple.c: Add missing guards. 2014-06-29 Roman Gareev <gareevroman@gmail.com> |