* config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore the
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jun 2012 16:41:25 +0000 (16:41 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jun 2012 16:41:25 +0000 (16:41 +0000)
        "do {" part of the do-while(0) loop.

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

gcc/ChangeLog
gcc/config/rs6000/vxworks.h

index 950ac53..4b80223 100644 (file)
@@ -1,3 +1,8 @@
+2012-06-01  Olivier Hainque  <hainque@adacore.com>
+
+       * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
+       the "do {" part of the do-while(0) loop.
+
 2012-06-01  Yuri Rumyantsev  <yuri.s.rumyantsev@intel.com>
 
        * config/i386/i386.c (x86_sched_reorder): New function.
index dc311d2..6169f16 100644 (file)
@@ -124,6 +124,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC
 
 #undef SUBSUBTARGET_OVERRIDE_OPTIONS
 #define SUBSUBTARGET_OVERRIDE_OPTIONS          \
+  do {                                         \
   if (!global_options_set.x_g_switch_value)    \
     g_switch_value = SDATA_DEFAULT_SIZE;       \
   VXWORKS_OVERRIDE_OPTIONS;                    \