OSDN Git Service

* gcc-interface/trans.c (Case_Statement_to_gnu): Bool-ify variable.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Apr 2010 11:11:49 +0000 (11:11 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:31:25 +0000 (14:31 +0900)
(gnat_to_gnu) <N_Null_Statement>: When not optimizing, generate a
goto to the next statement.

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

gcc/ada/ChangeLog

index 2b8801f..3643811 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/trans.c (Case_Statement_to_gnu): Bool-ify variable.
+       (gnat_to_gnu) <N_Null_Statement>: When not optimizing, generate a
+       goto to the next statement.
+
 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/gigi.h (maybe_variable): Delete.