[Bug ipa/72657] [7 regression][CHKP] internal compiler error: in ix86_expand_builtin

2016-07-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72657 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug ipa/72657] [7 regression][CHKP] internal compiler error: in ix86_expand_builtin

2016-07-26 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72657 --- Comment #2 from H.J. Lu --- (In reply to Ilya Enkovich from comment #1) > Looks like it is caused by remained direct fndecl comparisons in checker > code. > Usage of chkp_gimple_call_builtin_p everywhere should fix it. Will it also fix PR

[Bug ipa/72657] [7 regression][CHKP] internal compiler error: in ix86_expand_builtin

2016-07-26 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72657 --- Comment #1 from Ilya Enkovich --- Looks like it is caused by remained direct fndecl comparisons in checker code. Usage of chkp_gimple_call_builtin_p everywhere should fix it.