public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/21082] New: &a[b] - &a[c] is not folded to b - c
@ 2005-04-18  3:06 pinskia at gcc dot gnu dot org
  2005-04-18  3:06 ` [Bug middle-end/21082] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-18  3:06 UTC (permalink / raw)
  To: gcc-bugs

The following C++ code is not fully as optimizated as the C version:
typedef __SIZE_TYPE__ size_t;
size_t a[100];
size_t f(size_t b, size_t c)
{
  return &a[b] - &a[c];
}

Found this while looking into the tree dump for mgrid.

-- 
           Summary: &a[b] - &a[c] is not folded to b - c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-04-23 21:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-18  3:06 [Bug middle-end/21082] New: &a[b] - &a[c] is not folded to b - c pinskia at gcc dot gnu dot org
2005-04-18  3:06 ` [Bug middle-end/21082] " pinskia at gcc dot gnu dot org
2005-04-18  3:20 ` pinskia at gcc dot gnu dot org
2005-04-18  4:06 ` pinskia at gcc dot gnu dot org
2005-04-19 14:58 ` phython at gcc dot gnu dot org
2005-04-23 14:31 ` rguenth at gcc dot gnu dot org
2005-04-23 16:24 ` pinskia at gcc dot gnu dot org
2005-04-23 21:05 ` rguenth at gcc dot gnu dot org
2005-04-23 21:34 ` cvs-commit at gcc dot gnu dot org
2005-04-23 21:36 ` rguenth at gcc dot gnu dot org
2005-04-23 21:37 ` pinskia at gcc dot gnu dot 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).