[Bug c/126681] internal compiler error: in operator[], at vec.h:911 since 7.1
"mario.rodriguezb1 at um dot es via Gcc-bugs" <[email protected]> Thu, 06 Aug 2026 11:02:15 +0000
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126681
--- Comment #1 from MARIO RODRIGUEZ BEJAR <mario.rodriguezb1 at um dot es> ---
Changing the code leads to different errors like:
int __RTL (startwith ("rtl-dfinit")) times_two (int i)
{
/* C function:
return i * 64; */
(function "times_two"
(insn-chain
(cnote 2 NOTE_INSN_DELETED)
(block 32768
(edge-from entry (flags "FALLTHRU"))
) ;; block 3
) ;; insn-chain
(crtl
(return_rtx
(reg/i:SI ax)
) ;; return_rtx
) ;; crtl
) ;; function "times_two"
}
int main(void) {}
https://godbolt.org/z/6TfTa9TKf