]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/121454 - ICE building libgo
authorRichard Biener <rguenther@suse.de>
Fri, 8 Aug 2025 06:57:58 +0000 (08:57 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 8 Aug 2025 09:17:40 +0000 (11:17 +0200)
commit43949a5271b6c0b14076b736d0c609235d36f7df
tree12b37ef04a4513de377accaf00c6bcc1067d06d1
parent18c32a391685256d2fbd6e3e6b2f7f93200bb912
tree-optimization/121454 - ICE building libgo

The following avoids building BIT_FIELD_REFs of reference trees
that are unexpected by nonoverlapping_refs_since_match_p and
while being there also those declared invalid by IL verification.

PR tree-optimization/121454
* tree-ssa-sccvn.cc (visit_nary_op): Avoid unexpected
BIT_FIELD_REFs.
gcc/tree-ssa-sccvn.cc