This is the mail archive of the gcc-bugs@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]

[Bug middle-end/56483] LTO issue with expanding GIMPLE_COND


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56483

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-18 10:29:58 UTC ---
Author: rguenth
Date: Mon Mar 18 10:29:43 2013
New Revision: 196776

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196776
Log:
2013-03-18  Richard Biener  <rguenther@suse.de>

    PR middle-end/56483
    * cfgexpand.c (expand_gimple_cond): Inline gimple_cond_single_var_p
    and implement properly.
    * gimple.h (gimple_cond_single_var_p): Remove.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c
    trunk/gcc/gimple.h


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