[Bug 45404] (c) /*code-comment*/ related
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 23 22:57:00 GMT 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45404
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2010.09.23 22:57:41
date| |
Ever Confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-09-23 22:57:41 UTC ---
Are you sure about that?
execute_cleanup_cfg_post_optimizing is part of the
pass_cleanup_cfg_post_optimizing pass which is done in the following order:
NEXT_PASS (pass_cleanup_cfg_post_optimizing);
NEXT_PASS (pass_warn_function_noreturn);
NEXT_PASS (pass_expand);
--
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Gcc-bugs
mailing list