[gnu.g++.bug] Question regarding const

marc@SUN.COM (Marco S Hyman) (07/13/89)

While converting some local header files to G++ I changed all
	#define x y
to
	const int x = y;
When including the files into a dummy program to test my changes I noticed
that space is reserved for each of the const values.  None of the values are
used or otherwise referenced.  Is this correct?

G++ version is 1.35.0+ compiled for SysV on an i386 using collect.

--marc
-- 
// Marco S. Hyman
// ...!sun!sfsun!hsfmsh!dumbcat!marc
// sfsun!hsfmsh!dumbcat!marc@sun.com