[Bug c/106818] code is genereated differently with or without 'extern'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106818 --- Comment #2 from Andrew Pinski --- Most likely known alignment or not. Riscv targets are sensitive to alignment.
[Bug c/106818] code is genereated differently with or without 'extern'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106818 --- Comment #1 from baoshan --- With 'extern', four 'sb' are ued to store value into "p->i"; while without 'extern', only one 'sw' is used.