public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/41162]  New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
@ 2009-08-25  4:34 hjl dot tools at gmail dot com
  2009-08-25  4:40 ` [Bug fortran/41162] " hjl dot tools at gmail dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-08-25  4:34 UTC (permalink / raw)
  To: gcc-bugs

Revision 151049 gave:

gfortran -c -o chgpen.fppized.o    -O2 -ffast-math       -DSPEC_CPU_LP64 
-ffixed-form       chgpen.fppized.f
        WRITE(IW,410) NV,NVA,NFLAT,ALPHA,BETA,GAMMA,CHISQ,
                    1
Error: FORMAT label 410 at (1) not defined
chgpen.fppized.f:2075.22:

         WRITE(IW,1240) NF,CHISQ,(XVAL(J),J=1,NV)
                      1
Error: FORMAT label 1240 at (1) not defined
specmake[3]: *** [chgpen.fppized.o] Error 1

Revision 151042 is OK. It may be caused by:

http://gcc.gnu.org/ml/gcc-cvs/2009-08/msg00725.html
http://gcc.gnu.org/ml/gcc-cvs/2009-08/msg00727.html


-- 
           Summary: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to
                    build
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
@ 2009-08-25  4:40 ` hjl dot tools at gmail dot com
  2009-08-25  4:45 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-08-25  4:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2009-08-25 04:40 -------
The complete error is

chgpen.fppized.f:2107.56:

     *       1X,'INITIAL VALUE OF CHISQ =',1P,E17.10,0P/
                                                        1
Error: Comma required after P descriptor in format string at (1)
chgpen.fppized.f:2111.57:

     *       1X,'ENDING VALUE OF CHISQ   =',1P,E17.10,0P/
                                                         1
Error: Comma required after P descriptor in format string at (1)
chgpen.fppized.f:1884.20:

        WRITE(IW,410) NV,NVA,NFLAT,ALPHA,BETA,GAMMA,CHISQ,
                    1
Error: FORMAT label 410 at (1) not defined
chgpen.fppized.f:2075.22:

         WRITE(IW,1240) NF,CHISQ,(XVAL(J),J=1,NV)
                      1
Error: FORMAT label 1240 at (1) not defined


-- 


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
  2009-08-25  4:40 ` [Bug fortran/41162] " hjl dot tools at gmail dot com
@ 2009-08-25  4:45 ` pinskia at gcc dot gnu dot org
  2009-08-25  4:57 ` jvdelisle at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-08-25  4:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-08-25 04:45 -------
This is most likely a dup of bug 41154.


-- 


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
  2009-08-25  4:40 ` [Bug fortran/41162] " hjl dot tools at gmail dot com
  2009-08-25  4:45 ` pinskia at gcc dot gnu dot org
@ 2009-08-25  4:57 ` jvdelisle at gcc dot gnu dot org
  2009-08-25  5:22 ` jvdelisle at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2009-08-25  4:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jvdelisle at gcc dot gnu dot org  2009-08-25 04:57 -------
Its a DUP, but a different case I also did not think of.  The P descriptor
requires special casing and that is what is getting us here.

I will commit a fix shortly.


-- 


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-08-25  4:57 ` jvdelisle at gcc dot gnu dot org
@ 2009-08-25  5:22 ` jvdelisle at gcc dot gnu dot org
  2009-08-25  5:24 ` jvdelisle at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2009-08-25  5:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2009-08-25 05:22 -------
Subject: Bug 41162

Author: jvdelisle
Date: Tue Aug 25 05:22:14 2009
New Revision: 151074

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151074
Log:
2009-08-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/41162
        * io.c (check_format): Fix to not error on slash after P. Fix some
        error loci.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/io.c


-- 


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-08-25  5:22 ` jvdelisle at gcc dot gnu dot org
@ 2009-08-25  5:24 ` jvdelisle at gcc dot gnu dot org
  2009-08-25 15:52 ` jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2009-08-25  5:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2009-08-25 05:24 -------
Fixed. I will leave this open for a bit.  At the rate I am going I will break
everything by midnight. (zzz)


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-08-25 05:24:38
               date|                            |


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2009-08-25  5:24 ` jvdelisle at gcc dot gnu dot org
@ 2009-08-25 15:52 ` jsm28 at gcc dot gnu dot org
  2009-08-26  3:21 ` jvdelisle at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-08-25 15:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2009-08-25 15:52 ` jsm28 at gcc dot gnu dot org
@ 2009-08-26  3:21 ` jvdelisle at gcc dot gnu dot org
  2009-08-26  3:33 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2009-08-26  3:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jvdelisle at gcc dot gnu dot org  2009-08-26 03:20 -------
No bad news for a day, closing


-- 

jvdelisle at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (6 preceding siblings ...)
  2009-08-26  3:21 ` jvdelisle at gcc dot gnu dot org
@ 2009-08-26  3:33 ` hjl dot tools at gmail dot com
  2009-08-26 20:56 ` hjl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-08-26  3:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl dot tools at gmail dot com  2009-08-26 03:33 -------
Please add a testcase before closing.  Thanks.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (7 preceding siblings ...)
  2009-08-26  3:33 ` hjl dot tools at gmail dot com
@ 2009-08-26 20:56 ` hjl at gcc dot gnu dot org
  2009-08-26 20:56 ` hjl dot tools at gmail dot com
  2009-08-30  2:07 ` hjl at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: hjl at gcc dot gnu dot org @ 2009-08-26 20:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hjl at gcc dot gnu dot org  2009-08-26 20:55 -------
Subject: Bug 41162

Author: hjl
Date: Wed Aug 26 20:55:42 2009
New Revision: 151130

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151130
Log:
2009-08-26  H.J. Lu  <hongjiu.lu@intel.com>

        PR fortran/41162
        * gfortran.dg/pr41162.f: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr41162.f
Modified:
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (8 preceding siblings ...)
  2009-08-26 20:56 ` hjl at gcc dot gnu dot org
@ 2009-08-26 20:56 ` hjl dot tools at gmail dot com
  2009-08-30  2:07 ` hjl at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-08-26 20:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from hjl dot tools at gmail dot com  2009-08-26 20:56 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

* [Bug fortran/41162] [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
                   ` (9 preceding siblings ...)
  2009-08-26 20:56 ` hjl dot tools at gmail dot com
@ 2009-08-30  2:07 ` hjl at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: hjl at gcc dot gnu dot org @ 2009-08-30  2:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from hjl at gcc dot gnu dot org  2009-08-30 02:07 -------
Subject: Bug 41162

Author: hjl
Date: Sun Aug 30 02:06:32 2009
New Revision: 151218

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151218
Log:
2009-08-29  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2009-08-26  H.J. Lu  <hongjiu.lu@intel.com>

        PR fortran/41162
        * gfortran.dg/pr41162.f: New.

        2009-08-26  Richard Guenther  <rguenther@suse.de>

        PR middle-end/41163
        * gcc.c-torture/compile/pr41163.c: New testcase.

        2009-08-25  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/41139
        * gfortran.dg/proc_ptr_25.f90: New.
        * gfortran.dg/proc_ptr_comp_18.f90: New.
        * gfortran.dg/proc_ptr_comp_19.f90: New.

        2009-08-20  Michael Matz  <matz@suse.de>

        PR fortran/41126
        * gfortran.dg/pr41126.f90: New test.

        2009-08-20  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/41121
        * gfortran.dg/intrinsic_5.f90: New.

        2009-08-19  Jason Merrill  <jason@redhat.com>

        PR c++/41120
        * g++.dg/other/gc4.C: New.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/other/gc4.C
      - copied unchanged from r151217, trunk/gcc/testsuite/g++.dg/other/gc4.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr41163.c
      - copied unchanged from r151217,
trunk/gcc/testsuite/gcc.c-torture/compile/pr41163.c
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/intrinsic_5.f90
      - copied unchanged from r151217,
trunk/gcc/testsuite/gfortran.dg/intrinsic_5.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr41126.f90
      - copied unchanged from r151217,
trunk/gcc/testsuite/gfortran.dg/pr41126.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr41162.f
      - copied unchanged from r151216,
trunk/gcc/testsuite/gfortran.dg/pr41162.f
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/proc_ptr_25.f90
      - copied unchanged from r151217,
trunk/gcc/testsuite/gfortran.dg/proc_ptr_25.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_18.f90
      - copied unchanged from r151217,
trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_18.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_19.f90
      - copied unchanged from r151217,
trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_19.f90
Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

end of thread, other threads:[~2009-08-30  2:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-25  4:34 [Bug fortran/41162] New: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl dot tools at gmail dot com
2009-08-25  4:40 ` [Bug fortran/41162] " hjl dot tools at gmail dot com
2009-08-25  4:45 ` pinskia at gcc dot gnu dot org
2009-08-25  4:57 ` jvdelisle at gcc dot gnu dot org
2009-08-25  5:22 ` jvdelisle at gcc dot gnu dot org
2009-08-25  5:24 ` jvdelisle at gcc dot gnu dot org
2009-08-25 15:52 ` jsm28 at gcc dot gnu dot org
2009-08-26  3:21 ` jvdelisle at gcc dot gnu dot org
2009-08-26  3:33 ` hjl dot tools at gmail dot com
2009-08-26 20:56 ` hjl at gcc dot gnu dot org
2009-08-26 20:56 ` hjl dot tools at gmail dot com
2009-08-30  2:07 ` hjl 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).