[Bug fortran/44595] INTENT of argeuments to intrinsics procedure not check

2010-08-09 Thread janus at gcc dot gnu dot org


--- Comment #3 from janus at gcc dot gnu dot org  2010-08-09 17:41 ---
(In reply to comment #0)
 The problem is in check_variable() in check.c.  The first if-statement
 prevents the second one from being reached.

Right. However, exchanging them produces lots of regressions, since the intent
of the formal argument is not checked.


-- 

janus at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |janus at gcc dot gnu dot org
   |dot org |
 Status|UNCONFIRMED |ASSIGNED
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2010-08-09 17:41:16
   date||


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



[Bug fortran/44595] INTENT of argeuments to intrinsics procedure not check

2010-06-21 Thread janus at gcc dot gnu dot org


--- Comment #2 from janus at gcc dot gnu dot org  2010-06-21 09:02 ---
cf. also PR40039


-- 

janus at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||janus at gcc dot gnu dot org


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



[Bug fortran/44595] INTENT of argeuments to intrinsics procedure not check

2010-06-19 Thread kargl at gcc dot gnu dot org


--- Comment #1 from kargl at gcc dot gnu dot org  2010-06-20 03:53 ---
Update the summary.

AFAICT, for intrinsics procedure that specify an INTENT for its 
arguments, the INTENT isn't checked.

Sigh.  This is opening a can of worms.  More later. :(


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

Summary|SIZE in RANDOM_SEED is an   |INTENT of  argeuments to
   |intent(out) variable.   |intrinsics procedure not
   ||check


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