Skip to content

Instantly share code, notes, and snippets.

@gerdr
Created June 11, 2012 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerdr/2909666 to your computer and use it in GitHub Desktop.
Save gerdr/2909666 to your computer and use it in GitHub Desktop.
gcc bug
void foo(void)
{
static int (*bar)[42];
static const int (*baz)[42];
baz = bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment