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

Harald van Dijk <harald at gigawatt dot nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald at gigawatt dot nl

--- Comment #2 from Harald van Dijk <harald at gigawatt dot nl> ---
The way I would have expected this to be possible was:

  typedef char nonstring[4] __attribute__((nonstring));
  nonstring tags[10];

This also fails, because the nonstring attribute can currently only be applied
to variables, not to types. Possibly allowing the attribute to be applied to
types will be easier to implement, so posting this as another option.

Reply via email to