https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117313

David Binderman <dcb314 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com

--- Comment #5 from David Binderman <dcb314 at hotmail dot com> ---
Another test case:

enum gsm_dialect { GSM_DIALECT_PORTUGUESE };
struct {
  enum gsm_dialect locking_lang;
  char expected_text[]
} sms_charset_portugal = {GSM_DIALECT_PORTUGUESE,
                          {7, 8, 9, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 6, 7,
                           8, 9, 0, 3, 3, 3, 5, 3, 0, 3, 2, 2, 7, 4, 1, 2, 3,
                           4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4,
                           5, 6, 7, 8, 9, 0, 3, 3, 3, 5, 0, 3, 2, 3, 0}};

cvise $ ~/gcc/results/bin/gcc -c -w bug1057.c
bug1057.c:9:28: internal compiler error: in output_constructor_regular_field,
at varasm.cc:5672
    9 |                            5, 6, 7, 8, 9, 0, 3, 3, 3, 5, 0, 3, 2, 3,
0}};
      |                
cvise $

The bug first seems to occur sometime between g:2813a5bc7af2865e
and g:6293272e9a47e6e7, dated 20241014 and 20241016.

Reply via email to