public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops
       [not found] <20030201002600.9531.green@localhost.localdomain>
@ 2003-06-01 23:02 ` dhazeghi@yahoo.com
  2003-06-02  2:32 ` green@redhat.com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-01 23:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |green@redhat.com
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From dhazeghi@yahoo.com  2003-06-01 23:02 -------
Hello,

in this report it's unclear what your host and target are. You say this is all i686-pc-linux-gnu, but 
mips4 is clearly from another target. Neither using a mips-irix nor an i686-linux compiler 
produces anything remotely resembling the assembly you quote... Can you clarify please? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops
       [not found] <20030201002600.9531.green@localhost.localdomain>
  2003-06-01 23:02 ` [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops dhazeghi@yahoo.com
@ 2003-06-02  2:32 ` green@redhat.com
  2003-06-05  1:05 ` dhazeghi@yahoo.com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: green@redhat.com @ 2003-06-02  2:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From green@redhat.com  2003-06-02 02:32 -------
I don't know why the bug report claims to be for an i686-pc-linux-gnu target. 
I configured with --target=mips-elf.

I suspect that this problem will show up for any target that supports prefetching.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops
       [not found] <20030201002600.9531.green@localhost.localdomain>
  2003-06-01 23:02 ` [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops dhazeghi@yahoo.com
  2003-06-02  2:32 ` green@redhat.com
@ 2003-06-05  1:05 ` dhazeghi@yahoo.com
  2003-11-05 15:07 ` green at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-05  1:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-05 01:05:44
               date|                            |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-05 01:05 -------
Confirmed with gcc 3.3 branch and mainline (20030604). With branch, there are 12 prefetch 
instructions in a row. With mainline, there are 10 prefetch instructions, but they are spread out. 
This is with a mips-elf cross-compiler using -O3 -funroll-loops -fprefetch-loop-arrays -
march=mips4.

Dara

P.S. Oh the reason this bug report had i686-linux as the target initially is that's what Target was 
set to in the original GNATS report...



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops
       [not found] <20030201002600.9531.green@localhost.localdomain>
                   ` (2 preceding siblings ...)
  2003-06-05  1:05 ` dhazeghi@yahoo.com
@ 2003-11-05 15:07 ` green at redhat dot com
  2003-11-05 16:07 ` bangerth at dealii dot org
  2003-12-09 17:51 ` dhazeghi at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: green at redhat dot com @ 2003-11-05 15:07 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From green at redhat dot com  2003-11-05 15:07 -------
I just tried today's (20031105) tree-ssa branch and it doesn't appear to have
this problem anymore.  Presumably HEAD is in better shape as well.  It's
probably not worth fixing just for the 3.3 branch.

AG


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

* [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops
       [not found] <20030201002600.9531.green@localhost.localdomain>
                   ` (3 preceding siblings ...)
  2003-11-05 15:07 ` green at redhat dot com
@ 2003-11-05 16:07 ` bangerth at dealii dot org
  2003-12-09 17:51 ` dhazeghi at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: bangerth at dealii dot org @ 2003-11-05 16:07 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From bangerth at dealii dot org  2003-11-05 16:07 -------
Aparently fixed, according to submitter. Thanks for giving us this feedback,
Anthony!

W.


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

* [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops
       [not found] <20030201002600.9531.green@localhost.localdomain>
                   ` (4 preceding siblings ...)
  2003-11-05 16:07 ` bangerth at dealii dot org
@ 2003-12-09 17:51 ` dhazeghi at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 17:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

end of thread, other threads:[~2003-12-09 17:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030201002600.9531.green@localhost.localdomain>
2003-06-01 23:02 ` [Bug optimization/9531] Problem with -fprefetch-loop-arrays -funroll-loops dhazeghi@yahoo.com
2003-06-02  2:32 ` green@redhat.com
2003-06-05  1:05 ` dhazeghi@yahoo.com
2003-11-05 15:07 ` green at redhat dot com
2003-11-05 16:07 ` bangerth at dealii dot org
2003-12-09 17:51 ` dhazeghi at yahoo dot com

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).