This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [vta, trunk?] avoid uninitialized variable warnings building with -O3


2008/10/30 Bradley Lucier <lucier@math.purdue.edu>:
> Re:
>
>> Initialization for binary_loc shouldn't be necessary, this appears to
>> be a defficiency of the optimizer, that doesn't realize that the POPs
>> at the end will never be executed unless we ever PUSH something, at
>> which point binary_loc will have been initialized.  Can't quite blame
>> the optimizer for not figuring that out :-)
>
>
> The same issue in a different context was reported as PR37369 on the trunk.

GCC Bugzilla Bug 37369 ice for legal C code

???


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]