http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58868

Trevor Saunders <tsaunders at mozilla dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsaunders at mozilla dot com

--- Comment #4 from Trevor Saunders <tsaunders at mozilla dot com> ---
> enum ID {
>   PLACES
> };
> 
> struct Histograms {
>   const ID foo;

the enum isn't actually needed, I can reproduce with
static struct {
  const int type;
} const cnvNameType[] = {
  {  1 }
};

> Fairly recent, comes from building firefox aurora with gcc trunk

to be pedantic it is in icu, and presumably if you just build that you get this
crash too.

Reply via email to