public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops
       [not found] <20021128151600.8751.p.van-hoof@qub.ac.uk>
@ 2003-06-02  2:02 ` pinskia@physics.uc.edu
  2003-06-13 20:51 ` toon@gcc.gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-02  2: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=8751


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-02 02:02:30
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 02:02 -------
According to the submitter it still does not work with the mainline.



------- 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] 5+ messages in thread

* [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops
       [not found] <20021128151600.8751.p.van-hoof@qub.ac.uk>
  2003-06-02  2:02 ` [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops pinskia@physics.uc.edu
@ 2003-06-13 20:51 ` toon@gcc.gnu.org
  2003-06-14  2:25 ` p.van-hoof@qub.ac.uk
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: toon@gcc.gnu.org @ 2003-06-13 20:51 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=8751


toon@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


------- Additional Comments From toon@gcc.gnu.org  2003-06-13 20:51 -------
Eric Botcazou today (20030613) fixed a bug in loop unrolling that
was provoked on sparc32.

Could you grab a new CVS head (from trunk or 3.3 branch) and test your
code with it ?

Thanks, Toon.


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

* [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops
       [not found] <20021128151600.8751.p.van-hoof@qub.ac.uk>
  2003-06-02  2:02 ` [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops pinskia@physics.uc.edu
  2003-06-13 20:51 ` toon@gcc.gnu.org
@ 2003-06-14  2:25 ` p.van-hoof@qub.ac.uk
  2003-06-14 12:16 ` toon@gcc.gnu.org
  2003-12-09 17:37 ` dhazeghi at yahoo dot com
  4 siblings, 0 replies; 5+ messages in thread
From: p.van-hoof@qub.ac.uk @ 2003-06-14  2:25 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=8751



------- Additional Comments From p.van-hoof@qub.ac.uk  2003-06-14 02:25 -------
Subject: Re:  g77 produces incorrect code when using -funroll-loops

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


> Eric Botcazou today (20030613) fixed a bug in loop unrolling that
> was provoked on sparc32.
> 
> Could you grab a new CVS head (from trunk or 3.3 branch) and test your
> code with it ?


Looks good! g77 version 3.4 20030613 solves the problem...


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

* [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops
       [not found] <20021128151600.8751.p.van-hoof@qub.ac.uk>
                   ` (2 preceding siblings ...)
  2003-06-14  2:25 ` p.van-hoof@qub.ac.uk
@ 2003-06-14 12:16 ` toon@gcc.gnu.org
  2003-12-09 17:37 ` dhazeghi at yahoo dot com
  4 siblings, 0 replies; 5+ messages in thread
From: toon@gcc.gnu.org @ 2003-06-14 12:16 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=8751


toon@gcc.gnu.org changed:

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


------- Additional Comments From toon@gcc.gnu.org  2003-06-14 12:16 -------
Closed because submitter reports that Eric Botcazou's fix to loop unrolling
(PR 10955) also fixed his problem.


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

* [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops
       [not found] <20021128151600.8751.p.van-hoof@qub.ac.uk>
                   ` (3 preceding siblings ...)
  2003-06-14 12:16 ` toon@gcc.gnu.org
@ 2003-12-09 17:37 ` dhazeghi at yahoo dot com
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 17:37 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.1


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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021128151600.8751.p.van-hoof@qub.ac.uk>
2003-06-02  2:02 ` [Bug fortran/8751] g77 produces incorrect code when using -funroll-loops pinskia@physics.uc.edu
2003-06-13 20:51 ` toon@gcc.gnu.org
2003-06-14  2:25 ` p.van-hoof@qub.ac.uk
2003-06-14 12:16 ` toon@gcc.gnu.org
2003-12-09 17:37 ` 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).