Hi all,
while testing some patches fro Michael M, I noticed that
disable-checking seems broken on trunk. I saw this on x86_64-freebsd and
powerpc64-freebsd.
Is this issue already known?
If not, usual bug report with preprocessed source?
TIA;
Andreas
Here the details:
-----
/export/devel/net/src/gcc/head/gcc/gcc/ipa-prop.c: In function 'bool
visit_ref_for_mod_analysis(gimple, tree, void*)':
/export/devel/net/src/gcc/head/gcc/gcc/ipa-prop.c:1842:1: error:
mismatching comparison operand types
visit_ref_for_mod_analysis (gimple stmt ATTRIBUTE_UNUSED,
^
unsigned int
bool
if (i.2_16 == 1)
/export/devel/net/src/gcc/head/gcc/gcc/ipa-prop.c:1842:1:
internal compiler error: verify_gimple failed
-----