OSDN Git Service

PR fortran/43836
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Apr 2010 21:20:07 +0000 (21:20 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 01:08:45 +0000 (10:08 +0900)
* f95-lang.c (gfc_define_builtin): Set TREE_NOTHROW on
the decl.

* gfortran.dg/gomp/pr43836.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158619 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 86cedc9..27dab6d 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/43836
+       * f95-lang.c (gfc_define_builtin): Set TREE_NOTHROW on
+       the decl.
+
 2010-04-20  Harald Anlauf  <anlauf@gmx.de>
 
        * intrinsic.c (sort_actual): Remove 'is' in error message.
index f30277c..2e6da4e 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/43836
+       * gfortran.dg/gomp/pr43836.f90: New test.
+
 2010-04-21  Richard Guenther  <rguenther@suse.de>
 
        * gcc.dg/ipa/ipa-pta-11.c: Adjust.