Problem with brotli #393

Open
opened 2026-01-29 20:43:11 +00:00 by claunia · 0 comments
Owner

Originally created by @Jamaika1 on GitHub (Sep 6, 2021).

GCC 12.0.0 20210821 X86_64 for Windows 10

during GIMPLE pass: modref
huffman.c: In function 'BrotliBuildSimpleHuffmanTable':
huffman.c:261:10: internal compiler error: in merge, at ipa-modref-tree.h:203
  261 | uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
Originally created by @Jamaika1 on GitHub (Sep 6, 2021). GCC 12.0.0 20210821 X86_64 for Windows 10 ``` during GIMPLE pass: modref huffman.c: In function 'BrotliBuildSimpleHuffmanTable': huffman.c:261:10: internal compiler error: in merge, at ipa-modref-tree.h:203 261 | uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#393