Commit 29a3136e by Christophe Lyon Committed by Christophe Lyon

[ARM] Fix more -Wreturn-type fallout (gcc.target/arm/pr56184.C).

2017-11-22  Christophe Lyon  <christophe.lyon@linaro.org>

	* gcc.target/arm/pr56184.C: Add -Wno-return-type to dg-options.

From-SVN: r255067
parent 974aedcc
2017-11-22 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/pr56184.C: Add -Wno-return-type to dg-options.
2017-11-22 Marek Polacek <polacek@redhat.com> 2017-11-22 Marek Polacek <polacek@redhat.com>
H.J. Lu <hongjiu.lu@intel.com> H.J. Lu <hongjiu.lu@intel.com>
Jason Merrill <jason@redhat.com> Jason Merrill <jason@redhat.com>
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "incompatible options" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ /* { dg-skip-if "incompatible options" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-fno-short-enums -O2 -mthumb -march=armv7-a -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a9 -fno-section-anchors" } */ /* { dg-options "-fno-short-enums -O2 -mthumb -march=armv7-a -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a9 -fno-section-anchors -Wno-return-type" } */
typedef unsigned int size_t; typedef unsigned int size_t;
__extension__ typedef int __intptr_t; __extension__ typedef int __intptr_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment