Skip to content
Snippets Groups Projects
Commit d3904a3a authored by Richard Biener's avatar Richard Biener Committed by Richard Biener
Browse files

tree-optimization/117119 - ICE with int128 IV in dataref analysis


Here's another fix for a missing check that an IV value fits in a
HIW.  It's originally from Stefan.

	PR tree-optimization/117119
	* tree-data-ref.cc (initialize_matrix_A): Check whether
	an INTEGER_CST fits in HWI, otherwise return chrec_dont_know.

	* gcc.dg/torture/pr117119.c: New testcase.

Co-Authored-By: default avatarStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
parent c0c47fc8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment