This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[Patch, fortran] Derived type extension
- From: Salvatore Filippone <salvatore dot filippone at uniroma2 dot it>
- To: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- Cc: Fortran at gcc dot gnu dot org
- Date: Mon, 28 Jul 2008 10:25:17 +0200
- Subject: [Patch, fortran] Derived type extension
- Reply-to: salvatore dot filippone at uniroma2 dot it
Hi there,
I did an update from svn this morning, and tried the patch, with the
following:
svn update
..............
Aggiornato alla revisione 138204.
[sfilippo@localhost gcc]$ patch -p0 <../typext.patch
patching file gcc/fortran/trans-expr.c
patching file gcc/fortran/trans-array.c
Hunk #1 FAILED at 3253.
1 out of 1 hunk FAILED -- saving rejects to file
gcc/fortran/trans-array.c.rej
patching file gcc/fortran/symbol.c
Hunk #2 FAILED at 1838.
1 out of 2 hunks FAILED -- saving rejects to file
gcc/fortran/symbol.c.rej
patching file gcc/fortran/decl.c
Hunk #1 FAILED at 367.
Hunk #2 succeeded at 6422 (offset 172 lines).
Hunk #3 FAILED at 6472.
Hunk #4 succeeded at 6362 with fuzz 2 (offset 24 lines).
Hunk #5 FAILED at 6384.
Hunk #6 FAILED at 6395.
Hunk #7 FAILED at 6468.
5 out of 7 hunks FAILED -- saving rejects to file gcc/fortran/decl.c.rej
patching file gcc/fortran/gfortran.h
patching file gcc/fortran/module.c
Hunk #3 succeeded at 1803 with fuzz 2.
Hunk #4 succeeded at 1923 with fuzz 2.
patching file gcc/fortran/match.h
patching file gcc/fortran/primary.c
Hunk #1 succeeded at 1984 with fuzz 1.
Hunk #4 FAILED at 2149.
Hunk #5 FAILED at 2184.
Hunk #6 FAILED at 2425.
3 out of 6 hunks FAILED -- saving rejects to file
gcc/fortran/primary.c.rej
patching file gcc/testsuite/gfortran.dg/extends_1.f03
patching file gcc/testsuite/gfortran.dg/extends_2.f03
patching file gcc/testsuite/gfortran.dg/extends_3.f03
patching file gcc/testsuite/gfortran.dg/private_type_6.f90
patching file gcc/testsuite/gfortran.dg/structure_constructor_7.f03
patching file gcc/testsuite/gfortran.dg/structure_constructor_8.f03
What's up?
Thanks
Salvatore