[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2009-12-10 Thread dfranke at gcc dot gnu dot org
--- Comment #9 from dfranke at gcc dot gnu dot org 2009-12-10 19:10 --- See also PR38839 for expanded character set. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36275

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2009-05-24 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2009-05-24 20:08 --- PR38838 has additional testcases: subroutine test() bind(c, name=trim("Hello ")) end and subroutine test() bind(c, name=1_"name") end -- fxcoudert at gcc dot gnu dot org changed: What

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2009-05-24 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2009-05-24 20:07 --- *** Bug 38838 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2008-09-03 Thread mikael dot morin at tele2 dot fr
--- Comment #6 from mikael dot morin at tele2 dot fr 2008-09-03 21:44 --- Created an attachment (id=16215) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16215&action=view) proposed patch With this patch the first testcase compiles with two warnings. It doesn't handle import stat

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2008-06-04 Thread janus at gcc dot gnu dot org
--- Comment #5 from janus at gcc dot gnu dot org 2008-06-04 21:10 --- Rev. 136372 fixes the issue from comment #2 (but not the original test case in comment #0). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36275

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2008-06-04 Thread janus at gcc dot gnu dot org
--- Comment #4 from janus at gcc dot gnu dot org 2008-06-04 21:05 --- Subject: Bug 36275 Author: janus Date: Wed Jun 4 21:04:32 2008 New Revision: 136372 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136372 Log: 2008-06-04 Janus Weil <[EMAIL PROTECTED]> PR fortran/3

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2008-05-28 Thread janus at gcc dot gnu dot org
--- Comment #3 from janus at gcc dot gnu dot org 2008-05-28 21:58 --- The problem in comment #2 was indeed introduced by my rev. 134867, and can be fixed by the following patch: Index: gcc/fortran/resolve.c === --- gcc/fort

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2008-05-20 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-05-20 16:51 --- The other problem mentioned in the thread is the following bogus warning: procedure(stub), bind(C,name='cacosf') :: my_ACOS ! Compiles 1 Warning: Variable 'my_ac

[Bug fortran/36275] Binding label can be any scalar char initialisation expression

2008-05-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-05-20 10:09 --- And there is more to it (with import statements), see the rest of the thread at http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/148d078cda002dc1# -- fxcoudert at gcc dot gnu dot org chang