[Bug fortran/41022] [F03] procedure pointer components as actual arguments

2009-08-12 Thread reuter at physik dot uni-freiburg dot de
--- Comment #9 from reuter at physik dot uni-freiburg dot de 2009-08-12 19:21 --- Sorry, false alarm. Had a truncated test file. -- reuter at physik dot uni-freiburg dot de changed: What|Removed |Added -

[Bug fortran/41022] [F03] procedure pointer components as actual arguments

2009-08-12 Thread reuter at physik dot uni-freiburg dot de
--- Comment #8 from reuter at physik dot uni-freiburg dot de 2009-08-12 19:09 --- The fix seems not to work with the test program. On Linux 32 bit I get the following when compiling: /tmp/cciQlmr1.o: In function `MAIN__': foo.f90:(.text+0x1b): undefined reference to `proc_' collect2: l

[Bug fortran/41022] [F03] procedure pointer components as actual arguments

2009-08-11 Thread janus at gcc dot gnu dot org
--- Comment #7 from janus at gcc dot gnu dot org 2009-08-11 20:15 --- Fixed with r150665. Thanks for the report. -- janus at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/41022] [F03] procedure pointer components as actual arguments

2009-08-11 Thread janus at gcc dot gnu dot org
--- Comment #6 from janus at gcc dot gnu dot org 2009-08-11 20:08 --- Subject: Bug 41022 Author: janus Date: Tue Aug 11 20:08:35 2009 New Revision: 150665 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150665 Log: 2009-08-11 Janus Weil PR fortran/41022 * tran

[Bug fortran/41022] [F03] procedure pointer components as actual arguments

2009-08-10 Thread janus at gcc dot gnu dot org
--- Comment #5 from janus at gcc dot gnu dot org 2009-08-10 14:14 --- This patchlet should fix it: Index: gcc/fortran/trans-expr.c === --- gcc/fortran/trans-expr.c(revision 150621) +++ gcc/fortran/trans-expr.c(worki