https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359
Eric Gallager changed:
What|Removed |Added
CC||egall at gwmail dot gwu.edu
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359
--- Comment #4 from Andrew Pinski ---
(In reply to hugo74 from comment #2)
> (In reply to Andrew Pinski from comment #1)
> > Because
> > int Counter
> >
> > in the global scope is consider a tentative definition.
>
> What is meant by "tentativ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359
--- Comment #3 from Andrew Pinski ---
http://en.cppreference.com/w/c/language/extern
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359
--- Comment #2 from hugo74 ---
(In reply to Andrew Pinski from comment #1)
> Because
> int Counter
>
> in the global scope is consider a tentative definition.
What is meant by "tentative declaration" ? It is very misleading.
It should not work
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359
--- Comment #1 from Andrew Pinski ---
Because
int Counter
in the global scope is consider a tentative definition.