aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-09-24 21:27:25 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-09-24 21:27:25 +0100
commit2e9522f436a2312555dc3d6fe81a991219e1cfc8 (patch)
treee833ee09f717b510b3d0ad5977f663dff767ba8e /gcc/ChangeLog
parent41bf2a8b17267a42615392ad9da37081f59e428c (diff)
downloadgcc-2e9522f436a2312555dc3d6fe81a991219e1cfc8.zip
gcc-2e9522f436a2312555dc3d6fe81a991219e1cfc8.tar.gz
gcc-2e9522f436a2312555dc3d6fe81a991219e1cfc8.tar.bz2
re PR c/12713 (Document interaction of attribute noreturn and longjmp)
PR c/12713 * doc/extend.texi: Document interaction of attribute noreturn and longjmp. From-SVN: r88070
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 070d85c..52be184 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-24 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ PR c/12713
+ * doc/extend.texi: Document interaction of attribute noreturn and
+ longjmp.
+
2004-09-24 Richard Henderson <rth@redhat.com>
PR rtl-opt/17503