[Bug fortran/41022] [4.5.0] problem with procedure pointers

2009-08-10 Thread janus at gcc dot gnu dot org
--- Comment #2 from janus at gcc dot gnu dot org 2009-08-10 12:46 --- Confirmed. -fdump-tree-original shows: assign_proc_ptr (void (*) (void) * ptr, struct container_t & obj1) { *ptr = obj1->proc; } -- janus at gcc dot gnu dot org changed: What|Removed

[Bug fortran/41022] [4.5.0] problem with procedure pointers

2009-08-10 Thread reuter at physik dot uni-freiburg dot de
--- Comment #1 from reuter at physik dot uni-freiburg dot de 2009-08-10 10:12 --- Created an attachment (id=18335) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18335&action=view) Example file which shows the PP problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41022