public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/48592] New: alloca () calls are not DCEd
@ 2011-04-13 13:25 rguenth at gcc dot gnu.org
  2011-04-13 13:25 ` [Bug middle-end/48592] " rguenth at gcc dot gnu.org
  2013-10-21  3:26 ` glisse at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-13 13:25 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: alloca () calls are not DCEd
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


We should DCE alloca () calls.  Testcase:

void foo (int i)
{
  int a[i];
}


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-21  3:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-13 13:25 [Bug middle-end/48592] New: alloca () calls are not DCEd rguenth at gcc dot gnu.org
2011-04-13 13:25 ` [Bug middle-end/48592] " rguenth at gcc dot gnu.org
2013-10-21  3:26 ` glisse at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).