[Bug fortran/32627] [ISO Bind C] Accept c_f_pointer for TYPE

2007-07-21 Thread kargl at gcc dot gnu dot org


--- Comment #5 from kargl at gcc dot gnu dot org  2007-07-21 23:45 ---
Subject: Bug 32627

Author: kargl
Date: Sat Jul 21 23:45:44 2007
New Revision: 126817

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126817
Log:
2007-07-21  Christopher D. Rickett  [EMAIL PROTECTED]

PR fortran/32627
* resolve.c (set_name_and_label): Set kind number for character
version of c_f_pointer.
(gfc_iso_c_sub_interface): Set the kind of the SHAPE formal arg to
that of the actual SHAPE arg.
* symbol.c (gen_shape_param): Initialize kind for SHAPE arg.

2007-07-21  Christopher D. Rickett  [EMAIL PROTECTED]

PR fortran/32627
* libgfortran/intrinsics/iso_c_generated_procs.c: Add c_f_pointer
for character/string arguments.
* libgfortran/intrinsic/iso_c_binding.c (c_f_pointer_u0): Allow
the optional SHAPE arg to be any valid integer kind.
* libgfortran/gfortran.map: Add c_f_pointer_s0.
* libgfortran/mk-kinds-h.sh: Save smallest integer kind as default
character kind.
* libgfortran/intrinsics/iso_c_generated_procs.c: Add versions of
c_f_pointer for complex and logical types.
* libgfortran/gfortran.map: Add c_f_pointer versions for logical
and complex types.

2007-07-21  Christopher D. Rickett  [EMAIL PROTECTED]

PR fortran/32627
* gfortran.dg/pr32627_driver.c: Driver for pr32627.
* gfortran.dg/pr32627.f03: New test case.
* gfortran.dg/c_f_pointer_logical.f03: New test case.
* gfortran.dg/c_f_pointer_logical_driver.c: Driver for
c_f_pointer_logical.
* gfortran.dg/c_f_pointer_complex_driver.c: Driver for
c_f_pointer_complex.
* gfortran.dg/c_f_pointer_complex.f03: New test case.
* gfortran.dg/c_f_pointer_shape_tests_2_driver.c: Driver for
c_f_pointer_shape_tests_2.
* gfortran.dg/c_f_pointer_shape_tests_2.f03: New test case.


Added:
trunk/gcc/testsuite/gfortran.dg/c_f_pointer_complex.f03
trunk/gcc/testsuite/gfortran.dg/c_f_pointer_complex_driver.c
trunk/gcc/testsuite/gfortran.dg/c_f_pointer_logical.f03
trunk/gcc/testsuite/gfortran.dg/c_f_pointer_logical_driver.c
trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_2.f03
trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_2_driver.c
trunk/gcc/testsuite/gfortran.dg/pr32627.f03
trunk/gcc/testsuite/gfortran.dg/pr32627_driver.c
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/resolve.c
trunk/gcc/fortran/symbol.c
trunk/gcc/testsuite/ChangeLog
trunk/libgfortran/ChangeLog
trunk/libgfortran/gfortran.map
trunk/libgfortran/intrinsics/iso_c_binding.c
trunk/libgfortran/intrinsics/iso_c_generated_procs.c
trunk/libgfortran/mk-kinds-h.sh


-- 


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



[Bug fortran/32627] [ISO Bind C] Accept c_f_pointer for TYPE

2007-07-21 Thread kargl at gcc dot gnu dot org


--- Comment #6 from kargl at gcc dot gnu dot org  2007-07-21 23:48 ---
Fixed on trunk.


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


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



[Bug fortran/32627] [ISO Bind C] Accept c_f_pointer for TYPE

2007-07-18 Thread patchapp at dberlin dot org


--- Comment #4 from patchapp at dberlin dot org  2007-07-18 18:10 ---
Subject: Bug number PR 32627

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/2007-07/msg01541.html


-- 


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



[Bug fortran/32627] [ISO Bind C] Accept c_f_pointer for TYPE

2007-07-17 Thread burnus at gcc dot gnu dot org


--- Comment #3 from burnus at gcc dot gnu dot org  2007-07-17 15:25 ---
 Also
 http://www.lrz-muenchen.de/services/software/mathematik/gsl/fortran/index.html
 fails with the same error.
 (One needs to change g95) into g95|gfortran) in configure.)

This is related in so far that it is c_f_pointer, but it fails for a different
reason: SHAPE can be any integer kind, but gfortran only accepts the default
kind.


-- 


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



[Bug fortran/32627] [ISO Bind C] Accept c_f_pointer for TYPE

2007-07-16 Thread patchapp at dberlin dot org


--- Comment #2 from patchapp at dberlin dot org  2007-07-16 19:05 ---
Subject: Bug number pr32627

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/2007-07/msg01459.html


-- 


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



[Bug fortran/32627] [ISO Bind C] Accept c_f_pointer for TYPE

2007-07-11 Thread burnus at gcc dot gnu dot org


--- Comment #1 from burnus at gcc dot gnu dot org  2007-07-11 08:46 ---
Also
http://www.lrz-muenchen.de/services/software/mathematik/gsl/fortran/index.html
fails with the same error.
(One needs to change g95) into g95|gfortran) in configure.)


-- 


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



[Bug fortran/32627] [ISO Bind C] Accept c_f_pointer for TYPE

2007-07-04 Thread burnus at gcc dot gnu dot org


-- 

burnus at gcc dot gnu dot org changed:

   What|Removed |Added

Summary|[ISO Bind C] Accept |[ISO Bind C] Accept
   |c_pointer_* for TYPE|c_f_pointer for TYPE
   Target Milestone|--- |4.3.0


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