Assignee: unassigned at gcc dot gnu.org
Reporter: fwd at quantentunnel dot de
Target Milestone: ---
Created attachment 48831
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48831&action=edit
TCO with alloca(0)
I have written a function which is properly translat
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: fwd at quantentunnel dot de
Target Milestone: ---
Compiling the following code with gcc version 4.9.2 only one warning about the
use of uninitialized variables is issued. I expected a warning in func1 too.
int func1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78203
--- Comment #2 from fwd ---
(In reply to Richard Biener from comment #1)
> There is a duplicate for this, we perform optimistic constant propagation
> which
> makes i == 1 and eliminates the conditional uninitialized use very early.
Well, with o