[Bug fortran/29652] ambiguous interface declaration undetected

2006-11-23 Thread pault at gcc dot gnu dot org


--- Comment #4 from pault at gcc dot gnu dot org  2006-11-23 19:14 ---
Subject: Bug 29652

Author: pault
Date: Thu Nov 23 19:14:05 2006
New Revision: 119132

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119132
Log:
2006-11-23 Paul Thomas  [EMAIL PROTECTED]

PR fortran/25087
* resolve.c (resolve_fl_procedure): Add an error if an external
automatic character length function does not have an explicit
interface.

PR fortran/29652
* interface.c (check_interface1): Use a local value, instead of
the dummy, as the inner iterator over interface symbols.

PR fortran/29820
* trans-array.c (gfc_get_derived_type): Once done, spread the
backend_decl to all identical derived types in all sibling
namespaces.

2006-11-23 Paul Thomas  [EMAIL PROTECTED]

PR fortran/25087
* gfortran.dg/auto_char_len_4.f90: New test.

PR fortran/29652
* gfortran.dg/generic_7.f90: New test.
* gfortran.dg/defined_operators_1.f90: Add new error.

PR fortran/29820
* gfortran.dg/used_types_13.f90: New test.



Added:
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/auto_char_len_4.f90
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/generic_7.f90
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/used_types_13.f90
Modified:
branches/gcc-4_2-branch/gcc/fortran/ChangeLog
branches/gcc-4_2-branch/gcc/fortran/interface.c
branches/gcc-4_2-branch/gcc/fortran/resolve.c
branches/gcc-4_2-branch/gcc/fortran/trans-types.c
branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/defined_operators_1.f90


-- 


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



[Bug fortran/29652] ambiguous interface declaration undetected

2006-11-23 Thread pault at gcc dot gnu dot org


--- Comment #5 from pault at gcc dot gnu dot org  2006-11-23 19:18 ---
Fixed on trunk and 4.2

Paul


-- 

pault at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


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



[Bug fortran/29652] ambiguous interface declaration undetected

2006-11-15 Thread patchapp at dberlin dot org


--- Comment #2 from patchapp at dberlin dot org  2006-11-15 18:25 ---
Subject: Bug number PR29652

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01067.html


-- 


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



[Bug fortran/29652] ambiguous interface declaration undetected

2006-11-15 Thread pault at gcc dot gnu dot org


-- 

pault at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |pault at gcc dot gnu dot org
   |dot org |
 Status|NEW |ASSIGNED
   Last reconfirmed|2006-10-31 05:41:20 |2006-11-15 18:58:25
   date||


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



[Bug fortran/29652] ambiguous interface declaration undetected

2006-10-30 Thread pault at gcc dot gnu dot org


--- Comment #1 from pault at gcc dot gnu dot org  2006-10-31 05:41 ---
OK, we are going to need a meta-bug for interfaces.

Confirmed accepts-invalid.

Paul


-- 

pault at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Keywords||accepts-invalid
   Last reconfirmed|-00-00 00:00:00 |2006-10-31 05:41:20
   date||


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