Problem with brotli #395

Closed
opened 2026-01-29 20:43:14 +00:00 by claunia · 1 comment
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. ```
Author
Owner

@mscofield0 commented on GitHub (Oct 10, 2021):

Looks like something you should report to GCC, not Brotli

@mscofield0 commented on GitHub (Oct 10, 2021): Looks like something you should report to GCC, not Brotli
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#395