This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada] Correct some anmolies in the handling of Atomic


Hi Arnaud,

Index: exp_util.adb
===================================================================
--- exp_util.adb	(revision 223476)
+++ exp_util.adb	(working copy)
@@ -204,6 +204,13 @@
          when others => null;
       end case;

+      --  Nothing to do for the identifier in an object renaming declaration,
+      --  the renaming itself does not need atomic syncrhonization.

syncrhonization -> synchronization

Ciao, Duncan.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]