public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/22038] New: Forall with mask broken
@ 2005-06-12 15:40 tobi at gcc dot gnu dot org
  2005-06-12 15:43 ` [Bug fortran/22038] " tobi at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-06-12 15:40 UTC (permalink / raw)
  To: gcc-bugs

This is why gfortran.dg/forall_1.f90 is XFAILed.

-- 
           Summary: Forall with mask broken
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tobi at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,jakub at redhat dot
                    com,pbrook at gcc dot gnu dot org


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


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

* [Bug fortran/22038] Forall with mask broken
  2005-06-12 15:40 [Bug fortran/22038] New: Forall with mask broken tobi at gcc dot gnu dot org
@ 2005-06-12 15:43 ` tobi at gcc dot gnu dot org
  2005-06-12 15:50 ` tobi at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-06-12 15:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-06-12 15:43 -------
Discussed in this thread: http://gcc.gnu.org/ml/fortran/2005-06/msg00101.html

-- 


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


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

* [Bug fortran/22038] Forall with mask broken
  2005-06-12 15:40 [Bug fortran/22038] New: Forall with mask broken tobi at gcc dot gnu dot org
  2005-06-12 15:43 ` [Bug fortran/22038] " tobi at gcc dot gnu dot org
@ 2005-06-12 15:50 ` tobi at gcc dot gnu dot org
  2005-06-12 15:51 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-06-12 15:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-06-12 15:50 -------
A patch which fixes the testcase is here:
http://gcc.gnu.org/ml/fortran/2005-06/msg00138.html

Further fixes to FORALL here:
http://gcc.gnu.org/ml/fortran/2005-06/msg00166.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/fortra
                   |                            |n/2005-06/msg00138.html


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


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

* [Bug fortran/22038] Forall with mask broken
  2005-06-12 15:40 [Bug fortran/22038] New: Forall with mask broken tobi at gcc dot gnu dot org
  2005-06-12 15:43 ` [Bug fortran/22038] " tobi at gcc dot gnu dot org
  2005-06-12 15:50 ` tobi at gcc dot gnu dot org
@ 2005-06-12 15:51 ` pinskia at gcc dot gnu dot org
  2005-06-13 18:24 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-12 15:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-12 15:51:54
               date|                            |


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


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

* [Bug fortran/22038] Forall with mask broken
  2005-06-12 15:40 [Bug fortran/22038] New: Forall with mask broken tobi at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-06-12 15:51 ` pinskia at gcc dot gnu dot org
@ 2005-06-13 18:24 ` cvs-commit at gcc dot gnu dot org
  2005-06-13 18:30 ` cvs-commit at gcc dot gnu dot org
  2005-06-13 19:02 ` tobi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-13 18:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-13 18:23 -------
Subject: Bug 22038

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2005-06-13 18:23:46

Modified files:
	gcc/fortran    : ChangeLog trans-stmt.c 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gfortran.dg: forall_1.f90 

Log message:
	fortran/
	2005-06-13  Jakub Jelinek  <jakub@redhat.com>
	
	PR fortran/22038
	* trans-stmt.c (gfc_trans_forall_loop): Only increment maskindex
	in the innermost loop.
	
	testsuite/
	2005-06-13  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
	
	PR fortran/22038
	* gfortran.dg/forall_1.f90: Un-XFAIL.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.462&r2=1.463
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-stmt.c.diff?cvsroot=gcc&r1=1.34&r2=1.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5632&r2=1.5633
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/forall_1.f90.diff?cvsroot=gcc&r1=1.3&r2=1.4



-- 


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


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

* [Bug fortran/22038] Forall with mask broken
  2005-06-12 15:40 [Bug fortran/22038] New: Forall with mask broken tobi at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-06-13 18:24 ` cvs-commit at gcc dot gnu dot org
@ 2005-06-13 18:30 ` cvs-commit at gcc dot gnu dot org
  2005-06-13 19:02 ` tobi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-13 18:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-13 18:30 -------
Subject: Bug 22038

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	tobi@gcc.gnu.org	2005-06-13 18:30:15

Modified files:
	gcc/fortran    : ChangeLog trans-stmt.c 

Log message:
	2005-06-13  Jakub Jelinek  <jakub@redhat.com>
	
	PR fortran/22038
	* trans-stmt.c (gfc_trans_forall_loop): Only increment maskindex
	in the innermost loop.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.335.2.71&r2=1.335.2.72
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-stmt.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.24.6.4&r2=1.24.6.5



-- 


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


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

* [Bug fortran/22038] Forall with mask broken
  2005-06-12 15:40 [Bug fortran/22038] New: Forall with mask broken tobi at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-06-13 18:30 ` cvs-commit at gcc dot gnu dot org
@ 2005-06-13 19:02 ` tobi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-06-13 19:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-06-13 19:02 -------
The commit fixes only a small part of the issues, namely those which made
gfortran.dg/forall_1.f90 fail.  There remain several issues as explained here
together with a patch for some of them:
http://gcc.gnu.org/ml/fortran/2005-06/msg00166.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/fortra|
                   |n/2005-06/msg00138.html     |


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


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

end of thread, other threads:[~2005-06-13 19:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-12 15:40 [Bug fortran/22038] New: Forall with mask broken tobi at gcc dot gnu dot org
2005-06-12 15:43 ` [Bug fortran/22038] " tobi at gcc dot gnu dot org
2005-06-12 15:50 ` tobi at gcc dot gnu dot org
2005-06-12 15:51 ` pinskia at gcc dot gnu dot org
2005-06-13 18:24 ` cvs-commit at gcc dot gnu dot org
2005-06-13 18:30 ` cvs-commit at gcc dot gnu dot org
2005-06-13 19:02 ` tobi 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).