Commit 5a5c2d16 by Richard Biener Committed by Richard Biener

re PR target/81175 (EXC_BAD_ACCESS in…

re PR target/81175 (EXC_BAD_ACCESS in ::slpeel_duplicate_current_defs_from_edges(edge, edge, edge, edge) at is-a.h:192)

2017-06-26  Richard Biener  <rguenther@suse.de>

	PR target/81175
	* config/i386/i386.c (ix86_init_mmx_sse_builtins):
	Use def_builtin_pure for all gather builtins.

	* gfortran.dg/pr81175.f: New testcase.

From-SVN: r249645
parent 75f0112f
2017-06-26 Richard Biener <rguenther@suse.de>
PR target/81175
* config/i386/i386.c (ix86_init_mmx_sse_builtins):
Use def_builtin_pure for all gather builtins.
2017-06-26 Richard Biener <rguenther@suse.de>
PR tree-optimization/81203
* tree-tailcall.c (find_tail_calls): Do not move stmts into
non-dominating BBs.
......
2017-06-26 Richard Biener <rguenther@suse.de>
PR target/81175
* gfortran.dg/pr81175.f: New testcase.
2017-06-26 Richard Biener <rguenther@suse.de>
PR tree-optimization/81203
* gcc.dg/torture/pr81203.c: New testcase.
......
! { dg-do compile }
! { dg-options "-Ofast -fwrapv" }
! { dg-additional-options "-march=broadwell" { target x86_64-*-* i?86-*-* } }
SUBROUTINE ECPDRA(IC4C,FP,FQ,G)
IMPLICIT DOUBLE PRECISION (A-H,O-Z)
DIMENSION FP(*),FQ(*),G(*)
DIMENSION CKLU(23,12,12)
!
DO 240 I=IAMIN,IAMAX
DO 240 J=JAMIN,MMAX
DO 230 K=1,NPNP
DO 230 L=1,K
DO 230 MU=1,2*L-1
CKLTEM= CKLU(MU,L,K)
IF(IC4C.LE.0) THEN
IF(ABS(CKLTEM).GT.TOL) SUM= SUM+FP(N)*CKLTEM
ELSE
IF(ABS(CKLTEM).GT.TOL) SUM= SUM+FQ(N)*CKLTEM
END IF
230 N= N+1
G(NN)= G(NN)+DUMJ*SUM
240 NN= NN+1
END
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