https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103378
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org Last reconfirmed| |2021-11-23 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Summary|[12 Regression] ICE: |[12 Regression] ICE: |verify_cgraph_node failed |verify_cgraph_node failed |(error: semantic |(error: semantic |interposition mismatch) |interposition mismatch) | |since | |r12-5412-g458d2c689963d846 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Started with r12-5412-g458d2c689963d846, note there's a warning: pr103378.c:7:1: warning: optimization attribute on ‘fn3’ follows definition but the attribute doesn’t match [-Wattributes] 7 | double fn3 (double, double) __attribute__ ((optimize ("O2,no-associative-math"))); | ^~~~~~ pr103378.c:2:1: note: previous definition of ‘fn3’ with type ‘double(double, double)’ 2 | fn3 (double h, double l) | ^~~