public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
       [not found] <bug-16292-4@http.gcc.gnu.org/bugzilla/>
  2011-03-31 15:32 ` [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real ro at gcc dot gnu.org
@ 2011-03-31 15:32 ` ro at gcc dot gnu.org
  2011-03-31 15:33 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-31 15:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-31 15:02:39 UTC ---
Author: ro
Date: Thu Mar 31 15:02:33 2011
New Revision: 171784

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171784
Log:
    PR target/16292
    * gfortran.dg/g77/cabs.f: Only xfail execution on mips-sgi-irix6*
    with -O0.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/g77/cabs.f


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
       [not found] <bug-16292-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-31 15:32 ` ro at gcc dot gnu.org
  2011-03-31 15:32 ` ro at gcc dot gnu.org
  2011-03-31 15:33 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-31 15:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-31 15:05:53 UTC ---
Author: ro
Date: Thu Mar 31 15:05:47 2011
New Revision: 171785

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171785
Log:
    PR target/16292
    * gfortran.dg/g77/cabs.f: Only xfail execution on mips-sgi-irix6*
    with -O0.

Modified:
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/g77/cabs.f


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
       [not found] <bug-16292-4@http.gcc.gnu.org/bugzilla/>
  2011-03-31 15:32 ` [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real ro at gcc dot gnu.org
  2011-03-31 15:32 ` ro at gcc dot gnu.org
@ 2011-03-31 15:33 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-31 15:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-31 15:11:28 UTC ---
Author: ro
Date: Thu Mar 31 15:11:20 2011
New Revision: 171786

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171786
Log:
    PR target/16292
    * gfortran.dg/g77/cabs.f: Only xfail execution on mips-sgi-irix6*
    with -O0 except with -mabi=32.

Modified:
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/g77/cabs.f


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
  2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-08-20  1:10 ` billingd at gcc dot gnu dot org
@ 2004-08-25 16:59 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-25 16:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


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


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
  2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-08-19 19:02 ` pinskia at gcc dot gnu dot org
@ 2004-08-20  1:10 ` billingd at gcc dot gnu dot org
  2004-08-25 16:59 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 10+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-08-20  1:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From billingd at gcc dot gnu dot org  2004-08-20 01:10 -------
power.f90 fixed by Richard Sandiford's complex ABI patch.
cabs still fails for different reason.

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


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


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
  2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-08-02  6:01 ` cvs-commit at gcc dot gnu dot org
@ 2004-08-19 19:02 ` pinskia at gcc dot gnu dot org
  2004-08-20  1:10 ` billingd at gcc dot gnu dot org
  2004-08-25 16:59 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-19 19:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-19 19:02 -------
Does this work now?

-- 


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


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
  2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-08-02  4:53 ` billingd at gcc dot gnu dot org
@ 2004-08-02  6:01 ` cvs-commit at gcc dot gnu dot org
  2004-08-19 19:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-02  6:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-02 06:00 -------
Subject: Bug 16292

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	billingd@gcc.gnu.org	2004-08-02 06:00:55

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gfortran.dg/g77: cabs.f 

Log message:
	2004-08-02  David Billinghurst
	
	PR fortran/16292
	* gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4082&r2=1.4083
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/g77/cabs.f.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
  2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
  2004-07-01  7:20 ` [Bug target/16292] " pinskia at gcc dot gnu dot org
  2004-07-01 23:13 ` billingd at gcc dot gnu dot org
@ 2004-08-02  4:53 ` billingd at gcc dot gnu dot org
  2004-08-02  6:01 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-08-02  4:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From billingd at gcc dot gnu dot org  2004-08-02 04:53 -------
Test gfortran.dg/g77/cabs.f fails for similar reasons.

-- 


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


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
  2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
  2004-07-01  7:20 ` [Bug target/16292] " pinskia at gcc dot gnu dot org
@ 2004-07-01 23:13 ` billingd at gcc dot gnu dot org
  2004-08-02  4:53 ` billingd at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-07-01 23:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |16322


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


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

* [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real
  2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
@ 2004-07-01  7:20 ` pinskia at gcc dot gnu dot org
  2004-07-01 23:13 ` billingd at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-01  7:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-01 07:20 -------
Confirmed, then this is an ABI problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|fortran                     |target
     Ever Confirmed|                            |1
           Keywords|                            |ABI
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-01 07:20:44
               date|                            |


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


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

end of thread, other threads:[~2011-03-31 15:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16292-4@http.gcc.gnu.org/bugzilla/>
2011-03-31 15:32 ` [Bug target/16292] Test power.f90 fails on irix6.5 for complex**real ro at gcc dot gnu.org
2011-03-31 15:32 ` ro at gcc dot gnu.org
2011-03-31 15:33 ` ro at gcc dot gnu.org
2004-06-30  6:17 [Bug fortran/16292] New: " billingd at gcc dot gnu dot org
2004-07-01  7:20 ` [Bug target/16292] " pinskia at gcc dot gnu dot org
2004-07-01 23:13 ` billingd at gcc dot gnu dot org
2004-08-02  4:53 ` billingd at gcc dot gnu dot org
2004-08-02  6:01 ` cvs-commit at gcc dot gnu dot org
2004-08-19 19:02 ` pinskia at gcc dot gnu dot org
2004-08-20  1:10 ` billingd at gcc dot gnu dot org
2004-08-25 16:59 ` 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).