[Bug fortran/36076] Pointer intent(IN): Mark as const pointer

2008-12-26 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2008-12-27 00:38 --- *** This bug has been marked as a duplicate of 23169 *** -- dfranke at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/36076] Pointer intent(IN): Mark as const pointer

2008-04-29 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2008-04-29 12:03 --- > const for non function decls, mean nothing to the middle-end. > I mean on local variables, const mean nothing. Good to know. Then every (non-VALUE) dummy argument except POINTERs and ALLOCATABLEs can be marked as "

[Bug fortran/36076] Pointer intent(IN): Mark as const pointer

2008-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-04-29 11:35 --- I mean on local variables, const mean nothing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36076

[Bug fortran/36076] Pointer intent(IN): Mark as const pointer

2008-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-04-29 11:35 --- const for non function decls, mean nothing to the middle-end. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36076