This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Does traditional C allow initializing a union?
- To: ghazi at caip dot rutgers dot edu (Kaveh R. Ghazi), egcs at cygnus dot com
- Subject: Re: Does traditional C allow initializing a union?
- From: Jason Merrill <jason at cygnus dot com>
- Date: 14 Oct 1998 00:53:55 -0700
- References: <199810132120.RAA04695.cygnus.egcs@caip.rutgers.edu>
Also, initializing a global causes it to be allocated to .data instead of
.bss, which uses space in the object file.
Jason