public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15530] New: [gfortran] apsi from SPEC2K issues
@ 2004-05-19 14:24 dann at godzilla dot ics dot uci dot edu
  2004-05-19 16:00 ` [Bug fortran/15530] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dann at godzilla dot ics dot uci dot edu @ 2004-05-19 14:24 UTC (permalink / raw)
  To: gcc-bugs

apsi from SPEC2K compiles (with some warnings)
 In file apsi.f:574

      IF(NWINDX.EQ.1) PAUSE
                          1
Warning: Obsolete: PAUSE statement at (1)
/tmp/cctWASPe.s: Assembler messages:
/tmp/cctWASPe.s:29180: Warning: .space repeat count is zero, ignored

it runs, but the output is not totally correct: 


comparing files in
'/notnfs/dnovillo/spec2000/benchspec/CFP2000/301.apsi/run/00000002'
comparing 'APO10' with cw='', abstol='1e-07', reltol='0.01',obiwan='',skiptol=''
comparing 'APO11' with cw='', abstol='1e-07', reltol='0.01',obiwan='',skiptol=''
comparing 'APO6' with cw='', abstol='1e-07', reltol='0.01',obiwan='',skiptol=''
comparing 'APO8' with cw='', abstol='1e-07', reltol='0.01',obiwan='',skiptol=''
comparing 'APV' with cw='', abstol='1e-07', reltol='0.01',obiwan='',skiptol=''
Specinvoke: /notnfs/dnovillo/spec2000/bin/specinvoke -E -d
/notnfs/dnovillo/spec2000/b
enchspec/CFP2000/301.apsi/run/00000002 -c 1 -e compare.err -o compare.out -f
compare.c
md
*** Miscompare of APO10, see
/notnfs/dnovillo/spec2000/benchspec/CFP2000/301.apsi/run/
00000002/APO10.mis
0060:             7000.0000
                  1400.0000
                          ^
*** Miscompare of APO11, see
/notnfs/dnovillo/spec2000/benchspec/CFP2000/301.apsi/run/
00000002/APO11.mis
0001:     0.00000E+00   0.29016E+03   0.43898E+03   0.65411E-01   0.82368E-03  
0.2002
1E+03   0.13082E-03   0.00000E+00
          0.00000E+00   0.29016E+03   0.43897E+03   0.65410E-01   0.82368E-03  
0.4269
8E+03   0.13082E-03   0.00000E+00
                                                                               
      
    ^

All these can be seen in the SPEC log files produced by Diego's SPEC tester:

http://people.redhat.com/dnovillo/spec2000/gcc/log/

look in any sub-directory for the file named log.XYZ.gz

-- 
           Summary: [gfortran] apsi from SPEC2K issues
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dann at godzilla dot ics dot uci dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/15530] [gfortran] apsi from SPEC2K issues
  2004-05-19 14:24 [Bug fortran/15530] New: [gfortran] apsi from SPEC2K issues dann at godzilla dot ics dot uci dot edu
@ 2004-05-19 16:00 ` pinskia at gcc dot gnu dot org
  2004-05-22 20:51 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-19 16:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-18 23:06 -------
The .space problem is most likely the same as bug 14976.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |14976, 15502


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


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

* [Bug fortran/15530] [gfortran] apsi from SPEC2K issues
  2004-05-19 14:24 [Bug fortran/15530] New: [gfortran] apsi from SPEC2K issues dann at godzilla dot ics dot uci dot edu
  2004-05-19 16:00 ` [Bug fortran/15530] " pinskia at gcc dot gnu dot org
@ 2004-05-22 20:51 ` pinskia at gcc dot gnu dot org
  2004-06-01  2:25 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-22 20:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|15502                       |
OtherBugsDependingO|                            |15502
              nThis|                            |


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


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

* [Bug fortran/15530] [gfortran] apsi from SPEC2K issues
  2004-05-19 14:24 [Bug fortran/15530] New: [gfortran] apsi from SPEC2K issues dann at godzilla dot ics dot uci dot edu
  2004-05-19 16:00 ` [Bug fortran/15530] " pinskia at gcc dot gnu dot org
  2004-05-22 20:51 ` pinskia at gcc dot gnu dot org
@ 2004-06-01  2:25 ` pinskia at gcc dot gnu dot org
  2004-06-01  2:29 ` pinskia at gcc dot gnu dot org
  2004-08-21 15:28 ` [Bug fortran/15530] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-01  2:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-01 02:25 -------
It looks like this is fixed now: <http://people.redhat.com/dnovillo/spec2000/gcc/individual-run-
ratio.html> except for the .space issue and I looked into apsi's sources and it is an exact dup of bug 
14976.

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


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


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

* [Bug fortran/15530] [gfortran] apsi from SPEC2K issues
  2004-05-19 14:24 [Bug fortran/15530] New: [gfortran] apsi from SPEC2K issues dann at godzilla dot ics dot uci dot edu
                   ` (2 preceding siblings ...)
  2004-06-01  2:25 ` pinskia at gcc dot gnu dot org
@ 2004-06-01  2:29 ` pinskia at gcc dot gnu dot org
  2004-08-21 15:28 ` [Bug fortran/15530] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-01  2:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-01 02:29 -------
Oh by the way I think this patch fixed it:
2004-05-30  Paul Brook  <paul@codesourcery.com>

        PR fortran/15620
        * trans-decl.c (gfc_shadow_sym, gfc_restore_sym): New functions.
        * trans-expr.c (gfc_trans_string_copy): New function.
        (gfc_conv_statement_function): Use them.  Create temp vars.  Enforce
        character lengths.
        (gfc_conv_string_parameter): Use gfc_trans_string_copy.
        * trans-stmt.c (gfc_trans_forall_1): Use gfc_{shadow,restore}_sym.
        * trans.h (struct gfc_saved_var): Define.
        (gfc_shadow_sym, gfc_restore_sym): Add prototypes.

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


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


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

* [Bug fortran/15530] apsi from SPEC2K issues
  2004-05-19 14:24 [Bug fortran/15530] New: [gfortran] apsi from SPEC2K issues dann at godzilla dot ics dot uci dot edu
                   ` (3 preceding siblings ...)
  2004-06-01  2:29 ` pinskia at gcc dot gnu dot org
@ 2004-08-21 15:28 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-21 15:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15530 depends on bug 14976, which changed state.

Bug 14976 Summary: .space is wrong
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14976

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-08-21 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-19 14:24 [Bug fortran/15530] New: [gfortran] apsi from SPEC2K issues dann at godzilla dot ics dot uci dot edu
2004-05-19 16:00 ` [Bug fortran/15530] " pinskia at gcc dot gnu dot org
2004-05-22 20:51 ` pinskia at gcc dot gnu dot org
2004-06-01  2:25 ` pinskia at gcc dot gnu dot org
2004-06-01  2:29 ` pinskia at gcc dot gnu dot org
2004-08-21 15:28 ` [Bug fortran/15530] " 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).