Re: RFA: Fix declaration of default value of TARGET_NARROW_VOLATILE_BITFIELD

2013-08-20 Thread nick clifton
Hi Gerald, it looks this patch did not get applied. Is this because you failed to get approval? Yes. :-( With a patch Joseph did recently, this would now be in gcc/target.def, and from what I can see both parts of the patch are fine. Unless anyone objects, can you please ago ahead and commi

Re: RFA: Fix declaration of default value of TARGET_NARROW_VOLATILE_BITFIELD

2013-08-18 Thread Gerald Pfeifer
Hi Nick, it looks this patch did not get applied. Is this because you failed to get approval? With a patch Joseph did recently, this would now be in gcc/target.def, and from what I can see both parts of the patch are fine. Unless anyone objects, can you please ago ahead and commit an update pat

RFA: Fix declaration of default value of TARGET_NARROW_VOLATILE_BITFIELD

2013-04-24 Thread Nick Clifton
Hi Guys, The TARGET_NARROW_VOLATILE_BITFIELD target macro defaults to false: DEFHOOK (narrow_volatile_bitfield, "", bool, (void), hook_bool_void_false) but the documentation currently states that it defaults to !TARGET_STRICT_ALIGN. The patch below corrects this,