This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: comdat1.C
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: comdat1.C
- From: Jason Merrill <jason at redhat dot com>
- Date: 06 Feb 2001 09:51:55 +0000
- Cc: gcc at gcc dot gnu dot org
- References: <20010205223353Z.mitchell@codesourcery.com>
>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:
> In comdat1.C and comdat1-aux.cc, there is a violation of the ODR;
> the local static variable in `f' is named `i' in one place and `k' in
> the other. Is this purposeful?
No. Fixed.
Jason