public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/60781] New: cannot match namelist object name
@ 2014-04-07 17:47 lauraelcomeau at yahoo dot co.uk
  2014-04-07 18:23 ` [Bug fortran/60781] " kargl at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: lauraelcomeau at yahoo dot co.uk @ 2014-04-07 17:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60781
           Summary: cannot match namelist object name
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: lauraelcomeau at yahoo dot co.uk

Created attachment 32559
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32559&action=edit
namelist

Hi

I am trying to compile code using gfortran on a mac which I have previously
successfully compiled and run on a PC. 

I get the following error:

At line 171 of file ./code/INPUT.f90 (unit = 5, file = 'stdin')
Fortran runtime error: Cannot match namelist object name ‘met_04270_62_65.txt’

The namelist is attached.

I see there are similar errors reported but can't find out whether there is a
fix for this or not.

Any help would be greatly appreciated - even if it is a workaround.

Thanks

Laura
>From gcc-bugs-return-448472-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Apr 07 18:10:44 2014
Return-Path: <gcc-bugs-return-448472-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 614 invoked by alias); 7 Apr 2014 18:10:43 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 567 invoked by uid 48); 7 Apr 2014 18:10:37 -0000
From: "danglin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/56203] gfortran.dg/minlocval_3.f90 times out on Solaris/SPARC
Date: Mon, 07 Apr 2014 18:10:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.8.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: danglin at gcc dot gnu.org
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cf_gcctarget cc cf_gcchost cf_gccbuild
Message-ID: <bug-56203-4-tApy26y4QT@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-56203-4@http.gcc.gnu.org/bugzilla/>
References: <bug-56203-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-04/txt/msg00492.txt.bz2
Content-length: 824

http://gcc.gnu.org/bugzilla/show_bug.cgi?idV203

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|sparc*-*-solaris2.*         |sparc*-*-solaris2.*
                   |                            |hppa*-*-hpux*
                 CC|                            |danglin at gcc dot gnu.org
               Host|sparc*-*-solaris2.*         |sparc*-*-solaris2.*
                   |                            |hppa*-*-hpux*
              Build|sparc*-*-solaris2.*         |sparc*-*-solaris2.*
                   |                            |hppa*-*-hpux*

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> ---
Also marginal on slower hppa machines.


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
@ 2014-04-07 18:23 ` kargl at gcc dot gnu.org
  2014-04-07 22:05 ` lauraelcomeau at yahoo dot co.uk
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kargl at gcc dot gnu.org @ 2014-04-07 18:23 UTC (permalink / raw)
  To: gcc-bugs

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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org ---
(In reply to Laura C from comment #0)
> Created attachment 32559 [details]
> namelist
> 
> Hi
> 
> I am trying to compile code using gfortran on a mac which I have previously
> successfully compiled and run on a PC. 
> 
> I get the following error:
> 
> At line 171 of file ./code/INPUT.f90 (unit = 5, file = 'stdin')
> Fortran runtime error: Cannot match namelist object name
> ‘met_04270_62_65.txt’
> 
> The namelist is attached.
> 
> I see there are similar errors reported but can't find out whether there is
> a fix for this or not.
> 

We'll need the Fortran code.  It looks like you're trying
to read from stdin.  Is this correct?  What gfortran command
line and how did you execute the program?
>From gcc-bugs-return-448474-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Apr 07 19:16:25 2014
Return-Path: <gcc-bugs-return-448474-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19720 invoked by alias); 7 Apr 2014 19:16:25 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 19162 invoked by uid 48); 7 Apr 2014 19:16:19 -0000
From: "congh at google dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/60773] [4.9 Regression] FAIL: gcc.dg/vect/pr60656.c -flto -ffat-lto-objects  scan-tree-dump-times vect "vectorized 1 loops" 1
Date: Mon, 07 Apr 2014 19:16:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: testsuite
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: congh at google dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-60773-4-BmCjp1tz3H@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60773-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60773-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-04/txt/msg00494.txt.bz2
Content-length: 3472

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`773

Cong Hou <congh at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |congh at google dot com

--- Comment #2 from Cong Hou <congh at google dot com> ---
This is my bad. I have created a new patch as below to fix this issue. Another
email is sent to gcc-patches also.



diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 414a745..ea860e7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2014-04-07  Cong Hou  <congh@google.com>
+
+    PR testsuite/60773
+    * testsuite/lib/target-supports.exp:
+    Add check_effective_target_vect_widen_mult_si_to_di_pattern.
+    * gcc.dg/vect/pr60656.c: Update the test by checking if the targets
+    vect_widen_mult_si_to_di_pattern and vect_long are supported.
+
 2014-03-28  Cong Hou  <congh@google.com>

     PR tree-optimization/60656
diff --git a/gcc/testsuite/gcc.dg/vect/pr60656.c
b/gcc/testsuite/gcc.dg/vect/pr60656.c
index ebaab62..b80e008 100644
--- a/gcc/testsuite/gcc.dg/vect/pr60656.c
+++ b/gcc/testsuite/gcc.dg/vect/pr60656.c
@@ -1,5 +1,7 @@
 /* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_long } */

+#include <stdarg.h>
 #include "tree-vect.h"

 __attribute__ ((noinline)) long
@@ -12,7 +14,7 @@ foo ()
   for(i = 0; i < 4; ++i)
     {
       long P = v[i];
-      s += P*P*P;
+      s += P * P * P;
     }
   return s;
 }
@@ -27,7 +29,7 @@ bar ()
   for(i = 0; i < 4; ++i)
     {
       long P = v[i];
-      s += P*P*P;
+      s += P * P * P;
       __asm__ volatile ("");
     }
   return s;
@@ -35,11 +37,12 @@ bar ()

 int main()
 {
+  check_vect ();
+
   if (foo () != bar ())
     abort ();
   return 0;
 }

-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target
vect_widen_mult_si_to_di_pattern } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
-
diff --git a/gcc/testsuite/lib/target-supports.exp
b/gcc/testsuite/lib/target-supports.exp
index bee8471..6d9d689 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -3732,6 +3732,27 @@ proc
check_effective_target_vect_widen_mult_hi_to_si_pattern { } {
 }

 # Return 1 if the target plus current options supports a vector
+# widening multiplication of *int* args into *long* result, 0 otherwise.
+#
+# This won't change for different subtargets so cache the result.
+
+proc check_effective_target_vect_widen_mult_si_to_di_pattern { } {
+    global et_vect_widen_mult_si_to_di_pattern
+
+    if [info exists et_vect_widen_mult_si_to_di_pattern_saved] {
+        verbose "check_effective_target_vect_widen_mult_si_to_di_pattern:
using cached result" 2
+    } else {
+        if {[istarget ia64-*-*]
+              || [istarget i?86-*-*]
+          || [istarget x86_64-*-*] } {
+            set et_vect_widen_mult_si_to_di_pattern_saved 1
+        }
+    }
+    verbose "check_effective_target_vect_widen_mult_si_to_di_pattern:
returning $et_vect_widen_mult_si_to_di_pattern_saved" 2
+    return $et_vect_widen_mult_si_to_di_pattern_saved
+}
+
+# Return 1 if the target plus current options supports a vector
 # widening shift, 0 otherwise.
 #
 # This won't change for different subtargets so cache the result.


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
  2014-04-07 18:23 ` [Bug fortran/60781] " kargl at gcc dot gnu.org
@ 2014-04-07 22:05 ` lauraelcomeau at yahoo dot co.uk
  2014-04-07 22:09 ` lauraelcomeau at yahoo dot co.uk
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lauraelcomeau at yahoo dot co.uk @ 2014-04-07 22:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Laura C <lauraelcomeau at yahoo dot co.uk> ---
Created attachment 32561
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32561&action=edit
Input.f90 file


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
  2014-04-07 18:23 ` [Bug fortran/60781] " kargl at gcc dot gnu.org
  2014-04-07 22:05 ` lauraelcomeau at yahoo dot co.uk
@ 2014-04-07 22:09 ` lauraelcomeau at yahoo dot co.uk
  2014-04-08  1:53 ` sgk at troutmask dot apl.washington.edu
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lauraelcomeau at yahoo dot co.uk @ 2014-04-07 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Laura C <lauraelcomeau at yahoo dot co.uk> ---
Created attachment 32562
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32562&action=edit
shell script

The code is a series of f90 files compiled in a shell script - as attached. 
I've also attached the INPUT.f90 file where there is the error reading from the
namelist, there is no individual 'stdin' file which is why it was hard to
understand the error.

Thank you

Laura


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (2 preceding siblings ...)
  2014-04-07 22:09 ` lauraelcomeau at yahoo dot co.uk
@ 2014-04-08  1:53 ` sgk at troutmask dot apl.washington.edu
  2014-04-08  9:18 ` lauraelcomeau at yahoo dot co.uk
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sgk at troutmask dot apl.washington.edu @ 2014-04-08  1:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Mon, Apr 07, 2014 at 10:09:11PM +0000, lauraelcomeau at yahoo dot co.uk
wrote:
> 
> The code is a series of f90 files compiled in a shell script - as attached. 
> I've also attached the INPUT.f90 file where there is the error reading from the
> namelist, there is no individual 'stdin' file which is why it was hard to
> understand the error.
> 

Thanks for the file although by itself it is not sufficient to 
reproduce the problem.  I will however speculate.  Your code
contains

...
    namelist /grids/ dem_file,vegf_file,vegh_file,wind_file,Nsmax,Nsoil,sx,sy
...
    read(5, grids)

where I find no OPEN statement for unit=5.  This means that
you are reading from stdin.  So, if you are executing the
binary JIM_exe, you need to redirect the file with the namelist.
You something like

% JIM_exe < file_with_namelist_data

for csh or tcsh.  How do you run the resulting JIM_exe?


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (3 preceding siblings ...)
  2014-04-08  1:53 ` sgk at troutmask dot apl.washington.edu
@ 2014-04-08  9:18 ` lauraelcomeau at yahoo dot co.uk
  2014-04-08 10:11 ` dominiq at lps dot ens.fr
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lauraelcomeau at yahoo dot co.uk @ 2014-04-08  9:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Laura C <lauraelcomeau at yahoo dot co.uk> ---

Yes, I type ./JIM_exe<namelist.txt
to run the executable. 

The executable appears to read the files under the 'grids' section of the
namelist successfully, but produces this error when reading the met_file under
the 'drive' section. The filename is correct and the met_file exists (a
different error is produced if the file is missing or the name is incorrect). 

I can attach the executable if that helps?


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (4 preceding siblings ...)
  2014-04-08  9:18 ` lauraelcomeau at yahoo dot co.uk
@ 2014-04-08 10:11 ` dominiq at lps dot ens.fr
  2014-04-08 22:11 ` lauraelcomeau at yahoo dot co.uk
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-04-08 10:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Curly quotes in

  met_file = ‘met_04270_62_65.txt’

The following code

implicit none

character(len=70) :: &
  dem_file='',      &! Elevation file name
  met_file='',      &! Driving data file name
  vegf_file='',     &! Vegetation fraction file name
  vegh_file='',     &! Vegetation height file name
  wind_file='',     &! Wind distribution file name
  RunID=''           ! Run identifier

integer :: & 
  Nsmax,Nsoil,noff,   &
  d,             &! Discretized wind direction (1 = NE, 2 = E, ..., 8 = N)
  i,j,           &! Grid indices
  is,js,         &! Grid location of met station
  dayout(12),monthout(12)

real :: &
  dt,lat,windir,zT,zU, &
  sx,sy,         &! Coordinates of met station (m)
  Waws,          &! Wind speed at met station
  xlo,ylo,       &! Grid SW corner coordinates (m)
  xhi,yhi         ! Grid NE corner coordinates (m)

real, allocatable :: &
  dzdx(:,:),     &! Partial derivative
  dzdy(:,:)       ! Partial derivative

namelist /grids/ dem_file,vegf_file,vegh_file,wind_file,Nsmax,Nsoil,sx,sy
namelist /drive/ dt,lat,met_file,noff,windir,zT,zU
namelist /output/ RunID,dayout,monthout

read(5, grids)
read(5, drive)
read(5, output)

print *, dem_file,vegf_file,vegh_file,wind_file,Nsmax,Nsoil,sx,sy
print *, dt,lat,met_file,noff,windir,zT,zU
print *, RunID,dayout,monthout

end

reads the namelist once the curly quotes have replaced with '.
>From gcc-bugs-return-448516-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Apr 08 10:14:22 2014
Return-Path: <gcc-bugs-return-448516-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 21250 invoked by alias); 8 Apr 2014 10:14:22 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 21157 invoked by uid 48); 8 Apr 2014 10:14:18 -0000
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/60763] [4.9 Regression] ICE in extract_insn starting with rev 208984
Date: Tue, 08 Apr 2014 10:14:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: rtl-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jakub at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-60763-4-fcyPkSDPVP@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60763-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60763-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-04/txt/msg00536.txt.bz2
Content-length: 931

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`763

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to David Edelsohn from comment #10)
> I'm not questioning the analysis, I'm questioning the solution. Directly
> generating a register and jamming in the REGNO in this pattern seems sort of
> crude.
>
> gen_rtx_REG (DImode, REGNO (op0));

I think this idiom is very commonly used in other backends for this purpose,
and is simple enough not to need any kind of extra wrapper.
Just look e.g. at
grep gen_rtx_REG' '.*REGNO gcc/config/i386/*.md

Perhaps a one line comment would be useful, but other than that the #c7 patch
looks just fine to me.


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (5 preceding siblings ...)
  2014-04-08 10:11 ` dominiq at lps dot ens.fr
@ 2014-04-08 22:11 ` lauraelcomeau at yahoo dot co.uk
  2014-04-08 22:12 ` lauraelcomeau at yahoo dot co.uk
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lauraelcomeau at yahoo dot co.uk @ 2014-04-08 22:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Laura C <lauraelcomeau at yahoo dot co.uk> ---
I've tried changing the Input.f90 code to 

character(len=70) :: &
  dem_file='',      &! Elevation file name
  met_file='',      &! Driving data file name
  vegf_file='',     &! Vegetation fraction file name
  vegh_file='',     &! Vegetation height file name
  wind_file='',     &! Wind distribution file name
  RunID=''           ! Run identifier

i.e adding the ='' into the code, but I still get the same namelist error.
Is this what you meant by the 'curly quotes'?

Laura


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (6 preceding siblings ...)
  2014-04-08 22:11 ` lauraelcomeau at yahoo dot co.uk
@ 2014-04-08 22:12 ` lauraelcomeau at yahoo dot co.uk
  2014-04-08 22:42 ` sgk at troutmask dot apl.washington.edu
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lauraelcomeau at yahoo dot co.uk @ 2014-04-08 22:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Laura C <lauraelcomeau at yahoo dot co.uk> ---
I've tried changing the Input.f90 code to 

character(len=70) :: &
  dem_file='',      &! Elevation file name
  met_file='',      &! Driving data file name
  vegf_file='',     &! Vegetation fraction file name
  vegh_file='',     &! Vegetation height file name
  wind_file='',     &! Wind distribution file name
  RunID=''           ! Run identifier

i.e adding the ='' into the code, but I still get the same namelist error.
Is this what you meant by the 'curly quotes'?

Laura


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (7 preceding siblings ...)
  2014-04-08 22:12 ` lauraelcomeau at yahoo dot co.uk
@ 2014-04-08 22:42 ` sgk at troutmask dot apl.washington.edu
  2014-04-09  8:29 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sgk at troutmask dot apl.washington.edu @ 2014-04-08 22:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
> 
> Is this what you meant by the 'curly quotes'?
> 

No.  Your input file contains curly quotes.  I've
changed the curly quotes to # show you where the
problem lies.

  met_file = #met_04270_62_65.txt#

Compare the quoting for vegh_file and met_file.  You need
to use ASCII character 39.  Looks like your input file is
using extended ASCII characters 145 and 146.  gfortran is
expected ASCII not extended ASCII.


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (8 preceding siblings ...)
  2014-04-08 22:42 ` sgk at troutmask dot apl.washington.edu
@ 2014-04-09  8:29 ` dominiq at lps dot ens.fr
  2014-04-09  9:06 ` lauraelcomeau at yahoo dot co.uk
  2014-04-21 19:36 ` jvdelisle at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-04-09  8:29 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-04-09
     Ever confirmed|0                           |1

--- Comment #10 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I think this PR should be closed as INVALID.


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (9 preceding siblings ...)
  2014-04-09  8:29 ` dominiq at lps dot ens.fr
@ 2014-04-09  9:06 ` lauraelcomeau at yahoo dot co.uk
  2014-04-21 19:36 ` jvdelisle at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: lauraelcomeau at yahoo dot co.uk @ 2014-04-09  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Laura C <lauraelcomeau at yahoo dot co.uk> ---
Thank you very much for your help - I will fix the curly quotes and hopefully
run the executable successfully when I get home from work later.
Apologies that it was my mistake.
Your help is much appreciated! 

Laura


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

* [Bug fortran/60781] cannot match namelist object name
  2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
                   ` (10 preceding siblings ...)
  2014-04-09  9:06 ` lauraelcomeau at yahoo dot co.uk
@ 2014-04-21 19:36 ` jvdelisle at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-21 19:36 UTC (permalink / raw)
  To: gcc-bugs

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

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |jvdelisle at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #12 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Closing as invalid input


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

end of thread, other threads:[~2014-04-21 19:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-07 17:47 [Bug fortran/60781] New: cannot match namelist object name lauraelcomeau at yahoo dot co.uk
2014-04-07 18:23 ` [Bug fortran/60781] " kargl at gcc dot gnu.org
2014-04-07 22:05 ` lauraelcomeau at yahoo dot co.uk
2014-04-07 22:09 ` lauraelcomeau at yahoo dot co.uk
2014-04-08  1:53 ` sgk at troutmask dot apl.washington.edu
2014-04-08  9:18 ` lauraelcomeau at yahoo dot co.uk
2014-04-08 10:11 ` dominiq at lps dot ens.fr
2014-04-08 22:11 ` lauraelcomeau at yahoo dot co.uk
2014-04-08 22:12 ` lauraelcomeau at yahoo dot co.uk
2014-04-08 22:42 ` sgk at troutmask dot apl.washington.edu
2014-04-09  8:29 ` dominiq at lps dot ens.fr
2014-04-09  9:06 ` lauraelcomeau at yahoo dot co.uk
2014-04-21 19:36 ` jvdelisle at gcc dot gnu.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).