This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: error_mark
- To: dyp at perchine dot com
- Subject: Re: error_mark
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Wed, 01 Nov 2000 08:17:41 -0800
- Cc: gcc at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <0011012156350Z.00634@dyp.perchine.com>
>>>>> "Denis" == Denis Perchine <dyp@perchine.com> writes:
Denis> Hello,
Denis> small question... C++ frontend. Why I get error_mark as
Denis> init expression in var declaration. Module is compiled
Denis> perfect... error_count == 0, warning_count == 0.
Denis> Any comments?
That happens when there's an initializer, but it's not in DECL_INITIAL
-- instead, it's emitted in the code stream.
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com