[Bug testsuite/61453] New: [4.10 Regression]: gfortran.dg/bind_c_array_params_2.f90 for targets where a call insn isn't "call"
hp at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 9 01:21:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61453
Bug ID: 61453
Summary: [4.10 Regression]:
gfortran.dg/bind_c_array_params_2.f90 for targets
where a call insn isn't "call"
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: hp at gcc dot gnu.org
CC: dominiq at gcc dot gnu.org
Host: x86_64-unknown-linux-gnu
Target: cris-axis-elf
This test passed before r210892, now it fails as follows:
Running /tmp/hpautotest-gcc0/gcc/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/bind_c_array_params_2.f90 -O scan-assembler-times
call[^\n\r]*myBindC 1
The regexp in question is for the actual subroutine call instruction, which is
*not* called "call" for all targets.
Author of commit CC:ed.
More information about the Gcc-bugs
mailing list