arm.c (arm_dwarf_register_span): Update the element number of parts.

ChangeLog:
2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>

	* config/arm/arm.c (arm_dwarf_register_span): Update the element number
	of parts.

testsuite/ChangeLog:
2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>

	* gcc.target/arm/neon-modes-3.c: Add "-g" option.

From-SVN: r208692
This commit is contained in:
Zhenqiang Chen 2014-03-20 02:18:14 +00:00 committed by Zhenqiang Chen
parent d1cb66f6d8
commit a69e09c8ec
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-03-20 Zhenqiang Chen <zhenqiang.chen@linaro.org>
* config/arm/arm.c (arm_dwarf_register_span): Update the element number
of parts.
2014-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/60039

View File

@ -28692,7 +28692,7 @@ arm_dwarf_register_span (rtx rtl)
{
enum machine_mode mode;
unsigned regno;
rtx parts[8];
rtx parts[16];
int nregs;
int i;

View File

@ -1,3 +1,7 @@
2014-03-20 Zhenqiang Chen <zhenqiang.chen@linaro.org>
* gcc.target/arm/neon-modes-3.c: Add "-g" option.
2014-03-19 Tobias Burnus <burnus@net-b.de>
PR fortran/60543

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-require-effective-target arm_neon_ok } */
/* { dg-options "-O" } */
/* { dg-options "-O -g" } */
/* { dg-add-options arm_neon } */
#include <arm_neon.h>