public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
       [not found] <bug-36534-4@http.gcc.gnu.org/bugzilla/>
@ 2014-09-27 15:22 ` fxcoudert at gcc dot gnu.org
  2014-09-29  8:33 ` fxcoudert at gcc dot gnu.org
  2014-10-04 10:19 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 16+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-09-27 15:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36534

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |fxcoudert at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |fxcoudert at gcc dot gnu.org


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
       [not found] <bug-36534-4@http.gcc.gnu.org/bugzilla/>
  2014-09-27 15:22 ` [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95 fxcoudert at gcc dot gnu.org
@ 2014-09-29  8:33 ` fxcoudert at gcc dot gnu.org
  2014-10-04 10:19 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 16+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-09-29  8:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36534
Bug 36534 depends on bug 37173, which changed state.

Bug 37173 Summary: Check whether intrinsic assignment between character kind=1 / 4 is allowed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37173

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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
       [not found] <bug-36534-4@http.gcc.gnu.org/bugzilla/>
  2014-09-27 15:22 ` [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95 fxcoudert at gcc dot gnu.org
  2014-09-29  8:33 ` fxcoudert at gcc dot gnu.org
@ 2014-10-04 10:19 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 16+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-10-04 10:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36534

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

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

--- Comment #13 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Fixed on trunk


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2010-04-13  4:31 ` jvdelisle at gcc dot gnu dot org
@ 2010-05-02 14:31 ` dfranke at gcc dot gnu dot org
  12 siblings, 0 replies; 16+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2010-05-02 14:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from dfranke at gcc dot gnu dot org  2010-05-02 14:31 -------
Assuming PR37173 is correct, isn't this example invalid anyway (as already
noted by Tobias in #4)?

Instead, it should probably be written as:
  CHARACTER (kind=4,len=*) MY_STRING4(1:3)
  PARAMETER ( MY_STRING4 = (/ 4_"A" , 4_"B", 4_"C" /) )
END


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |37173


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2009-12-06  1:03 ` jvdelisle at gcc dot gnu dot org
@ 2010-04-13  4:31 ` jvdelisle at gcc dot gnu dot org
  2010-05-02 14:31 ` dfranke at gcc dot gnu dot org
  12 siblings, 0 replies; 16+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2010-04-13  4:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jvdelisle at gcc dot gnu dot org  2010-04-13 04:31 -------
With current trunk (4.6) I see this:

$ valgrind --leak-check=full f951 parameter_array_init_4.f90 

--- snip ---
==12209== 48 bytes in 6 blocks are definitely lost in loss record 21 of 352
==12209==    at 0x4A0515D: malloc (vg_replace_malloc.c:195)
==12209==    by 0x36F3809F38: __gmp_default_allocate (in
/usr/lib64/libgmp.so.3.5.0)
==12209==    by 0x36F381A17D: __gmpz_init_set (in /usr/lib64/libgmp.so.3.5.0)
==12209==    by 0x4B20C9: gfc_copy_shape (expr.c:373)
==12209==    by 0x4B2353: gfc_copy_expr (expr.c:556)
==12209==    by 0x4B5567: simplify_parameter_variable (expr.c:1633)
==12209==    by 0x4B5317: gfc_simplify_expr (expr.c:1744)
==12209==    by 0x4B5236: gfc_simplify_expr (expr.c:882)
==12209==    by 0x4FE188: resolve_operator (resolve.c:3584)
==12209==    by 0x4F8C04: gfc_resolve_expr (resolve.c:5587)
==12209==    by 0x4FDFF2: resolve_operator (resolve.c:3316)
==12209==    by 0x4F8C04: gfc_resolve_expr (resolve.c:5587)
==12209== 
==12209== 72 bytes in 9 blocks are definitely lost in loss record 202 of 352
==12209==    at 0x4A0515D: malloc (vg_replace_malloc.c:195)
==12209==    by 0x36F3809F38: __gmp_default_allocate (in
/usr/lib64/libgmp.so.3.5.0)
==12209==    by 0x36F381A17D: __gmpz_init_set (in /usr/lib64/libgmp.so.3.5.0)
==12209==    by 0x4B20C9: gfc_copy_shape (expr.c:373)
==12209==    by 0x4B2353: gfc_copy_expr (expr.c:556)
==12209==    by 0x4B5567: simplify_parameter_variable (expr.c:1633)
==12209==    by 0x4B5317: gfc_simplify_expr (expr.c:1744)
==12209==    by 0x4B5236: gfc_simplify_expr (expr.c:882)
==12209==    by 0x4FE188: resolve_operator (resolve.c:3584)
==12209==    by 0x4F8C04: gfc_resolve_expr (resolve.c:5587)
==12209==    by 0x4FE04B: resolve_operator (resolve.c:3307)
==12209==    by 0x4F8C04: gfc_resolve_expr (resolve.c:5587)
==12209== 
==12209== 158 bytes in 1 blocks are definitely lost in loss record 276 of 352
==12209==    at 0x4A04481: calloc (vg_replace_malloc.c:418)
==12209==    by 0xC8DE48: xcalloc (xmalloc.c:162)
==12209==    by 0x625854: init_emit (emit-rtl.c:5566)
==12209==    by 0x6B9EC7: prepare_function_start (function.c:4183)
==12209==    by 0x6B9F68: init_function_start (function.c:4231)
==12209==    by 0x5373CD: trans_function_start (trans-decl.c:1928)
==12209==    by 0x540976: gfc_generate_function_code (trans-decl.c:4292)
==12209==    by 0x4ECC9B: gfc_parse_file (parse.c:4226)
==12209==    by 0x521BF7: gfc_be_parse_file (f95-lang.c:239)
==12209==    by 0x80A2BB: do_compile (toplev.c:1053)
==12209==    by 0x80A9FD: toplev_main (toplev.c:2459)
==12209==    by 0x36EE81EB1C: (below main) (libc-start.c:226)
==12209== 
==12209== 158 bytes in 1 blocks are definitely lost in loss record 277 of 352
==12209==    at 0x4A04481: calloc (vg_replace_malloc.c:418)
==12209==    by 0xC8DE48: xcalloc (xmalloc.c:162)
==12209==    by 0x625854: init_emit (emit-rtl.c:5566)
==12209==    by 0x6B9EC7: prepare_function_start (function.c:4183)
==12209==    by 0x6B9F68: init_function_start (function.c:4231)
==12209==    by 0x54122C: gfc_generate_function_code (trans-decl.c:4105)
==12209==    by 0x4ECC9B: gfc_parse_file (parse.c:4226)
==12209==    by 0x521BF7: gfc_be_parse_file (f95-lang.c:239)
==12209==    by 0x80A2BB: do_compile (toplev.c:1053)
==12209==    by 0x80A9FD: toplev_main (toplev.c:2459)
==12209==    by 0x36EE81EB1C: (below main) (libc-start.c:226)
==12209== 


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2009-12-06  0:16 ` jvdelisle at gcc dot gnu dot org
@ 2009-12-06  1:03 ` jvdelisle at gcc dot gnu dot org
  2010-04-13  4:31 ` jvdelisle at gcc dot gnu dot org
  2010-05-02 14:31 ` dfranke at gcc dot gnu dot org
  12 siblings, 0 replies; 16+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2009-12-06  1:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jvdelisle at gcc dot gnu dot org  2009-12-06 01:02 -------
OK we have a Heisenbug going on here.

Running from Valgrind like this:

 valgrind --leak-check=full f951 -pedantic <untitled.f
==14463== Memcheck, a memory error detector.
==14463== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==14463== Using LibVEX rev 1804, a library for dynamic binary translation.
==14463== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==14463== Using valgrind-3.3.0, a dynamic binary instrumentation framework.
==14463== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==14463== For more details, rerun with: -v
==14463== 
Warning: Reading file '<stdin>' as free form
        .file   "<stdin>"
:2.51:

      PARAMETER ( MY_STRING4 = (/ "A" , "B", "C" /) )
                                                   1
Warning: Obsolescent feature: CHARACTER(*) function '__convert_s1_s4' at (1)

---- snip ----

==14463== 316 bytes in 2 blocks are definitely lost in loss record 2 of 6
==14463==    at 0x4A05174: calloc (vg_replace_malloc.c:397)
==14463==    by 0xCD3CA8: xcalloc (xmalloc.c:162)
==14463==    by 0x629AF4: init_emit (emit-rtl.c:5565)
==14463==    by 0x6C2CB7: prepare_function_start (function.c:4169)
==14463==    by 0x6C2D58: init_function_start (function.c:4217)
==14463==    by 0x53B5FD: trans_function_start (trans-decl.c:1925)
==14463==    by 0x5423FE: gfc_generate_function_code (trans-decl.c:4272)
==14463==    by 0x4EF4F3: gfc_parse_file (parse.c:4223)
==14463==    by 0x52587C: gfc_be_parse_file (f95-lang.c:239)
==14463==    by 0x81B205: toplev_main (toplev.c:1049)
==14463==    by 0x3F6841E329: (below main) (libc-start.c:220)
==14463== 
==14463== LEAK SUMMARY:
==14463==    definitely lost: 316 bytes in 2 blocks.
==14463==      possibly lost: 64 bytes in 2 blocks.
==14463==    still reachable: 423,076 bytes in 1,336 blocks.
==14463==         suppressed: 0 bytes in 0 blocks.
==14463== Reachable blocks (those to which a pointer was found) are not shown.
==14463== To see them, rerun with: --leak-check=full --show-reachable=yes


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-12-05 18:54 ` burnus at gcc dot gnu dot org
@ 2009-12-06  0:16 ` jvdelisle at gcc dot gnu dot org
  2009-12-06  1:03 ` jvdelisle at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2009-12-06  0:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jvdelisle at gcc dot gnu dot org  2009-12-06 00:16 -------
I can not reproduce at all.  Can you try an update.  Maybe one our patches
recently fixed this.


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2009-12-05 18:28 ` tkoenig at gcc dot gnu dot org
@ 2009-12-05 18:54 ` burnus at gcc dot gnu dot org
  2009-12-06  0:16 ` jvdelisle at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-12-05 18:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from burnus at gcc dot gnu dot org  2009-12-05 18:54 -------
(In reply to comment #5)
> It looks like this is fixed.  I could not reproduce the problem.

I still get this problem:

$ cat fhjfff.f90
CHARACTER (kind=4,len=*) MY_STRING4(1:3)
PARAMETER ( MY_STRING4 = (/ "A" , "B", "C" /) )
end

$ gfortran -pedantic fhjfff.f90
fhjfff.f90:2.45:

PARAMETER ( MY_STRING4 = (/ "A" , "B", "C" /) )
                                             1
Warning: Obsolescent feature: CHARACTER(*) function '__convert_s1_s4' at (1)


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-12-05  6:56 ` jvdelisle at gcc dot gnu dot org
@ 2009-12-05 18:28 ` tkoenig at gcc dot gnu dot org
  2009-12-05 18:54 ` burnus at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2009-12-05 18:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from tkoenig at gcc dot gnu dot org  2009-12-05 18:28 -------
$ cat huhu.f90
CHARACTER (kind=4,len=*) MY_STRING4(1:3), my_string_s4
PARAMETER ( MY_STRING4 = (/ "A" , "B", "C" /) )
end
$ gfortran huhu.f90
huhu.f90:1.54:

CHARACTER (kind=4,len=*) MY_STRING4(1:3), my_string_s4
                                                      1
Error: Entity with assumed character length at (1) must be a dummy argument or
a PARAMETER

Changing the len=* to len=1 removes that error.

Let's commit a modified test case and close the bug.


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-08-24 10:39 ` burnus at gcc dot gnu dot org
@ 2009-12-05  6:56 ` jvdelisle at gcc dot gnu dot org
  2009-12-05 18:28 ` tkoenig at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2009-12-05  6:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2009-12-05 06:56 -------
It looks like this is fixed.  I could not reproduce the problem.


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-08-23  8:15 ` fxcoudert at gcc dot gnu dot org
@ 2008-08-24 10:39 ` burnus at gcc dot gnu dot org
  2009-12-05  6:56 ` jvdelisle at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-08-24 10:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from burnus at gcc dot gnu dot org  2008-08-24 10:38 -------
One could work around the bug: As such conversions are not valid, one just
needs to reject them with -pedantic (cf. PR 37173) ;-)


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-07-18 13:29 ` burnus at gcc dot gnu dot org
@ 2008-08-23  8:15 ` fxcoudert at gcc dot gnu dot org
  2008-08-24 10:39 ` burnus at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2008-08-23  8:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|fxcoudert at gcc dot gnu dot|unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-07-09 22:56 ` fxcoudert at gcc dot gnu dot org
@ 2008-07-18 13:29 ` burnus at gcc dot gnu dot org
  2008-08-23  8:15 ` fxcoudert at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-07-18 13:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2008-07-18 13:28 -------
Note: The test case parameter_array_init_4.f90 (Rev. 137950) now avoids the
conversion by using kind-4 literals. However, the bug itself is still present.
See example in comment #0.


-- 


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
  2008-06-13 23:06 ` [Bug fortran/36534] " fxcoudert at gcc dot gnu dot org
  2008-06-14  5:15 ` jvdelisle at gcc dot gnu dot org
@ 2008-07-09 22:56 ` fxcoudert at gcc dot gnu dot org
  2008-07-18 13:29 ` burnus at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2008-07-09 22:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-06-13 23:06:13         |2008-07-09 22:55:31
               date|                            |


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
  2008-06-13 23:06 ` [Bug fortran/36534] " fxcoudert at gcc dot gnu dot org
@ 2008-06-14  5:15 ` jvdelisle at gcc dot gnu dot org
  2008-07-09 22:56 ` fxcoudert at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-06-14  5:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2008-06-14 05:14 -------
*** Bug 36535 has been marked as a duplicate of this bug. ***


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com


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


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

* [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
  2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
@ 2008-06-13 23:06 ` fxcoudert at gcc dot gnu dot org
  2008-06-14  5:15 ` jvdelisle at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2008-06-13 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2008-06-13 23:06 -------
I love that one: "Fixed-form is likely to be F77/legacy." Well, the issue is
that I don't think we have a way to tell, from the sym, that it's a "internal"
conversion function. Maybe the crude way, check if the name starts with
"__convert_"?


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-06-13 23:06:13
               date|                            |


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


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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-36534-4@http.gcc.gnu.org/bugzilla/>
2014-09-27 15:22 ` [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95 fxcoudert at gcc dot gnu.org
2014-09-29  8:33 ` fxcoudert at gcc dot gnu.org
2014-10-04 10:19 ` fxcoudert at gcc dot gnu.org
2008-06-13 21:34 [Bug fortran/36534] New: " burnus at gcc dot gnu dot org
2008-06-13 23:06 ` [Bug fortran/36534] " fxcoudert at gcc dot gnu dot org
2008-06-14  5:15 ` jvdelisle at gcc dot gnu dot org
2008-07-09 22:56 ` fxcoudert at gcc dot gnu dot org
2008-07-18 13:29 ` burnus at gcc dot gnu dot org
2008-08-23  8:15 ` fxcoudert at gcc dot gnu dot org
2008-08-24 10:39 ` burnus at gcc dot gnu dot org
2009-12-05  6:56 ` jvdelisle at gcc dot gnu dot org
2009-12-05 18:28 ` tkoenig at gcc dot gnu dot org
2009-12-05 18:54 ` burnus at gcc dot gnu dot org
2009-12-06  0:16 ` jvdelisle at gcc dot gnu dot org
2009-12-06  1:03 ` jvdelisle at gcc dot gnu dot org
2010-04-13  4:31 ` jvdelisle at gcc dot gnu dot org
2010-05-02 14:31 ` dfranke 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).