On 08/08/2017 10:13 AM, Martin Sebor wrote:
> Part 2 of the series contains the mechanical changes to all
> the back ends and to front ends other than C and C++.  There
> are no functional changes here.
> 
> Martin
> 
> 
> gcc-81544-2.diff
> 
> 
> PR c/81544 - attribute noreturn and warn_unused_result on the same function 
> accepted
> 
> gcc/ChangeLog:
> 
>       PR c/81544
>       * config/alpha/alpha.c (vms_attribute_table): Initialize new member
>       of struct attribute_spec.
>       * config/arm/arm.c (arm_attribute_table): Same.
>       * config/avr/avr.c ( avr_attribute_table): Same.
>       * config/bfin/bfin.c (bfin_attribute_table): Same.
>       * config/cr16/cr16.c (cr16_attribute_table): Same.
>       * config/epiphany/epiphany.c (epiphany_attribute_table): Same.
>       * config/h8300/h8300.c (h8300_attribute_table): Same.
>       * config/i386/i386.c (ix86_attribute_table): Same.
>       * config/ia64/ia64.c (ia64_attribute_table): Same.
>       * config/m32c/m32c.c (m32c_attribute_table): Same.
>       * config/m32r/m32r.c (m32r_attribute_table): Same.
>       * config/m68k/m68k.c (m68k_attribute_table): Same.
>       * config/mcore/mcore.c (mcore_attribute_table): Same.
>       * config/mips/mips.c (mips_attribute_table): Same.
>       * config/nds32/nds32.c (nds32_attribute_table): Same.
>       * config/nvptx/nvptx.c (nvptx_attribute_table): Same.
>       * config/powerpcspe/powerpcspe.c (rs6000_attribute_table): Same.
>       * config/rs6000/rs6000.c (rs6000_attribute_table): Same.
>       * config/s390/s390.c (s390_handle_vectorbool_attribute): Same.
>       * config/sh/sh.c (sh_attribute_table): Same.
>       * config/sparc/sparc.c (sparc_attribute_table): Same.
>       * config/spu/spu.c (spu_attribute_table): Same.
>       * config/stormy16/stormy16.c (xstormy16_attribute_table): Same.
>       * config/v850/v850.c (v850_attribute_table): Same.
>       * config/visium/visium.c (visium_attribute_table): Same.
> 
> gcc/ada/ChangeLog:
> 
>       PR c/81544
>       * gcc-interface/utils.c (gnat_internal_attribute_table): Initialize
>       new member of struct attribute_spec.
> 
> gcc/fortran/ChangeLog:
> 
>       PR c/81544
>       * f95-lang.c (gfc_attribute_table): Initialize new member of struct
>       attribute_spec.
> 
> gcc/lto/ChangeLog:
> 
>       PR c/81544
>       * lto-lang.c (lto_attribute_table): Initialize new member of struct
>       attribute_spec.
OK.
jeff

Reply via email to