This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix potential uninitialized variable error
- From: Marek Polacek <polacek at redhat dot com>
- To: Xinliang David Li <davidxl at google dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 14 Aug 2013 20:17:55 +0200
- Subject: Re: Fix potential uninitialized variable error
- References: <CAAkRFZKgm2nCNe-Kpq=5K8zKsU_FAtk5tLw+c-bP9e+o-c18aA at mail dot gmail dot com>
On Wed, Aug 14, 2013 at 11:12:27AM -0700, Xinliang David Li wrote:
> Index: ChangeLog
> ===================================================================
> --- ChangeLog (revision 201732)
> +++ ChangeLog (working copy)
> @@ -1,4 +1,8 @@
> 2013-08-14 Xinliang David Li <davidxl@google.com>
> + * config/i386/i386.c (ix86_option_override_internal):
> + Fix potential unitialized variable error.
The CL entry is missing a blank line.
Marek