re PR fortran/13372 (ICE in trans-types.c (gfc_typenode_for_spec), see #13201)
authorTobias Schlüter <tobi@gcc.gnu.org>
Wed, 9 Jun 2004 12:55:50 +0000 (14:55 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Wed, 9 Jun 2004 12:55:50 +0000 (14:55 +0200)
commit62f1d4705d0b042e13faad97ea12b665b4f3ad84
treec1de926e45c095751fbacdbbeac74a56885562fc
parentb40742a53183a904e4902b1fcad54b7b2c6cf57d
re PR fortran/13372 (ICE in trans-types.c (gfc_typenode_for_spec), see #13201)

fortran/
PR fortran/13372
* module.c (write_symbol, write_symtree): Don't write symbols
wrongly added to namespace.
* trans-decl.c (gfc_create_module_variable): Don't create a
backend decl for a symbol incorrectly added to namespace.

testsuite/
PR fortran/13372
* gfortran.fortran-torture/compile/named_args_2.f90: New test.

From-SVN: r82834
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/fortran/trans-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/compile/named_args_2.f90 [new file with mode: 0644]