aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/gfortran.map
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2008-05-25 19:52:03 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2008-05-25 19:52:03 +0200
commit5ec81069e5422ce9e606abc35ff3152a9478caf5 (patch)
treeca93358d5c827cf4f4f0ac92f9cfd0055fc12c0e /libgfortran/gfortran.map
parentfb238648c42ed68efbf890c01cb9631a02455a2a (diff)
downloadgcc-5ec81069e5422ce9e606abc35ff3152a9478caf5.zip
gcc-5ec81069e5422ce9e606abc35ff3152a9478caf5.tar.gz
gcc-5ec81069e5422ce9e606abc35ff3152a9478caf5.tar.bz2
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function)
2008-05-25 Tobias Burnus <burnus@net-b.de> PR fortran/32600 * trans-expr.c (gfc_conv_function_call): Remove library call for c_f_pointer with scalar Fortran pointers and for c_f_procpointer. 2008-05-25 Tobias Burnus <burnus@net-b.de> PR fortran/32600 * intrinsics/iso_c_binding.c (c_f_procpointer): Remove. * intrinsics/iso_c_binding.h (c_f_procpointer): Remove. * gfortran.map (c_f_procpointer): Remove. 2008-05-25 Tobias Burnus <burnus@net-b.de> PR fortran/32600 * gfortran.dg/c_f_pointer_tests_3.f90: New. From-SVN: r135877
Diffstat (limited to 'libgfortran/gfortran.map')
-rw-r--r--libgfortran/gfortran.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/gfortran.map b/libgfortran/gfortran.map
index b61ce87..4244aca 100644
--- a/libgfortran/gfortran.map
+++ b/libgfortran/gfortran.map
@@ -1026,7 +1026,6 @@ GFORTRAN_1.0 {
__iso_c_binding_c_f_pointer_l4;
__iso_c_binding_c_f_pointer_l8;
__iso_c_binding_c_f_pointer_u0;
- __iso_c_binding_c_f_procpointer;
local:
*;
};