From: hainque Date: Fri, 1 Jun 2012 16:41:25 +0000 (+0000) Subject: * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore the X-Git-Tag: upstream/4.9.2~12354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=988d0588ef19fe1496981ce0fe2ed1000b1e5d51;p=platform%2Fupstream%2Flinaro-gcc.git * 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 --- 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; \