https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112773
Patrick O'Neill <patrick at rivosinc dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #56724|0 |1
is obsolete| |
--- Comment #2 from Patrick O'Neill <patrick at rivosinc dot com> ---
Created attachment 56734
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56734&action=edit
-freport-bug output
I'm still seeing this on the most recent trunk: r14-6020-g18d8a50a042
> ./bin/riscv64-unknown-linux-gnu-gcc -march=rv32gcv_zvl256b -mabi=ilp32d -O3
> -S red.c
during RTL pass: expand
red.c: In function 'e':
red.c:4:6: internal compiler error: in force_align_down_and_div, at
poly-int.h:1828
4 | void e(unsigned f) {
... (trimmed)
I've updated the -freport-bug-output with the most recent run.