From 988d0588ef19fe1496981ce0fe2ed1000b1e5d51 Mon Sep 17 00:00:00 2001 From: hainque Date: Fri, 1 Jun 2012 16:41:25 +0000 Subject: [PATCH] * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore the "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 | 5 +++++ gcc/config/rs6000/vxworks.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 950ac53..4b80223 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-06-01 Olivier Hainque + + * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore + the "do {" part of the do-while(0) loop. + 2012-06-01 Yuri Rumyantsev * config/i386/i386.c (x86_sched_reorder): New function. diff --git a/gcc/config/rs6000/vxworks.h b/gcc/config/rs6000/vxworks.h index dc311d2..6169f16 100644 --- a/gcc/config/rs6000/vxworks.h +++ b/gcc/config/rs6000/vxworks.h @@ -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; \ -- 2.7.4