public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/53254] New: Missed opportunity to aggregate consecutive stores into single larger store
@ 2012-05-06  4:11 law at redhat dot com
  2012-05-06  4:57 ` [Bug tree-optimization/53254] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: law at redhat dot com @ 2012-05-06  4:11 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53254
           Summary: Missed opportunity to aggregate consecutive stores
                    into single larger store
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: law@redhat.com


struct X {
    X();
    char a,b,c,d,e,f,g,h;
    long long l;
};

X::X() : a(0), b(0), c(0), d(0), e(0), f(0), g(0), h(0), l(0)
{}

Compile with -O2.  Ideally we'd issue quadword stores.  I'm told VC++ manages
to get this right.


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

* [Bug tree-optimization/53254] Missed opportunity to aggregate consecutive stores into single larger store
  2012-05-06  4:11 [Bug tree-optimization/53254] New: Missed opportunity to aggregate consecutive stores into single larger store law at redhat dot com
@ 2012-05-06  4:57 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-05-06  4:57 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-06 04:53:43 UTC ---
An obvious dup of bug 19726.

*** This bug has been marked as a duplicate of bug 19726 ***


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

end of thread, other threads:[~2012-05-06  4:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-06  4:11 [Bug tree-optimization/53254] New: Missed opportunity to aggregate consecutive stores into single larger store law at redhat dot com
2012-05-06  4:57 ` [Bug tree-optimization/53254] " pinskia 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).