------- Comment #16 from burnus at gcc dot gnu dot org 2010-04-19 15:13 ------- Works: 2009-07-24-r150035 Fails: 2009-07-29-r150196
(Both trees were _not_ clean, but the first has the same patches as the second one, plus one more - thus, it is rather likely that the regression range is still correct.) I think the culprit is: Date: Sat Jul 25 11:56:35 2009 New Revision: 150078 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150078 2009-07-25 Janus Weil <ja...@gcc.gnu.org> PR fortran/39630 * decl.c (match_ppc_decl): Implement the PASS attribute for procedure pointer components. [...] * module.c (MOD_VERSION): Bump module version. (binding_ppc): New string constants. (mio_component): Only use formal args if component is a procedure pointer and add 'tb' member. (mio_typebound_proc): Include pass_arg and take care of procedure pointer components. [...] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43227