comparison gcc/fortran/arith.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Compiler arithmetic header. 1 /* Compiler arithmetic header.
2 Copyright (C) 2000-2017 Free Software Foundation, Inc. 2 Copyright (C) 2000-2018 Free Software Foundation, Inc.
3 Contributed by Steven Bosscher 3 Contributed by Steven Bosscher
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
80 gfc_expr *gfc_hollerith2int (gfc_expr *, int); 80 gfc_expr *gfc_hollerith2int (gfc_expr *, int);
81 gfc_expr *gfc_hollerith2real (gfc_expr *, int); 81 gfc_expr *gfc_hollerith2real (gfc_expr *, int);
82 gfc_expr *gfc_hollerith2complex (gfc_expr *, int); 82 gfc_expr *gfc_hollerith2complex (gfc_expr *, int);
83 gfc_expr *gfc_hollerith2character (gfc_expr *, int); 83 gfc_expr *gfc_hollerith2character (gfc_expr *, int);
84 gfc_expr *gfc_hollerith2logical (gfc_expr *, int); 84 gfc_expr *gfc_hollerith2logical (gfc_expr *, int);
85 gfc_expr *gfc_character2character (gfc_expr *, int);
85 86
86 #endif /* GFC_ARITH_H */ 87 #endif /* GFC_ARITH_H */
87 88