]> gcc.gnu.org Git - gcc.git/blame - gcc/fortran/trans-types.c
This patch fixes PR96737. See the explanatory comment in the testcase.
[gcc.git] / gcc / fortran / trans-types.c
CommitLineData
6de9cd9a 1/* Backend support for Fortran 95 basic types and derived types.
8d9254fc 2 Copyright (C) 2002-2020 Free Software Foundation, Inc.
6de9cd9a
DN
3 Contributed by Paul Brook <paul@nowt.org>
4 and Steven Bosscher <s.bosscher@student.tudelft.nl>
5
9fc4d79b 6This file is part of GCC.
6de9cd9a 7
9fc4d79b
TS
8GCC is free software; you can redistribute it and/or modify it under
9the terms of the GNU General Public License as published by the Free
d234d788 10Software Foundation; either version 3, or (at your option) any later
9fc4d79b 11version.
6de9cd9a 12
9fc4d79b
TS
13GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14WARRANTY; without even the implied warranty of MERCHANTABILITY or
15FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16for more details.
6de9cd9a
DN
17
18You should have received a copy of the GNU General Public License
d234d788
NC
19along with GCC; see the file COPYING3. If not see
20<http://www.gnu.org/licenses/>. */
6de9cd9a
DN
21
22/* trans-types.c -- gfortran backend types */
23
24#include "config.h"
25#include "system.h"
26#include "coretypes.h"
2adfab87 27#include "target.h"
6de9cd9a 28#include "tree.h"
2adfab87
AM
29#include "gfortran.h"
30#include "trans.h"
31#include "stringpool.h"
40e23961 32#include "fold-const.h"
d8a2d370 33#include "stor-layout.h"
a48ba7e1 34#include "langhooks.h" /* For iso-c-bindings.def. */
c829d016 35#include "toplev.h" /* For rest_of_decl_compilation. */
6de9cd9a
DN
36#include "trans-types.h"
37#include "trans-const.h"
ff3598bc 38#include "trans-array.h"
a48ba7e1 39#include "dwarf2out.h" /* For struct array_descr_info. */
314e6352 40#include "attribs.h"
6de9cd9a
DN
41\f
42
43#if (GFC_MAX_DIMENSIONS < 10)
44#define GFC_RANK_DIGITS 1
45#define GFC_RANK_PRINTF_FORMAT "%01d"
46#elif (GFC_MAX_DIMENSIONS < 100)
47#define GFC_RANK_DIGITS 2
48#define GFC_RANK_PRINTF_FORMAT "%02d"
49#else
50#error If you really need >99 dimensions, continue the sequence above...
51#endif
52
a8b3b0b6
CR
53/* array of structs so we don't have to worry about xmalloc or free */
54CInteropKind_t c_interop_kinds_table[ISOCBINDING_NUMBER];
55
6de9cd9a 56tree gfc_array_index_type;
b4838d29 57tree gfc_array_range_type;
7e6de2a5 58tree gfc_character1_type_node;
6de9cd9a 59tree pvoid_type_node;
10174ddf 60tree prvoid_type_node;
6de9cd9a
DN
61tree ppvoid_type_node;
62tree pchar_type_node;
089db47d 63tree pfunc_type_node;
7e6de2a5 64
63ee5404
JB
65tree logical_type_node;
66tree logical_true_node;
67tree logical_false_node;
d7177ab2 68tree gfc_charlen_type_node;
6de9cd9a 69
c65699ef
JM
70tree gfc_float128_type_node = NULL_TREE;
71tree gfc_complex_float128_type_node = NULL_TREE;
a3c85b74
FXC
72
73bool gfc_real16_is_float128 = false;
74
e2cad04b 75static GTY(()) tree gfc_desc_dim_type;
6de9cd9a 76static GTY(()) tree gfc_max_array_element_size;
c62c6622
TB
77static GTY(()) tree gfc_array_descriptor_base[2 * (GFC_MAX_DIMENSIONS+1)];
78static GTY(()) tree gfc_array_descriptor_base_caf[2 * (GFC_MAX_DIMENSIONS+1)];
6de9cd9a 79
5e8e542f
RH
80/* Arrays for all integral and real kinds. We'll fill this in at runtime
81 after the target has a chance to process command-line options. */
82
83#define MAX_INT_KINDS 5
84gfc_integer_info gfc_integer_kinds[MAX_INT_KINDS + 1];
85gfc_logical_info gfc_logical_kinds[MAX_INT_KINDS + 1];
e2cad04b
RH
86static GTY(()) tree gfc_integer_types[MAX_INT_KINDS + 1];
87static GTY(()) tree gfc_logical_types[MAX_INT_KINDS + 1];
5e8e542f 88
e8f35d4d 89#define MAX_REAL_KINDS 5
5e8e542f 90gfc_real_info gfc_real_kinds[MAX_REAL_KINDS + 1];
e2cad04b
RH
91static GTY(()) tree gfc_real_types[MAX_REAL_KINDS + 1];
92static GTY(()) tree gfc_complex_types[MAX_REAL_KINDS + 1];
5e8e542f 93
374929b2
FXC
94#define MAX_CHARACTER_KINDS 2
95gfc_character_info gfc_character_kinds[MAX_CHARACTER_KINDS + 1];
96static GTY(()) tree gfc_character_types[MAX_CHARACTER_KINDS + 1];
97static GTY(()) tree gfc_pcharacter_types[MAX_CHARACTER_KINDS + 1];
98
35151cd5 99static tree gfc_add_field_to_struct_1 (tree, tree, tree, tree **);
66e4ab31 100
5e8e542f
RH
101/* The integer kind to use for array indices. This will be set to the
102 proper value based on target information from the backend. */
103
104int gfc_index_integer_kind;
105
106/* The default kinds of the various types. */
107
9d64df18 108int gfc_default_integer_kind;
f4e7375a 109int gfc_max_integer_kind;
9d64df18
TS
110int gfc_default_real_kind;
111int gfc_default_double_kind;
112int gfc_default_character_kind;
113int gfc_default_logical_kind;
114int gfc_default_complex_kind;
e8525382 115int gfc_c_int_kind;
da661a58
TB
116int gfc_atomic_int_kind;
117int gfc_atomic_logical_kind;
5e8e542f 118
4fec64b0
JD
119/* The kind size used for record offsets. If the target system supports
120 kind=8, this will be set to 8, otherwise it is set to 4. */
f04986a9 121int gfc_intio_kind;
4fec64b0 122
f1412ca5
FXC
123/* The integer kind used to store character lengths. */
124int gfc_charlen_int_kind;
125
f622221a
JB
126/* Kind of internal integer for storing object sizes. */
127int gfc_size_kind;
128
39f87c03
FXC
129/* The size of the numeric storage unit and character storage unit. */
130int gfc_numeric_storage_size;
131int gfc_character_storage_size;
132
7fb43006
PT
133tree dtype_type_node = NULL_TREE;
134
135
136/* Build the dtype_type_node if necessary. */
137tree get_dtype_type_node (void)
138{
139 tree field;
140 tree dtype_node;
141 tree *dtype_chain = NULL;
142
143 if (dtype_type_node == NULL_TREE)
144 {
145 dtype_node = make_node (RECORD_TYPE);
146 TYPE_NAME (dtype_node) = get_identifier ("dtype_type");
147 TYPE_NAMELESS (dtype_node) = 1;
148 field = gfc_add_field_to_struct_1 (dtype_node,
149 get_identifier ("elem_len"),
150 size_type_node, &dtype_chain);
151 TREE_NO_WARNING (field) = 1;
152 field = gfc_add_field_to_struct_1 (dtype_node,
153 get_identifier ("version"),
154 integer_type_node, &dtype_chain);
155 TREE_NO_WARNING (field) = 1;
156 field = gfc_add_field_to_struct_1 (dtype_node,
157 get_identifier ("rank"),
158 signed_char_type_node, &dtype_chain);
159 TREE_NO_WARNING (field) = 1;
160 field = gfc_add_field_to_struct_1 (dtype_node,
161 get_identifier ("type"),
162 signed_char_type_node, &dtype_chain);
163 TREE_NO_WARNING (field) = 1;
164 field = gfc_add_field_to_struct_1 (dtype_node,
165 get_identifier ("attribute"),
166 short_integer_type_node, &dtype_chain);
167 TREE_NO_WARNING (field) = 1;
168 gfc_finish_type (dtype_node);
169 TYPE_DECL_SUPPRESS_DEBUG (TYPE_STUB_DECL (dtype_node)) = 1;
170 dtype_type_node = dtype_node;
171 }
172 return dtype_type_node;
173}
a8b3b0b6 174
524af0d6 175bool
a8b3b0b6
CR
176gfc_check_any_c_kind (gfc_typespec *ts)
177{
178 int i;
f04986a9 179
a8b3b0b6
CR
180 for (i = 0; i < ISOCBINDING_NUMBER; i++)
181 {
182 /* Check for any C interoperable kind for the given type/kind in ts.
183 This can be used after verify_c_interop to make sure that the
184 Fortran kind being used exists in at least some form for C. */
185 if (c_interop_kinds_table[i].f90_type == ts->type &&
186 c_interop_kinds_table[i].value == ts->kind)
524af0d6 187 return true;
a8b3b0b6
CR
188 }
189
524af0d6 190 return false;
a8b3b0b6
CR
191}
192
193
194static int
195get_real_kind_from_node (tree type)
196{
197 int i;
198
199 for (i = 0; gfc_real_kinds[i].kind != 0; i++)
200 if (gfc_real_kinds[i].mode_precision == TYPE_PRECISION (type))
201 return gfc_real_kinds[i].kind;
202
203 return -4;
204}
205
206static int
207get_int_kind_from_node (tree type)
208{
209 int i;
210
211 if (!type)
212 return -2;
213
214 for (i = 0; gfc_integer_kinds[i].kind != 0; i++)
215 if (gfc_integer_kinds[i].bit_size == TYPE_PRECISION (type))
216 return gfc_integer_kinds[i].kind;
217
218 return -1;
219}
220
e0a6661b
FXC
221static int
222get_int_kind_from_name (const char *name)
223{
224 return get_int_kind_from_node (get_typenode_from_name (name));
225}
226
227
228/* Get the kind number corresponding to an integer of given size,
229 following the required return values for ISO_FORTRAN_ENV INT* constants:
230 -2 is returned if we support a kind of larger size, -1 otherwise. */
231int
232gfc_get_int_kind_from_width_isofortranenv (int size)
233{
234 int i;
235
236 /* Look for a kind with matching storage size. */
237 for (i = 0; gfc_integer_kinds[i].kind != 0; i++)
238 if (gfc_integer_kinds[i].bit_size == size)
239 return gfc_integer_kinds[i].kind;
240
241 /* Look for a kind with larger storage size. */
242 for (i = 0; gfc_integer_kinds[i].kind != 0; i++)
243 if (gfc_integer_kinds[i].bit_size > size)
244 return -2;
245
246 return -1;
247}
248
26349ecf
SK
249
250/* Get the kind number corresponding to a real of a given storage size.
251 If two real's have the same storage size, then choose the real with
252 the largest precision. If a kind type is unavailable and a real
253 exists with wider storage, then return -2; otherwise, return -1. */
254
e0a6661b
FXC
255int
256gfc_get_real_kind_from_width_isofortranenv (int size)
257{
26349ecf 258 int digits, i, kind;
e0a6661b
FXC
259
260 size /= 8;
261
26349ecf
SK
262 kind = -1;
263 digits = 0;
264
e0a6661b
FXC
265 /* Look for a kind with matching storage size. */
266 for (i = 0; gfc_real_kinds[i].kind != 0; i++)
267 if (int_size_in_bytes (gfc_get_real_type (gfc_real_kinds[i].kind)) == size)
26349ecf
SK
268 {
269 if (gfc_real_kinds[i].digits > digits)
270 {
271 digits = gfc_real_kinds[i].digits;
272 kind = gfc_real_kinds[i].kind;
273 }
274 }
275
276 if (kind != -1)
277 return kind;
e0a6661b
FXC
278
279 /* Look for a kind with larger storage size. */
280 for (i = 0; gfc_real_kinds[i].kind != 0; i++)
281 if (int_size_in_bytes (gfc_get_real_type (gfc_real_kinds[i].kind)) > size)
26349ecf 282 kind = -2;
e0a6661b 283
26349ecf 284 return kind;
e0a6661b
FXC
285}
286
287
288
a8b3b0b6
CR
289static int
290get_int_kind_from_width (int size)
291{
292 int i;
293
294 for (i = 0; gfc_integer_kinds[i].kind != 0; i++)
295 if (gfc_integer_kinds[i].bit_size == size)
296 return gfc_integer_kinds[i].kind;
297
298 return -2;
299}
300
301static int
302get_int_kind_from_minimal_width (int size)
303{
304 int i;
305
306 for (i = 0; gfc_integer_kinds[i].kind != 0; i++)
307 if (gfc_integer_kinds[i].bit_size >= size)
308 return gfc_integer_kinds[i].kind;
309
310 return -2;
311}
312
313
314/* Generate the CInteropKind_t objects for the C interoperable
315 kinds. */
316
28d0b595
TB
317void
318gfc_init_c_interop_kinds (void)
a8b3b0b6
CR
319{
320 int i;
a8b3b0b6
CR
321
322 /* init all pointers in the list to NULL */
323 for (i = 0; i < ISOCBINDING_NUMBER; i++)
324 {
325 /* Initialize the name and value fields. */
326 c_interop_kinds_table[i].name[0] = '\0';
327 c_interop_kinds_table[i].value = -100;
328 c_interop_kinds_table[i].f90_type = BT_UNKNOWN;
329 }
330
21684705 331#define NAMED_INTCST(a,b,c,d) \
a8b3b0b6
CR
332 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
333 c_interop_kinds_table[a].f90_type = BT_INTEGER; \
334 c_interop_kinds_table[a].value = c;
28d0b595 335#define NAMED_REALCST(a,b,c,d) \
a8b3b0b6
CR
336 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
337 c_interop_kinds_table[a].f90_type = BT_REAL; \
338 c_interop_kinds_table[a].value = c;
28d0b595 339#define NAMED_CMPXCST(a,b,c,d) \
a8b3b0b6
CR
340 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
341 c_interop_kinds_table[a].f90_type = BT_COMPLEX; \
342 c_interop_kinds_table[a].value = c;
343#define NAMED_LOGCST(a,b,c) \
344 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
345 c_interop_kinds_table[a].f90_type = BT_LOGICAL; \
346 c_interop_kinds_table[a].value = c;
347#define NAMED_CHARKNDCST(a,b,c) \
348 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
349 c_interop_kinds_table[a].f90_type = BT_CHARACTER; \
350 c_interop_kinds_table[a].value = c;
351#define NAMED_CHARCST(a,b,c) \
352 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
353 c_interop_kinds_table[a].f90_type = BT_CHARACTER; \
354 c_interop_kinds_table[a].value = c;
355#define DERIVED_TYPE(a,b,c) \
356 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
357 c_interop_kinds_table[a].f90_type = BT_DERIVED; \
358 c_interop_kinds_table[a].value = c;
cadddfdd 359#define NAMED_FUNCTION(a,b,c,d) \
a8b3b0b6
CR
360 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
361 c_interop_kinds_table[a].f90_type = BT_PROCEDURE; \
cadddfdd
TB
362 c_interop_kinds_table[a].value = c;
363#define NAMED_SUBROUTINE(a,b,c,d) \
d000aa67
TB
364 strncpy (c_interop_kinds_table[a].name, b, strlen(b) + 1); \
365 c_interop_kinds_table[a].f90_type = BT_PROCEDURE; \
366 c_interop_kinds_table[a].value = c;
367#include "iso-c-binding.def"
a8b3b0b6
CR
368}
369
370
5e8e542f
RH
371/* Query the target to determine which machine modes are available for
372 computation. Choose KIND numbers for them. */
373
374void
375gfc_init_kinds (void)
376{
59b51186 377 opt_scalar_int_mode int_mode_iter;
5c20c4af 378 opt_scalar_float_mode float_mode_iter;
374929b2 379 int i_index, r_index, kind;
5e8e542f 380 bool saw_i4 = false, saw_i8 = false;
f4347334 381 bool saw_r4 = false, saw_r8 = false, saw_r10 = false, saw_r16 = false;
5e8e542f 382
59b51186
RS
383 i_index = 0;
384 FOR_EACH_MODE_IN_CLASS (int_mode_iter, MODE_INT)
5e8e542f 385 {
59b51186 386 scalar_int_mode mode = int_mode_iter.require ();
5e8e542f
RH
387 int kind, bitsize;
388
b77d1a17 389 if (!targetm.scalar_mode_supported_p (mode))
5e8e542f
RH
390 continue;
391
04204c2f
RH
392 /* The middle end doesn't support constants larger than 2*HWI.
393 Perhaps the target hook shouldn't have accepted these either,
394 but just to be safe... */
b77d1a17 395 bitsize = GET_MODE_BITSIZE (mode);
04204c2f
RH
396 if (bitsize > 2*HOST_BITS_PER_WIDE_INT)
397 continue;
398
6e45f57b 399 gcc_assert (i_index != MAX_INT_KINDS);
5e8e542f
RH
400
401 /* Let the kind equal the bit size divided by 8. This insulates the
402 programmer from the underlying byte size. */
5e8e542f
RH
403 kind = bitsize / 8;
404
405 if (kind == 4)
406 saw_i4 = true;
407 if (kind == 8)
408 saw_i8 = true;
409
410 gfc_integer_kinds[i_index].kind = kind;
411 gfc_integer_kinds[i_index].radix = 2;
412 gfc_integer_kinds[i_index].digits = bitsize - 1;
413 gfc_integer_kinds[i_index].bit_size = bitsize;
414
415 gfc_logical_kinds[i_index].kind = kind;
416 gfc_logical_kinds[i_index].bit_size = bitsize;
417
418 i_index += 1;
419 }
420
f04986a9 421 /* Set the kind used to match GFC_INT_IO in libgfortran. This is
4fec64b0
JD
422 used for large file access. */
423
424 if (saw_i8)
014ec6ee 425 gfc_intio_kind = 8;
4fec64b0 426 else
014ec6ee 427 gfc_intio_kind = 4;
4fec64b0 428
f04986a9
PT
429 /* If we do not at least have kind = 4, everything is pointless. */
430 gcc_assert(saw_i4);
4fec64b0 431
f4e7375a
SK
432 /* Set the maximum integer kind. Used with at least BOZ constants. */
433 gfc_max_integer_kind = gfc_integer_kinds[i_index - 1].kind;
434
5c20c4af
RS
435 r_index = 0;
436 FOR_EACH_MODE_IN_CLASS (float_mode_iter, MODE_FLOAT)
5e8e542f 437 {
5c20c4af
RS
438 scalar_float_mode mode = float_mode_iter.require ();
439 const struct real_format *fmt = REAL_MODE_FORMAT (mode);
5e8e542f
RH
440 int kind;
441
442 if (fmt == NULL)
443 continue;
b77d1a17 444 if (!targetm.scalar_mode_supported_p (mode))
5e8e542f
RH
445 continue;
446
a3c85b74
FXC
447 /* Only let float, double, long double and __float128 go through.
448 Runtime support for others is not provided, so they would be
87e6d9dc 449 useless. */
5c20c4af 450 if (!targetm.libgcc_floating_mode_supported_p (mode))
21c0a521
DM
451 continue;
452 if (mode != TYPE_MODE (float_type_node)
1ec601bf
FXC
453 && (mode != TYPE_MODE (double_type_node))
454 && (mode != TYPE_MODE (long_double_type_node))
8cc4b7a2 455#if defined(HAVE_TFmode) && defined(ENABLE_LIBQUADMATH_SUPPORT)
1ec601bf
FXC
456 && (mode != TFmode)
457#endif
458 )
216ac520
SE
459 continue;
460
5e8e542f
RH
461 /* Let the kind equal the precision divided by 8, rounding up. Again,
462 this insulates the programmer from the underlying byte size.
463
464 Also, it effectively deals with IEEE extended formats. There, the
465 total size of the type may equal 16, but it's got 6 bytes of padding
466 and the increased size can get in the way of a real IEEE quad format
467 which may also be supported by the target.
468
469 We round up so as to handle IA-64 __floatreg (RFmode), which is an
470 82 bit type. Not to be confused with __float80 (XFmode), which is
471 an 80 bit type also supported by IA-64. So XFmode should come out
472 to be kind=10, and RFmode should come out to be kind=11. Egads. */
473
474 kind = (GET_MODE_PRECISION (mode) + 7) / 8;
475
476 if (kind == 4)
477 saw_r4 = true;
478 if (kind == 8)
479 saw_r8 = true;
f4347334
ZG
480 if (kind == 10)
481 saw_r10 = true;
5e8e542f
RH
482 if (kind == 16)
483 saw_r16 = true;
484
df2fba9e 485 /* Careful we don't stumble a weird internal mode. */
6e45f57b 486 gcc_assert (r_index <= 0 || gfc_real_kinds[r_index-1].kind != kind);
5e8e542f 487 /* Or have too many modes for the allocated space. */
6e45f57b 488 gcc_assert (r_index != MAX_REAL_KINDS);
5e8e542f
RH
489
490 gfc_real_kinds[r_index].kind = kind;
491 gfc_real_kinds[r_index].radix = fmt->b;
492 gfc_real_kinds[r_index].digits = fmt->p;
493 gfc_real_kinds[r_index].min_exponent = fmt->emin;
494 gfc_real_kinds[r_index].max_exponent = fmt->emax;
c69cb92f
AM
495 if (fmt->pnan < fmt->p)
496 /* This is an IBM extended double format (or the MIPS variant)
497 made up of two IEEE doubles. The value of the long double is
498 the sum of the values of the two parts. The most significant
499 part is required to be the value of the long double rounded
500 to the nearest double. If we use emax of 1024 then we can't
501 represent huge(x) = (1 - b**(-p)) * b**(emax-1) * b, because
502 rounding will make the most significant part overflow. */
503 gfc_real_kinds[r_index].max_exponent = fmt->emax - 1;
e2cad04b 504 gfc_real_kinds[r_index].mode_precision = GET_MODE_PRECISION (mode);
5e8e542f
RH
505 r_index += 1;
506 }
507
f4347334
ZG
508 /* Choose the default integer kind. We choose 4 unless the user directs us
509 otherwise. Even if the user specified that the default integer kind is 8,
510 the numeric storage size is not 64 bits. In this case, a warning will be
511 issued when NUMERIC_STORAGE_SIZE is used. Set NUMERIC_STORAGE_SIZE to 32. */
512
513 gfc_numeric_storage_size = 4 * 8;
514
203c7ebf 515 if (flag_default_integer)
5e8e542f
RH
516 {
517 if (!saw_i8)
ddc05d11
TB
518 gfc_fatal_error ("INTEGER(KIND=8) is not available for "
519 "%<-fdefault-integer-8%> option");
f4347334 520
9d64df18 521 gfc_default_integer_kind = 8;
39f87c03 522
f4347334 523 }
203c7ebf 524 else if (flag_integer4_kind == 8)
f4347334
ZG
525 {
526 if (!saw_i8)
ddc05d11
TB
527 gfc_fatal_error ("INTEGER(KIND=8) is not available for "
528 "%<-finteger-4-integer-8%> option");
f4347334
ZG
529
530 gfc_default_integer_kind = 8;
5e8e542f
RH
531 }
532 else if (saw_i4)
39f87c03
FXC
533 {
534 gfc_default_integer_kind = 4;
39f87c03 535 }
5e8e542f 536 else
39f87c03
FXC
537 {
538 gfc_default_integer_kind = gfc_integer_kinds[i_index - 1].kind;
539 gfc_numeric_storage_size = gfc_integer_kinds[i_index - 1].bit_size;
540 }
5e8e542f
RH
541
542 /* Choose the default real kind. Again, we choose 4 when possible. */
d16d81b5 543 if (flag_default_real_8)
5e8e542f
RH
544 {
545 if (!saw_r8)
ddc05d11
TB
546 gfc_fatal_error ("REAL(KIND=8) is not available for "
547 "%<-fdefault-real-8%> option");
f4347334 548
9d64df18 549 gfc_default_real_kind = 8;
5e8e542f 550 }
d16d81b5
JW
551 else if (flag_default_real_10)
552 {
553 if (!saw_r10)
554 gfc_fatal_error ("REAL(KIND=10) is not available for "
555 "%<-fdefault-real-10%> option");
556
557 gfc_default_real_kind = 10;
558 }
559 else if (flag_default_real_16)
560 {
561 if (!saw_r16)
562 gfc_fatal_error ("REAL(KIND=16) is not available for "
563 "%<-fdefault-real-16%> option");
564
565 gfc_default_real_kind = 16;
566 }
203c7ebf 567 else if (flag_real4_kind == 8)
f4347334
ZG
568 {
569 if (!saw_r8)
ddc05d11
TB
570 gfc_fatal_error ("REAL(KIND=8) is not available for %<-freal-4-real-8%> "
571 "option");
f4347334
ZG
572
573 gfc_default_real_kind = 8;
574 }
203c7ebf 575 else if (flag_real4_kind == 10)
f4347334
ZG
576 {
577 if (!saw_r10)
ddc05d11
TB
578 gfc_fatal_error ("REAL(KIND=10) is not available for "
579 "%<-freal-4-real-10%> option");
f4347334
ZG
580
581 gfc_default_real_kind = 10;
582 }
203c7ebf 583 else if (flag_real4_kind == 16)
f4347334
ZG
584 {
585 if (!saw_r16)
ddc05d11
TB
586 gfc_fatal_error ("REAL(KIND=16) is not available for "
587 "%<-freal-4-real-16%> option");
f4347334
ZG
588
589 gfc_default_real_kind = 16;
590 }
5e8e542f 591 else if (saw_r4)
9d64df18 592 gfc_default_real_kind = 4;
5e8e542f 593 else
9d64df18 594 gfc_default_real_kind = gfc_real_kinds[0].kind;
5e8e542f 595
f04986a9 596 /* Choose the default double kind. If -fdefault-real and -fdefault-double
3ae9eb27
SK
597 are specified, we use kind=8, if it's available. If -fdefault-real is
598 specified without -fdefault-double, we use kind=16, if it's available.
599 Otherwise we do not change anything. */
d16d81b5 600 if (flag_default_double && saw_r8)
3ae9eb27 601 gfc_default_double_kind = 8;
d16d81b5
JW
602 else if (flag_default_real_8 || flag_default_real_10 || flag_default_real_16)
603 {
604 /* Use largest available kind. */
605 if (saw_r16)
606 gfc_default_double_kind = 16;
607 else if (saw_r10)
608 gfc_default_double_kind = 10;
609 else if (saw_r8)
610 gfc_default_double_kind = 8;
611 else
612 gfc_default_double_kind = gfc_default_real_kind;
613 }
203c7ebf 614 else if (flag_real8_kind == 4)
f4347334
ZG
615 {
616 if (!saw_r4)
ddc05d11
TB
617 gfc_fatal_error ("REAL(KIND=4) is not available for "
618 "%<-freal-8-real-4%> option");
f4347334 619
21c0a521 620 gfc_default_double_kind = 4;
f4347334 621 }
203c7ebf 622 else if (flag_real8_kind == 10 )
f4347334
ZG
623 {
624 if (!saw_r10)
ddc05d11
TB
625 gfc_fatal_error ("REAL(KIND=10) is not available for "
626 "%<-freal-8-real-10%> option");
f4347334 627
21c0a521 628 gfc_default_double_kind = 10;
f4347334 629 }
203c7ebf 630 else if (flag_real8_kind == 16 )
f4347334
ZG
631 {
632 if (!saw_r16)
ddc05d11
TB
633 gfc_fatal_error ("REAL(KIND=10) is not available for "
634 "%<-freal-8-real-16%> option");
f4347334 635
21c0a521 636 gfc_default_double_kind = 16;
f4347334 637 }
5e8e542f 638 else if (saw_r4 && saw_r8)
9d64df18 639 gfc_default_double_kind = 8;
5e8e542f
RH
640 else
641 {
642 /* F95 14.6.3.1: A nonpointer scalar object of type double precision
643 real ... occupies two contiguous numeric storage units.
644
645 Therefore we must be supplied a kind twice as large as we chose
646 for single precision. There are loopholes, in that double
647 precision must *occupy* two storage units, though it doesn't have
648 to *use* two storage units. Which means that you can make this
649 kind artificially wide by padding it. But at present there are
650 no GCC targets for which a two-word type does not exist, so we
651 just let gfc_validate_kind abort and tell us if something breaks. */
652
9d64df18
TS
653 gfc_default_double_kind
654 = gfc_validate_kind (BT_REAL, gfc_default_real_kind * 2, false);
5e8e542f
RH
655 }
656
657 /* The default logical kind is constrained to be the same as the
658 default integer kind. Similarly with complex and real. */
9d64df18
TS
659 gfc_default_logical_kind = gfc_default_integer_kind;
660 gfc_default_complex_kind = gfc_default_real_kind;
5e8e542f 661
374929b2
FXC
662 /* We only have two character kinds: ASCII and UCS-4.
663 ASCII corresponds to a 8-bit integer type, if one is available.
1cc0e193 664 UCS-4 corresponds to a 32-bit integer type, if one is available. */
374929b2
FXC
665 i_index = 0;
666 if ((kind = get_int_kind_from_width (8)) > 0)
667 {
668 gfc_character_kinds[i_index].kind = kind;
669 gfc_character_kinds[i_index].bit_size = 8;
670 gfc_character_kinds[i_index].name = "ascii";
671 i_index++;
672 }
673 if ((kind = get_int_kind_from_width (32)) > 0)
674 {
675 gfc_character_kinds[i_index].kind = kind;
676 gfc_character_kinds[i_index].bit_size = 32;
677 gfc_character_kinds[i_index].name = "iso_10646";
678 i_index++;
679 }
680
5e8e542f 681 /* Choose the smallest integer kind for our default character. */
374929b2 682 gfc_default_character_kind = gfc_character_kinds[0].kind;
39f87c03 683 gfc_character_storage_size = gfc_default_character_kind * 8;
5e8e542f 684
8395e28b
TB
685 gfc_index_integer_kind = get_int_kind_from_name (PTRDIFF_TYPE);
686
e8525382
SK
687 /* Pick a kind the same size as the C "int" type. */
688 gfc_c_int_kind = INT_TYPE_SIZE / 8;
a8b3b0b6 689
da661a58
TB
690 /* Choose atomic kinds to match C's int. */
691 gfc_atomic_int_kind = gfc_c_int_kind;
692 gfc_atomic_logical_kind = gfc_c_int_kind;
5e8e542f
RH
693}
694
28d0b595 695
5e8e542f
RH
696/* Make sure that a valid kind is present. Returns an index into the
697 associated kinds array, -1 if the kind is not present. */
698
699static int
700validate_integer (int kind)
701{
702 int i;
703
704 for (i = 0; gfc_integer_kinds[i].kind != 0; i++)
705 if (gfc_integer_kinds[i].kind == kind)
706 return i;
707
708 return -1;
709}
710
711static int
712validate_real (int kind)
713{
714 int i;
715
716 for (i = 0; gfc_real_kinds[i].kind != 0; i++)
717 if (gfc_real_kinds[i].kind == kind)
718 return i;
719
720 return -1;
721}
722
723static int
724validate_logical (int kind)
725{
726 int i;
727
728 for (i = 0; gfc_logical_kinds[i].kind; i++)
729 if (gfc_logical_kinds[i].kind == kind)
730 return i;
731
732 return -1;
733}
734
735static int
736validate_character (int kind)
737{
374929b2
FXC
738 int i;
739
740 for (i = 0; gfc_character_kinds[i].kind; i++)
741 if (gfc_character_kinds[i].kind == kind)
742 return i;
743
744 return -1;
5e8e542f
RH
745}
746
747/* Validate a kind given a basic type. The return value is the same
748 for the child functions, with -1 indicating nonexistence of the
749 type. If MAY_FAIL is false, then -1 is never returned, and we ICE. */
750
751int
752gfc_validate_kind (bt type, int kind, bool may_fail)
753{
754 int rc;
755
756 switch (type)
757 {
758 case BT_REAL: /* Fall through */
759 case BT_COMPLEX:
760 rc = validate_real (kind);
761 break;
762 case BT_INTEGER:
763 rc = validate_integer (kind);
764 break;
765 case BT_LOGICAL:
766 rc = validate_logical (kind);
767 break;
768 case BT_CHARACTER:
769 rc = validate_character (kind);
770 break;
771
772 default:
773 gfc_internal_error ("gfc_validate_kind(): Got bad type");
774 }
775
776 if (rc < 0 && !may_fail)
777 gfc_internal_error ("gfc_validate_kind(): Got bad kind");
778
779 return rc;
780}
781
782
e2cad04b
RH
783/* Four subroutines of gfc_init_types. Create type nodes for the given kind.
784 Reuse common type nodes where possible. Recognize if the kind matches up
785 with a C type. This will be used later in determining which routines may
786 be scarfed from libm. */
787
788static tree
789gfc_build_int_type (gfc_integer_info *info)
790{
791 int mode_precision = info->bit_size;
792
793 if (mode_precision == CHAR_TYPE_SIZE)
794 info->c_char = 1;
795 if (mode_precision == SHORT_TYPE_SIZE)
796 info->c_short = 1;
797 if (mode_precision == INT_TYPE_SIZE)
798 info->c_int = 1;
799 if (mode_precision == LONG_TYPE_SIZE)
800 info->c_long = 1;
801 if (mode_precision == LONG_LONG_TYPE_SIZE)
802 info->c_long_long = 1;
803
804 if (TYPE_PRECISION (intQI_type_node) == mode_precision)
805 return intQI_type_node;
806 if (TYPE_PRECISION (intHI_type_node) == mode_precision)
807 return intHI_type_node;
808 if (TYPE_PRECISION (intSI_type_node) == mode_precision)
809 return intSI_type_node;
810 if (TYPE_PRECISION (intDI_type_node) == mode_precision)
811 return intDI_type_node;
812 if (TYPE_PRECISION (intTI_type_node) == mode_precision)
813 return intTI_type_node;
814
815 return make_signed_type (mode_precision);
816}
817
0a05c536 818tree
374929b2
FXC
819gfc_build_uint_type (int size)
820{
821 if (size == CHAR_TYPE_SIZE)
822 return unsigned_char_type_node;
823 if (size == SHORT_TYPE_SIZE)
824 return short_unsigned_type_node;
825 if (size == INT_TYPE_SIZE)
826 return unsigned_type_node;
827 if (size == LONG_TYPE_SIZE)
828 return long_unsigned_type_node;
829 if (size == LONG_LONG_TYPE_SIZE)
830 return long_long_unsigned_type_node;
831
832 return make_unsigned_type (size);
833}
834
835
e2cad04b
RH
836static tree
837gfc_build_real_type (gfc_real_info *info)
838{
839 int mode_precision = info->mode_precision;
840 tree new_type;
841
842 if (mode_precision == FLOAT_TYPE_SIZE)
843 info->c_float = 1;
844 if (mode_precision == DOUBLE_TYPE_SIZE)
845 info->c_double = 1;
846 if (mode_precision == LONG_DOUBLE_TYPE_SIZE)
847 info->c_long_double = 1;
a3c85b74
FXC
848 if (mode_precision != LONG_DOUBLE_TYPE_SIZE && mode_precision == 128)
849 {
850 info->c_float128 = 1;
851 gfc_real16_is_float128 = true;
852 }
e2cad04b
RH
853
854 if (TYPE_PRECISION (float_type_node) == mode_precision)
855 return float_type_node;
856 if (TYPE_PRECISION (double_type_node) == mode_precision)
857 return double_type_node;
858 if (TYPE_PRECISION (long_double_type_node) == mode_precision)
859 return long_double_type_node;
860
861 new_type = make_node (REAL_TYPE);
862 TYPE_PRECISION (new_type) = mode_precision;
863 layout_type (new_type);
864 return new_type;
865}
866
867static tree
868gfc_build_complex_type (tree scalar_type)
869{
870 tree new_type;
871
872 if (scalar_type == NULL)
873 return NULL;
874 if (scalar_type == float_type_node)
875 return complex_float_type_node;
876 if (scalar_type == double_type_node)
877 return complex_double_type_node;
878 if (scalar_type == long_double_type_node)
879 return complex_long_double_type_node;
880
881 new_type = make_node (COMPLEX_TYPE);
882 TREE_TYPE (new_type) = scalar_type;
883 layout_type (new_type);
884 return new_type;
885}
886
887static tree
888gfc_build_logical_type (gfc_logical_info *info)
889{
890 int bit_size = info->bit_size;
891 tree new_type;
892
893 if (bit_size == BOOL_TYPE_SIZE)
894 {
895 info->c_bool = 1;
896 return boolean_type_node;
897 }
898
899 new_type = make_unsigned_type (bit_size);
900 TREE_SET_CODE (new_type, BOOLEAN_TYPE);
901 TYPE_MAX_VALUE (new_type) = build_int_cst (new_type, 1);
902 TYPE_PRECISION (new_type) = 1;
903
904 return new_type;
905}
906
e0a6661b 907
6de9cd9a
DN
908/* Create the backend type nodes. We map them to their
909 equivalent C type, at least for now. We also give
910 names to the types here, and we push them in the
911 global binding level context.*/
c3e8c6b8 912
6de9cd9a
DN
913void
914gfc_init_types (void)
915{
efcc8d38 916 char name_buf[26];
e2cad04b
RH
917 int index;
918 tree type;
6de9cd9a 919 unsigned n;
6de9cd9a 920
e2cad04b 921 /* Create and name the types. */
6de9cd9a 922#define PUSH_TYPE(name, node) \
c2255bc4
AH
923 pushdecl (build_decl (input_location, \
924 TYPE_DECL, get_identifier (name), node))
6de9cd9a 925
e2cad04b
RH
926 for (index = 0; gfc_integer_kinds[index].kind != 0; ++index)
927 {
928 type = gfc_build_int_type (&gfc_integer_kinds[index]);
dead0bae
JJ
929 /* Ensure integer(kind=1) doesn't have TYPE_STRING_FLAG set. */
930 if (TYPE_STRING_FLAG (type))
931 type = make_signed_type (gfc_integer_kinds[index].bit_size);
e2cad04b 932 gfc_integer_types[index] = type;
40373aa6 933 snprintf (name_buf, sizeof(name_buf), "integer(kind=%d)",
e2cad04b
RH
934 gfc_integer_kinds[index].kind);
935 PUSH_TYPE (name_buf, type);
936 }
6de9cd9a 937
e2cad04b
RH
938 for (index = 0; gfc_logical_kinds[index].kind != 0; ++index)
939 {
940 type = gfc_build_logical_type (&gfc_logical_kinds[index]);
941 gfc_logical_types[index] = type;
40373aa6 942 snprintf (name_buf, sizeof(name_buf), "logical(kind=%d)",
e2cad04b
RH
943 gfc_logical_kinds[index].kind);
944 PUSH_TYPE (name_buf, type);
945 }
6de9cd9a 946
e2cad04b
RH
947 for (index = 0; gfc_real_kinds[index].kind != 0; index++)
948 {
949 type = gfc_build_real_type (&gfc_real_kinds[index]);
950 gfc_real_types[index] = type;
40373aa6 951 snprintf (name_buf, sizeof(name_buf), "real(kind=%d)",
e2cad04b
RH
952 gfc_real_kinds[index].kind);
953 PUSH_TYPE (name_buf, type);
954
a3c85b74 955 if (gfc_real_kinds[index].c_float128)
c65699ef 956 gfc_float128_type_node = type;
a3c85b74 957
e2cad04b
RH
958 type = gfc_build_complex_type (type);
959 gfc_complex_types[index] = type;
40373aa6 960 snprintf (name_buf, sizeof(name_buf), "complex(kind=%d)",
e2cad04b
RH
961 gfc_real_kinds[index].kind);
962 PUSH_TYPE (name_buf, type);
a3c85b74
FXC
963
964 if (gfc_real_kinds[index].c_float128)
c65699ef 965 gfc_complex_float128_type_node = type;
e2cad04b 966 }
6de9cd9a 967
374929b2
FXC
968 for (index = 0; gfc_character_kinds[index].kind != 0; ++index)
969 {
970 type = gfc_build_uint_type (gfc_character_kinds[index].bit_size);
971 type = build_qualified_type (type, TYPE_UNQUALIFIED);
972 snprintf (name_buf, sizeof(name_buf), "character(kind=%d)",
973 gfc_character_kinds[index].kind);
974 PUSH_TYPE (name_buf, type);
975 gfc_character_types[index] = type;
976 gfc_pcharacter_types[index] = build_pointer_type (type);
977 }
978 gfc_character1_type_node = gfc_character_types[0];
6de9cd9a
DN
979
980 PUSH_TYPE ("byte", unsigned_char_type_node);
981 PUSH_TYPE ("void", void_type_node);
982
983 /* DBX debugging output gets upset if these aren't set. */
984 if (!TYPE_NAME (integer_type_node))
985 PUSH_TYPE ("c_integer", integer_type_node);
986 if (!TYPE_NAME (char_type_node))
987 PUSH_TYPE ("c_char", char_type_node);
e2cad04b 988
6de9cd9a
DN
989#undef PUSH_TYPE
990
991 pvoid_type_node = build_pointer_type (void_type_node);
10174ddf 992 prvoid_type_node = build_qualified_type (pvoid_type_node, TYPE_QUAL_RESTRICT);
6de9cd9a
DN
993 ppvoid_type_node = build_pointer_type (pvoid_type_node);
994 pchar_type_node = build_pointer_type (gfc_character1_type_node);
089db47d 995 pfunc_type_node
b64fca63 996 = build_pointer_type (build_function_type_list (void_type_node, NULL_TREE));
6de9cd9a 997
6de9cd9a 998 gfc_array_index_type = gfc_get_int_type (gfc_index_integer_kind);
b4838d29
ZD
999 /* We cannot use gfc_index_zero_node in definition of gfc_array_range_type,
1000 since this function is called before gfc_init_constants. */
1001 gfc_array_range_type
1002 = build_range_type (gfc_array_index_type,
1003 build_int_cst (gfc_array_index_type, 0),
1004 NULL_TREE);
6de9cd9a
DN
1005
1006 /* The maximum array element size that can be handled is determined
1007 by the number of bits available to store this field in the array
1008 descriptor. */
1009
7fb43006 1010 n = TYPE_PRECISION (size_type_node);
7d60be94 1011 gfc_max_array_element_size
fae3018d 1012 = wide_int_to_tree (size_type_node,
807e902e 1013 wi::mask (n, UNSIGNED,
fae3018d 1014 TYPE_PRECISION (size_type_node)));
6de9cd9a 1015
63ee5404
JB
1016 logical_type_node = gfc_get_logical_type (gfc_default_logical_kind);
1017 logical_true_node = build_int_cst (logical_type_node, 1);
1018 logical_false_node = build_int_cst (logical_type_node, 0);
1019
f622221a
JB
1020 /* Character lengths are of type size_t, except signed. */
1021 gfc_charlen_int_kind = get_int_kind_from_node (size_type_node);
f1412ca5 1022 gfc_charlen_type_node = gfc_get_int_type (gfc_charlen_int_kind);
f622221a
JB
1023
1024 /* Fortran kind number of size_type_node (size_t). This is used for
1025 the _size member in vtables. */
1026 gfc_size_kind = get_int_kind_from_node (size_type_node);
6de9cd9a
DN
1027}
1028
e2cad04b 1029/* Get the type node for the given type and kind. */
c3e8c6b8 1030
6de9cd9a
DN
1031tree
1032gfc_get_int_type (int kind)
1033{
644cb69f
FXC
1034 int index = gfc_validate_kind (BT_INTEGER, kind, true);
1035 return index < 0 ? 0 : gfc_integer_types[index];
6de9cd9a
DN
1036}
1037
6de9cd9a
DN
1038tree
1039gfc_get_real_type (int kind)
1040{
644cb69f
FXC
1041 int index = gfc_validate_kind (BT_REAL, kind, true);
1042 return index < 0 ? 0 : gfc_real_types[index];
6de9cd9a
DN
1043}
1044
6de9cd9a
DN
1045tree
1046gfc_get_complex_type (int kind)
1047{
644cb69f
FXC
1048 int index = gfc_validate_kind (BT_COMPLEX, kind, true);
1049 return index < 0 ? 0 : gfc_complex_types[index];
6de9cd9a
DN
1050}
1051
6de9cd9a
DN
1052tree
1053gfc_get_logical_type (int kind)
1054{
644cb69f
FXC
1055 int index = gfc_validate_kind (BT_LOGICAL, kind, true);
1056 return index < 0 ? 0 : gfc_logical_types[index];
6de9cd9a 1057}
374929b2
FXC
1058
1059tree
1060gfc_get_char_type (int kind)
1061{
1062 int index = gfc_validate_kind (BT_CHARACTER, kind, true);
1063 return index < 0 ? 0 : gfc_character_types[index];
1064}
1065
1066tree
1067gfc_get_pchar_type (int kind)
1068{
1069 int index = gfc_validate_kind (BT_CHARACTER, kind, true);
1070 return index < 0 ? 0 : gfc_pcharacter_types[index];
1071}
1072
6de9cd9a 1073\f
40f20186 1074/* Create a character type with the given kind and length. */
c3e8c6b8 1075
6de9cd9a 1076tree
d393bbd7 1077gfc_get_character_type_len_for_eltype (tree eltype, tree len)
6de9cd9a 1078{
e2cad04b 1079 tree bounds, type;
6de9cd9a 1080
5e3b8727 1081 bounds = build_range_type (gfc_charlen_type_node, gfc_index_one_node, len);
d393bbd7 1082 type = build_array_type (eltype, bounds);
6de9cd9a
DN
1083 TYPE_STRING_FLAG (type) = 1;
1084
1085 return type;
1086}
40f20186 1087
d393bbd7
FXC
1088tree
1089gfc_get_character_type_len (int kind, tree len)
1090{
1091 gfc_validate_kind (BT_CHARACTER, kind, false);
1092 return gfc_get_character_type_len_for_eltype (gfc_get_char_type (kind), len);
1093}
1094
40f20186
PB
1095
1096/* Get a type node for a character kind. */
1097
1098tree
1099gfc_get_character_type (int kind, gfc_charlen * cl)
1100{
1101 tree len;
1102
1103 len = (cl == NULL) ? NULL_TREE : cl->backend_decl;
afbc5ae8
PT
1104 if (len && POINTER_TYPE_P (TREE_TYPE (len)))
1105 len = build_fold_indirect_ref (len);
40f20186
PB
1106
1107 return gfc_get_character_type_len (kind, len);
1108}
6de9cd9a 1109\f
5c8fbcad 1110/* Convert a basic type. This will be an array for character types. */
c3e8c6b8 1111
6de9cd9a 1112tree
de91486c 1113gfc_typenode_for_spec (gfc_typespec * spec, int codim)
6de9cd9a
DN
1114{
1115 tree basetype;
1116
1117 switch (spec->type)
1118 {
1119 case BT_UNKNOWN:
6e45f57b 1120 gcc_unreachable ();
6de9cd9a
DN
1121
1122 case BT_INTEGER:
a8b3b0b6
CR
1123 /* We use INTEGER(c_intptr_t) for C_PTR and C_FUNPTR once the symbol
1124 has been resolved. This is done so we can convert C_PTR and
1125 C_FUNPTR to simple variables that get translated to (void *). */
1126 if (spec->f90_type == BT_VOID)
089db47d 1127 {
bc21d315
JW
1128 if (spec->u.derived
1129 && spec->u.derived->intmod_sym_id == ISOCBINDING_PTR)
089db47d
CR
1130 basetype = ptr_type_node;
1131 else
1132 basetype = pfunc_type_node;
1133 }
a8b3b0b6
CR
1134 else
1135 basetype = gfc_get_int_type (spec->kind);
6de9cd9a
DN
1136 break;
1137
1138 case BT_REAL:
1139 basetype = gfc_get_real_type (spec->kind);
1140 break;
1141
1142 case BT_COMPLEX:
1143 basetype = gfc_get_complex_type (spec->kind);
1144 break;
1145
1146 case BT_LOGICAL:
1147 basetype = gfc_get_logical_type (spec->kind);
1148 break;
1149
1150 case BT_CHARACTER:
9b548517 1151 basetype = gfc_get_character_type (spec->kind, spec->u.cl);
6de9cd9a
DN
1152 break;
1153
25812571
PT
1154 case BT_HOLLERITH:
1155 /* Since this cannot be used, return a length one character. */
1156 basetype = gfc_get_character_type_len (gfc_default_character_kind,
1157 gfc_index_one_node);
1158 break;
1159
f6288c24
FR
1160 case BT_UNION:
1161 basetype = gfc_get_union_type (spec->u.derived);
1162 break;
1163
6de9cd9a 1164 case BT_DERIVED:
cf2b3c22 1165 case BT_CLASS:
de91486c 1166 basetype = gfc_get_derived_type (spec->u.derived, codim);
6de9cd9a 1167
8f75db9f
PT
1168 if (spec->type == BT_CLASS)
1169 GFC_CLASS_TYPE_P (basetype) = 1;
1170
a8b3b0b6
CR
1171 /* If we're dealing with either C_PTR or C_FUNPTR, we modified the
1172 type and kind to fit a (void *) and the basetype returned was a
1173 ptr_type_node. We need to pass up this new information to the
1174 symbol that was declared of type C_PTR or C_FUNPTR. */
cadddfdd 1175 if (spec->u.derived->ts.f90_type == BT_VOID)
a8b3b0b6 1176 {
cadddfdd
TB
1177 spec->type = BT_INTEGER;
1178 spec->kind = gfc_index_integer_kind;
4ea60a39
TK
1179 spec->f90_type = BT_VOID;
1180 spec->is_c_interop = 1; /* Mark as escaping later. */
a8b3b0b6
CR
1181 }
1182 break;
1183 case BT_VOID:
45a69325 1184 case BT_ASSUMED:
089db47d
CR
1185 /* This is for the second arg to c_f_pointer and c_f_procpointer
1186 of the iso_c_binding module, to accept any ptr type. */
1187 basetype = ptr_type_node;
1188 if (spec->f90_type == BT_VOID)
1189 {
bc21d315
JW
1190 if (spec->u.derived
1191 && spec->u.derived->intmod_sym_id == ISOCBINDING_PTR)
089db47d
CR
1192 basetype = ptr_type_node;
1193 else
1194 basetype = pfunc_type_node;
1195 }
a8b3b0b6 1196 break;
93755deb
HA
1197 case BT_PROCEDURE:
1198 basetype = pfunc_type_node;
1199 break;
6de9cd9a 1200 default:
6e45f57b 1201 gcc_unreachable ();
6de9cd9a
DN
1202 }
1203 return basetype;
1204}
1205\f
1206/* Build an INT_CST for constant expressions, otherwise return NULL_TREE. */
c3e8c6b8 1207
6de9cd9a
DN
1208static tree
1209gfc_conv_array_bound (gfc_expr * expr)
1210{
1211 /* If expr is an integer constant, return that. */
1212 if (expr != NULL && expr->expr_type == EXPR_CONSTANT)
1213 return gfc_conv_mpz_to_tree (expr->value.integer, gfc_index_integer_kind);
1214
1215 /* Otherwise return NULL. */
1216 return NULL_TREE;
1217}
1218\f
710700ab
TB
1219/* Return the type of an element of the array. Note that scalar coarrays
1220 are special. In particular, for GFC_ARRAY_TYPE_P, the original argument
1221 (with POINTER_TYPE stripped) is returned. */
1222
6de9cd9a
DN
1223tree
1224gfc_get_element_type (tree type)
1225{
1226 tree element;
1227
1228 if (GFC_ARRAY_TYPE_P (type))
1229 {
1230 if (TREE_CODE (type) == POINTER_TYPE)
1231 type = TREE_TYPE (type);
4409de24
TB
1232 if (GFC_TYPE_ARRAY_RANK (type) == 0)
1233 {
1234 gcc_assert (GFC_TYPE_ARRAY_CORANK (type) > 0);
1235 element = type;
1236 }
1237 else
1238 {
1239 gcc_assert (TREE_CODE (type) == ARRAY_TYPE);
1240 element = TREE_TYPE (type);
1241 }
6de9cd9a
DN
1242 }
1243 else
1244 {
6e45f57b 1245 gcc_assert (GFC_DESCRIPTOR_TYPE_P (type));
4c73896d 1246 element = GFC_TYPE_ARRAY_DATAPTR_TYPE (type);
6de9cd9a 1247
6e45f57b 1248 gcc_assert (TREE_CODE (element) == POINTER_TYPE);
6de9cd9a
DN
1249 element = TREE_TYPE (element);
1250
badd9e69 1251 /* For arrays, which are not scalar coarrays. */
5e67a369 1252 if (TREE_CODE (element) == ARRAY_TYPE && !TYPE_STRING_FLAG (element))
badd9e69 1253 element = TREE_TYPE (element);
6de9cd9a
DN
1254 }
1255
1256 return element;
1257}
1258\f
eb28fb7d 1259/* Build an array. This function is called from gfc_sym_type().
c3e8c6b8 1260 Actually returns array descriptor type.
6de9cd9a
DN
1261
1262 Format of array descriptors is as follows:
1263
1264 struct gfc_array_descriptor
1265 {
7fb43006 1266 array *data;
6de9cd9a 1267 index offset;
7fb43006 1268 struct dtype_type dtype;
6de9cd9a
DN
1269 struct descriptor_dimension dimension[N_DIM];
1270 }
1271
7fb43006
PT
1272 struct dtype_type
1273 {
1274 size_t elem_len;
1275 int version;
1276 signed char rank;
1277 signed char type;
1278 signed short attribute;
1279 }
1280
6de9cd9a
DN
1281 struct descriptor_dimension
1282 {
1283 index stride;
1284 index lbound;
1285 index ubound;
1286 }
1287
eb28fb7d
TS
1288 Translation code should use gfc_conv_descriptor_* rather than
1289 accessing the descriptor directly. Any changes to the array
1290 descriptor type will require changes in gfc_conv_descriptor_* and
1291 gfc_build_array_initializer.
6de9cd9a 1292
eb28fb7d
TS
1293 This is represented internally as a RECORD_TYPE. The index nodes
1294 are gfc_array_index_type and the data node is a pointer to the
1295 data. See below for the handling of character types.
6de9cd9a 1296
eb28fb7d
TS
1297 I originally used nested ARRAY_TYPE nodes to represent arrays, but
1298 this generated poor code for assumed/deferred size arrays. These
1299 require use of PLACEHOLDER_EXPR/WITH_RECORD_EXPR, which isn't part
1300 of the GENERIC grammar. Also, there is no way to explicitly set
1301 the array stride, so all data must be packed(1). I've tried to
1302 mark all the functions which would require modification with a GCC
1303 ARRAYS comment.
6de9cd9a 1304
eb28fb7d 1305 The data component points to the first element in the array. The
df2fba9e
RW
1306 offset field is the position of the origin of the array (i.e. element
1307 (0, 0 ...)). This may be outside the bounds of the array.
6de9cd9a
DN
1308
1309 An element is accessed by
eb28fb7d 1310 data[offset + index0*stride0 + index1*stride1 + index2*stride2]
c3e8c6b8 1311 This gives good performance as the computation does not involve the
eb28fb7d
TS
1312 bounds of the array. For packed arrays, this is optimized further
1313 by substituting the known strides.
6de9cd9a 1314
eb28fb7d
TS
1315 This system has one problem: all array bounds must be within 2^31
1316 elements of the origin (2^63 on 64-bit machines). For example
1317 integer, dimension (80000:90000, 80000:90000, 2) :: array
1318 may not work properly on 32-bit machines because 80000*80000 >
df2fba9e 1319 2^31, so the calculation for stride2 would overflow. This may
eb28fb7d
TS
1320 still work, but I haven't checked, and it relies on the overflow
1321 doing the right thing.
6de9cd9a 1322
1f2959f0 1323 The way to fix this problem is to access elements as follows:
eb28fb7d
TS
1324 data[(index0-lbound0)*stride0 + (index1-lbound1)*stride1]
1325 Obviously this is much slower. I will make this a compile time
1326 option, something like -fsmall-array-offsets. Mixing code compiled
1327 with and without this switch will work.
1328
1329 (1) This can be worked around by modifying the upper bound of the
1330 previous dimension. This requires extra fields in the descriptor
1331 (both real_ubound and fake_ubound). */
6de9cd9a
DN
1332
1333
1334/* Returns true if the array sym does not require a descriptor. */
1335
1336int
1337gfc_is_nodesc_array (gfc_symbol * sym)
1338{
f3b0bb7a
AV
1339 symbol_attribute *array_attr;
1340 gfc_array_spec *as;
1341 bool is_classarray = IS_CLASS_ARRAY (sym);
1342
1343 array_attr = is_classarray ? &CLASS_DATA (sym)->attr : &sym->attr;
1344 as = is_classarray ? CLASS_DATA (sym)->as : sym->as;
1345
1346 gcc_assert (array_attr->dimension || array_attr->codimension);
6de9cd9a
DN
1347
1348 /* We only want local arrays. */
f3b0bb7a
AV
1349 if ((sym->ts.type != BT_CLASS && sym->attr.pointer)
1350 || (sym->ts.type == BT_CLASS && CLASS_DATA (sym)->attr.class_pointer)
1351 || array_attr->allocatable)
6de9cd9a
DN
1352 return 0;
1353
571d54de 1354 /* We want a descriptor for associate-name arrays that do not have an
f3b0bb7a
AV
1355 explicitly known shape already. */
1356 if (sym->assoc && as->type != AS_EXPLICIT)
571d54de
DK
1357 return 0;
1358
f3b0bb7a 1359 /* The dummy is stored in sym and not in the component. */
6de9cd9a 1360 if (sym->attr.dummy)
f3b0bb7a
AV
1361 return as->type != AS_ASSUMED_SHAPE
1362 && as->type != AS_ASSUMED_RANK;
6de9cd9a
DN
1363
1364 if (sym->attr.result || sym->attr.function)
1365 return 0;
1366
f3b0bb7a 1367 gcc_assert (as->type == AS_EXPLICIT || as->cp_was_assumed);
6de9cd9a
DN
1368
1369 return 1;
1370}
1371
40f20186
PB
1372
1373/* Create an array descriptor type. */
1374
6de9cd9a 1375static tree
fad0afd7 1376gfc_build_array_type (tree type, gfc_array_spec * as,
fe4e525c 1377 enum gfc_array_kind akind, bool restricted,
de91486c 1378 bool contiguous, int codim)
6de9cd9a
DN
1379{
1380 tree lbound[GFC_MAX_DIMENSIONS];
1381 tree ubound[GFC_MAX_DIMENSIONS];
a8a5f4a9
TB
1382 int n, corank;
1383
1384 /* Assumed-shape arrays do not have codimension information stored in the
1385 descriptor. */
de91486c 1386 corank = MAX (as->corank, codim);
a8a5f4a9
TB
1387 if (as->type == AS_ASSUMED_SHAPE ||
1388 (as->type == AS_ASSUMED_RANK && akind == GFC_ARRAY_ALLOCATABLE))
de91486c 1389 corank = codim;
6de9cd9a 1390
c62c6622
TB
1391 if (as->type == AS_ASSUMED_RANK)
1392 for (n = 0; n < GFC_MAX_DIMENSIONS; n++)
1393 {
1394 lbound[n] = NULL_TREE;
1395 ubound[n] = NULL_TREE;
1396 }
1397
6de9cd9a
DN
1398 for (n = 0; n < as->rank; n++)
1399 {
1400 /* Create expressions for the known bounds of the array. */
1401 if (as->type == AS_ASSUMED_SHAPE && as->lower[n] == NULL)
7ab92584 1402 lbound[n] = gfc_index_one_node;
6de9cd9a
DN
1403 else
1404 lbound[n] = gfc_conv_array_bound (as->lower[n]);
1405 ubound[n] = gfc_conv_array_bound (as->upper[n]);
1406 }
1407
a8a5f4a9 1408 for (n = as->rank; n < as->rank + corank; n++)
a3935ffc 1409 {
49b804d0 1410 if (as->type != AS_DEFERRED && as->lower[n] == NULL)
a3935ffc
TB
1411 lbound[n] = gfc_index_one_node;
1412 else
1413 lbound[n] = gfc_conv_array_bound (as->lower[n]);
1414
a8a5f4a9 1415 if (n < as->rank + corank - 1)
a3935ffc
TB
1416 ubound[n] = gfc_conv_array_bound (as->upper[n]);
1417 }
1418
fad0afd7 1419 if (as->type == AS_ASSUMED_SHAPE)
fe4e525c
TB
1420 akind = contiguous ? GFC_ARRAY_ASSUMED_SHAPE_CONT
1421 : GFC_ARRAY_ASSUMED_SHAPE;
c62c6622
TB
1422 else if (as->type == AS_ASSUMED_RANK)
1423 akind = contiguous ? GFC_ARRAY_ASSUMED_RANK_CONT
1424 : GFC_ARRAY_ASSUMED_RANK;
1425 return gfc_get_array_type_bounds (type, as->rank == -1
1426 ? GFC_MAX_DIMENSIONS : as->rank,
de91486c
AV
1427 corank, lbound, ubound, 0, akind,
1428 restricted);
6de9cd9a
DN
1429}
1430\f
1431/* Returns the struct descriptor_dimension type. */
c3e8c6b8 1432
6de9cd9a
DN
1433static tree
1434gfc_get_desc_dim_type (void)
1435{
1436 tree type;
35151cd5 1437 tree decl, *chain = NULL;
6de9cd9a
DN
1438
1439 if (gfc_desc_dim_type)
1440 return gfc_desc_dim_type;
1441
1442 /* Build the type node. */
1443 type = make_node (RECORD_TYPE);
1444
1445 TYPE_NAME (type) = get_identifier ("descriptor_dimension");
1446 TYPE_PACKED (type) = 1;
1447
1448 /* Consists of the stride, lbound and ubound members. */
35151cd5 1449 decl = gfc_add_field_to_struct_1 (type,
dfd6ece2
NF
1450 get_identifier ("stride"),
1451 gfc_array_index_type, &chain);
d8eff1b8 1452 TREE_NO_WARNING (decl) = 1;
6de9cd9a 1453
35151cd5 1454 decl = gfc_add_field_to_struct_1 (type,
dfd6ece2
NF
1455 get_identifier ("lbound"),
1456 gfc_array_index_type, &chain);
d8eff1b8 1457 TREE_NO_WARNING (decl) = 1;
6de9cd9a 1458
35151cd5 1459 decl = gfc_add_field_to_struct_1 (type,
dfd6ece2
NF
1460 get_identifier ("ubound"),
1461 gfc_array_index_type, &chain);
d8eff1b8 1462 TREE_NO_WARNING (decl) = 1;
6de9cd9a
DN
1463
1464 /* Finish off the type. */
6de9cd9a 1465 gfc_finish_type (type);
dfcf0b12 1466 TYPE_DECL_SUPPRESS_DEBUG (TYPE_STUB_DECL (type)) = 1;
6de9cd9a
DN
1467
1468 gfc_desc_dim_type = type;
1469 return type;
1470}
1471
40b026d8 1472
43a5ef69 1473/* Return the DTYPE for an array. This describes the type and type parameters
40b026d8
PB
1474 of the array. */
1475/* TODO: Only call this when the value is actually used, and make all the
1476 unknown cases abort. */
1477
1478tree
d7463e5b 1479gfc_get_dtype_rank_type (int rank, tree etype)
6de9cd9a
DN
1480{
1481 tree size;
1482 int n;
6de9cd9a
DN
1483 tree tmp;
1484 tree dtype;
7fb43006
PT
1485 tree field;
1486 vec<constructor_elt, va_gc> *v = NULL;
6de9cd9a 1487
f094a21f
PT
1488 size = TYPE_SIZE_UNIT (etype);
1489
40b026d8 1490 switch (TREE_CODE (etype))
6de9cd9a
DN
1491 {
1492 case INTEGER_TYPE:
a11930ba 1493 n = BT_INTEGER;
6de9cd9a
DN
1494 break;
1495
1496 case BOOLEAN_TYPE:
a11930ba 1497 n = BT_LOGICAL;
6de9cd9a
DN
1498 break;
1499
1500 case REAL_TYPE:
a11930ba 1501 n = BT_REAL;
6de9cd9a
DN
1502 break;
1503
1504 case COMPLEX_TYPE:
a11930ba 1505 n = BT_COMPLEX;
6de9cd9a
DN
1506 break;
1507
6de9cd9a 1508 case RECORD_TYPE:
7fb43006
PT
1509 if (GFC_CLASS_TYPE_P (etype))
1510 n = BT_CLASS;
1511 else
1512 n = BT_DERIVED;
6de9cd9a
DN
1513 break;
1514
7fb43006 1515 /* We will never have arrays of arrays. */
6de9cd9a 1516 case ARRAY_TYPE:
a11930ba 1517 n = BT_CHARACTER;
f094a21f
PT
1518 if (size == NULL_TREE)
1519 size = TYPE_SIZE_UNIT (TREE_TYPE (etype));
6de9cd9a
DN
1520 break;
1521
45a69325
TB
1522 case POINTER_TYPE:
1523 n = BT_ASSUMED;
f094a21f
PT
1524 if (TREE_CODE (TREE_TYPE (etype)) != VOID_TYPE)
1525 size = TYPE_SIZE_UNIT (TREE_TYPE (etype));
1526 else
1527 size = build_int_cst (size_type_node, 0);
7fb43006 1528 break;
45a69325 1529
6de9cd9a 1530 default:
40f20186 1531 /* TODO: Don't do dtype for temporary descriptorless arrays. */
f094a21f 1532 /* We can encounter strange array types for temporary arrays. */
40f20186 1533 return gfc_index_zero_node;
6de9cd9a
DN
1534 }
1535
7fb43006
PT
1536 tmp = get_dtype_type_node ();
1537 field = gfc_advance_chain (TYPE_FIELDS (tmp),
1538 GFC_DTYPE_ELEM_LEN);
1539 CONSTRUCTOR_APPEND_ELT (v, field,
1540 fold_convert (TREE_TYPE (field), size));
6de9cd9a 1541
7fb43006
PT
1542 field = gfc_advance_chain (TYPE_FIELDS (dtype_type_node),
1543 GFC_DTYPE_RANK);
1544 CONSTRUCTOR_APPEND_ELT (v, field,
1545 build_int_cst (TREE_TYPE (field), rank));
6de9cd9a 1546
7fb43006
PT
1547 field = gfc_advance_chain (TYPE_FIELDS (dtype_type_node),
1548 GFC_DTYPE_TYPE);
1549 CONSTRUCTOR_APPEND_ELT (v, field,
1550 build_int_cst (TREE_TYPE (field), n));
1551
1552 dtype = build_constructor (tmp, v);
6de9cd9a 1553
d7463e5b
TB
1554 return dtype;
1555}
1556
1557
1558tree
1559gfc_get_dtype (tree type)
1560{
1561 tree dtype;
1562 tree etype;
1563 int rank;
1564
1565 gcc_assert (GFC_DESCRIPTOR_TYPE_P (type) || GFC_ARRAY_TYPE_P (type));
1566
d7463e5b
TB
1567 rank = GFC_TYPE_ARRAY_RANK (type);
1568 etype = gfc_get_element_type (type);
1569 dtype = gfc_get_dtype_rank_type (rank, etype);
1570
40b026d8 1571 GFC_TYPE_ARRAY_DTYPE (type) = dtype;
6de9cd9a
DN
1572 return dtype;
1573}
1574
1575
dcfef7d4
TS
1576/* Build an array type for use without a descriptor, packed according
1577 to the value of PACKED. */
6de9cd9a
DN
1578
1579tree
10174ddf
MM
1580gfc_get_nodesc_array_type (tree etype, gfc_array_spec * as, gfc_packed packed,
1581 bool restricted)
6de9cd9a
DN
1582{
1583 tree range;
1584 tree type;
1585 tree tmp;
1586 int n;
1587 int known_stride;
1588 int known_offset;
1589 mpz_t offset;
1590 mpz_t stride;
1591 mpz_t delta;
1592 gfc_expr *expr;
1593
1594 mpz_init_set_ui (offset, 0);
1595 mpz_init_set_ui (stride, 1);
1596 mpz_init (delta);
1597
d5029d45 1598 /* We don't use build_array_type because this does not include
13795658 1599 lang-specific information (i.e. the bounds of the array) when checking
6de9cd9a 1600 for duplicates. */
4409de24
TB
1601 if (as->rank)
1602 type = make_node (ARRAY_TYPE);
1603 else
8a5c4899 1604 type = build_variant_type_copy (etype);
6de9cd9a
DN
1605
1606 GFC_ARRAY_TYPE_P (type) = 1;
766090c2 1607 TYPE_LANG_SPECIFIC (type) = ggc_cleared_alloc<struct lang_type> ();
6de9cd9a 1608
dcfef7d4 1609 known_stride = (packed != PACKED_NO);
6de9cd9a
DN
1610 known_offset = 1;
1611 for (n = 0; n < as->rank; n++)
1612 {
1613 /* Fill in the stride and bound components of the type. */
1614 if (known_stride)
08789087 1615 tmp = gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
6de9cd9a
DN
1616 else
1617 tmp = NULL_TREE;
1618 GFC_TYPE_ARRAY_STRIDE (type, n) = tmp;
1619
1620 expr = as->lower[n];
1621 if (expr->expr_type == EXPR_CONSTANT)
1622 {
1623 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
fad0afd7 1624 gfc_index_integer_kind);
6de9cd9a
DN
1625 }
1626 else
1627 {
1628 known_stride = 0;
1629 tmp = NULL_TREE;
1630 }
1631 GFC_TYPE_ARRAY_LBOUND (type, n) = tmp;
1632
1633 if (known_stride)
1634 {
1635 /* Calculate the offset. */
1636 mpz_mul (delta, stride, as->lower[n]->value.integer);
1637 mpz_sub (offset, offset, delta);
1638 }
1639 else
1640 known_offset = 0;
1641
1642 expr = as->upper[n];
1643 if (expr && expr->expr_type == EXPR_CONSTANT)
1644 {
1645 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1646 gfc_index_integer_kind);
1647 }
1648 else
1649 {
1650 tmp = NULL_TREE;
1651 known_stride = 0;
1652 }
1653 GFC_TYPE_ARRAY_UBOUND (type, n) = tmp;
1654
1655 if (known_stride)
1656 {
1657 /* Calculate the stride. */
1658 mpz_sub (delta, as->upper[n]->value.integer,
1659 as->lower[n]->value.integer);
1660 mpz_add_ui (delta, delta, 1);
1661 mpz_mul (stride, stride, delta);
1662 }
1663
1664 /* Only the first stride is known for partial packed arrays. */
dcfef7d4 1665 if (packed == PACKED_NO || packed == PACKED_PARTIAL)
6de9cd9a
DN
1666 known_stride = 0;
1667 }
a3935ffc
TB
1668 for (n = as->rank; n < as->rank + as->corank; n++)
1669 {
1670 expr = as->lower[n];
1671 if (expr->expr_type == EXPR_CONSTANT)
1672 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1673 gfc_index_integer_kind);
1674 else
1675 tmp = NULL_TREE;
1676 GFC_TYPE_ARRAY_LBOUND (type, n) = tmp;
1677
1678 expr = as->upper[n];
1679 if (expr && expr->expr_type == EXPR_CONSTANT)
1680 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1681 gfc_index_integer_kind);
1682 else
1683 tmp = NULL_TREE;
1684 if (n < as->rank + as->corank - 1)
1685 GFC_TYPE_ARRAY_UBOUND (type, n) = tmp;
1686 }
6de9cd9a
DN
1687
1688 if (known_offset)
1689 {
1690 GFC_TYPE_ARRAY_OFFSET (type) =
1691 gfc_conv_mpz_to_tree (offset, gfc_index_integer_kind);
1692 }
1693 else
1694 GFC_TYPE_ARRAY_OFFSET (type) = NULL_TREE;
1695
1696 if (known_stride)
1697 {
1698 GFC_TYPE_ARRAY_SIZE (type) =
1699 gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
1700 }
1701 else
1702 GFC_TYPE_ARRAY_SIZE (type) = NULL_TREE;
1703
6de9cd9a 1704 GFC_TYPE_ARRAY_RANK (type) = as->rank;
a3935ffc 1705 GFC_TYPE_ARRAY_CORANK (type) = as->corank;
40b026d8 1706 GFC_TYPE_ARRAY_DTYPE (type) = NULL_TREE;
7ab92584 1707 range = build_range_type (gfc_array_index_type, gfc_index_zero_node,
6de9cd9a
DN
1708 NULL_TREE);
1709 /* TODO: use main type if it is unbounded. */
1710 GFC_TYPE_ARRAY_DATAPTR_TYPE (type) =
1711 build_pointer_type (build_array_type (etype, range));
10174ddf
MM
1712 if (restricted)
1713 GFC_TYPE_ARRAY_DATAPTR_TYPE (type) =
1714 build_qualified_type (GFC_TYPE_ARRAY_DATAPTR_TYPE (type),
1715 TYPE_QUAL_RESTRICT);
6de9cd9a 1716
4409de24
TB
1717 if (as->rank == 0)
1718 {
f19626cf 1719 if (packed != PACKED_STATIC || flag_coarray == GFC_FCOARRAY_LIB)
5aacb11e
TB
1720 {
1721 type = build_pointer_type (type);
4409de24 1722
5aacb11e 1723 if (restricted)
f04986a9 1724 type = build_qualified_type (type, TYPE_QUAL_RESTRICT);
4409de24 1725
4409de24 1726 GFC_ARRAY_TYPE_P (type) = 1;
f04986a9 1727 TYPE_LANG_SPECIFIC (type) = TYPE_LANG_SPECIFIC (TREE_TYPE (type));
4409de24
TB
1728 }
1729
1730 return type;
1731 }
1732
6de9cd9a
DN
1733 if (known_stride)
1734 {
1735 mpz_sub_ui (stride, stride, 1);
1736 range = gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
1737 }
1738 else
1739 range = NULL_TREE;
1740
7ab92584 1741 range = build_range_type (gfc_array_index_type, gfc_index_zero_node, range);
6de9cd9a
DN
1742 TYPE_DOMAIN (type) = range;
1743
1744 build_pointer_type (etype);
1745 TREE_TYPE (type) = etype;
1746
1747 layout_type (type);
1748
1749 mpz_clear (offset);
1750 mpz_clear (stride);
1751 mpz_clear (delta);
1752
09775c40
AO
1753 /* Represent packed arrays as multi-dimensional if they have rank >
1754 1 and with proper bounds, instead of flat arrays. This makes for
1755 better debug info. */
1756 if (known_offset)
08789087
JJ
1757 {
1758 tree gtype = etype, rtype, type_decl;
1759
1760 for (n = as->rank - 1; n >= 0; n--)
1761 {
1762 rtype = build_range_type (gfc_array_index_type,
1763 GFC_TYPE_ARRAY_LBOUND (type, n),
1764 GFC_TYPE_ARRAY_UBOUND (type, n));
1765 gtype = build_array_type (gtype, rtype);
1766 }
c2255bc4
AH
1767 TYPE_NAME (type) = type_decl = build_decl (input_location,
1768 TYPE_DECL, NULL, gtype);
08789087
JJ
1769 DECL_ORIGINAL_TYPE (type_decl) = gtype;
1770 }
1771
b8ff4e88 1772 if (packed != PACKED_STATIC || !known_stride
f19626cf 1773 || (as->corank && flag_coarray == GFC_FCOARRAY_LIB))
6de9cd9a 1774 {
841b0c1f
PB
1775 /* For dummy arrays and automatic (heap allocated) arrays we
1776 want a pointer to the array. */
6de9cd9a 1777 type = build_pointer_type (type);
10174ddf
MM
1778 if (restricted)
1779 type = build_qualified_type (type, TYPE_QUAL_RESTRICT);
6de9cd9a
DN
1780 GFC_ARRAY_TYPE_P (type) = 1;
1781 TYPE_LANG_SPECIFIC (type) = TYPE_LANG_SPECIFIC (TREE_TYPE (type));
1782 }
1783 return type;
1784}
1785
aa13dc3c 1786
4c73896d
RH
1787/* Return or create the base type for an array descriptor. */
1788
1789static tree
de91486c 1790gfc_get_array_descriptor_base (int dimen, int codimen, bool restricted)
4c73896d 1791{
35151cd5 1792 tree fat_type, decl, arraytype, *chain = NULL;
f33beee9 1793 char name[16 + 2*GFC_RANK_DIGITS + 1 + 1];
c62c6622
TB
1794 int idx;
1795
1796 /* Assumed-rank array. */
1797 if (dimen == -1)
1798 dimen = GFC_MAX_DIMENSIONS;
1799
1800 idx = 2 * (codimen + dimen) + restricted;
4c73896d 1801
c62c6622 1802 gcc_assert (codimen + dimen >= 0 && codimen + dimen <= GFC_MAX_DIMENSIONS);
af232d48 1803
f19626cf 1804 if (flag_coarray == GFC_FCOARRAY_LIB && codimen)
af232d48
TB
1805 {
1806 if (gfc_array_descriptor_base_caf[idx])
1807 return gfc_array_descriptor_base_caf[idx];
1808 }
1809 else if (gfc_array_descriptor_base[idx])
10174ddf 1810 return gfc_array_descriptor_base[idx];
4c73896d
RH
1811
1812 /* Build the type node. */
1813 fat_type = make_node (RECORD_TYPE);
1814
bf65e4b1 1815 sprintf (name, "array_descriptor" GFC_RANK_PRINTF_FORMAT, dimen + codimen);
4c73896d 1816 TYPE_NAME (fat_type) = get_identifier (name);
cd3f04c8 1817 TYPE_NAMELESS (fat_type) = 1;
4c73896d
RH
1818
1819 /* Add the data member as the first element of the descriptor. */
8ba6ea87
ML
1820 gfc_add_field_to_struct_1 (fat_type,
1821 get_identifier ("data"),
1822 (restricted
1823 ? prvoid_type_node
1824 : ptr_type_node), &chain);
4c73896d
RH
1825
1826 /* Add the base component. */
35151cd5 1827 decl = gfc_add_field_to_struct_1 (fat_type,
dfd6ece2
NF
1828 get_identifier ("offset"),
1829 gfc_array_index_type, &chain);
d8eff1b8 1830 TREE_NO_WARNING (decl) = 1;
4c73896d
RH
1831
1832 /* Add the dtype component. */
35151cd5 1833 decl = gfc_add_field_to_struct_1 (fat_type,
dfd6ece2 1834 get_identifier ("dtype"),
7fb43006 1835 get_dtype_type_node (), &chain);
d8eff1b8 1836 TREE_NO_WARNING (decl) = 1;
4c73896d 1837
ff3598bc
PT
1838 /* Add the span component. */
1839 decl = gfc_add_field_to_struct_1 (fat_type,
1840 get_identifier ("span"),
1841 gfc_array_index_type, &chain);
1842 TREE_NO_WARNING (decl) = 1;
1843
4c73896d 1844 /* Build the array type for the stride and bound components. */
c62c6622
TB
1845 if (dimen + codimen > 0)
1846 {
1847 arraytype =
1848 build_array_type (gfc_get_desc_dim_type (),
1849 build_range_type (gfc_array_index_type,
1850 gfc_index_zero_node,
1851 gfc_rank_cst[codimen + dimen - 1]));
1852
1853 decl = gfc_add_field_to_struct_1 (fat_type, get_identifier ("dim"),
1854 arraytype, &chain);
1855 TREE_NO_WARNING (decl) = 1;
1856 }
4c73896d 1857
f549bfb3 1858 if (flag_coarray == GFC_FCOARRAY_LIB)
af232d48
TB
1859 {
1860 decl = gfc_add_field_to_struct_1 (fat_type,
1861 get_identifier ("token"),
1862 prvoid_type_node, &chain);
1863 TREE_NO_WARNING (decl) = 1;
1864 }
1865
4c73896d 1866 /* Finish off the type. */
4c73896d 1867 gfc_finish_type (fat_type);
dfcf0b12 1868 TYPE_DECL_SUPPRESS_DEBUG (TYPE_STUB_DECL (fat_type)) = 1;
4c73896d 1869
de91486c 1870 if (flag_coarray == GFC_FCOARRAY_LIB && codimen)
af232d48
TB
1871 gfc_array_descriptor_base_caf[idx] = fat_type;
1872 else
1873 gfc_array_descriptor_base[idx] = fat_type;
1874
4c73896d
RH
1875 return fat_type;
1876}
6de9cd9a 1877
aa13dc3c 1878
6de9cd9a
DN
1879/* Build an array (descriptor) type with given bounds. */
1880
1881tree
f33beee9 1882gfc_get_array_type_bounds (tree etype, int dimen, int codimen, tree * lbound,
fad0afd7 1883 tree * ubound, int packed,
de91486c 1884 enum gfc_array_kind akind, bool restricted)
6de9cd9a 1885{
f33beee9 1886 char name[8 + 2*GFC_RANK_DIGITS + 1 + GFC_MAX_SYMBOL_LEN];
416a8af4 1887 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype;
9aa433c2 1888 const char *type_name;
4c73896d 1889 int n;
6de9cd9a 1890
de91486c 1891 base_type = gfc_get_array_descriptor_base (dimen, codimen, restricted);
9618fb3c 1892 fat_type = build_distinct_type_copy (base_type);
5d4e9f7b
RB
1893 /* Unshare TYPE_FIELDs. */
1894 for (tree *tp = &TYPE_FIELDS (fat_type); *tp; tp = &DECL_CHAIN (*tp))
1895 {
1896 tree next = DECL_CHAIN (*tp);
1897 *tp = copy_node (*tp);
1898 DECL_CONTEXT (*tp) = fat_type;
1899 DECL_CHAIN (*tp) = next;
1900 }
10174ddf
MM
1901 /* Make sure that nontarget and target array type have the same canonical
1902 type (and same stub decl for debug info). */
de91486c 1903 base_type = gfc_get_array_descriptor_base (dimen, codimen, false);
9618fb3c
RG
1904 TYPE_CANONICAL (fat_type) = base_type;
1905 TYPE_STUB_DECL (fat_type) = TYPE_STUB_DECL (base_type);
6de9cd9a
DN
1906
1907 tmp = TYPE_NAME (etype);
1908 if (tmp && TREE_CODE (tmp) == TYPE_DECL)
1909 tmp = DECL_NAME (tmp);
1910 if (tmp)
9aa433c2 1911 type_name = IDENTIFIER_POINTER (tmp);
6de9cd9a 1912 else
9aa433c2 1913 type_name = "unknown";
bf65e4b1 1914 sprintf (name, "array" GFC_RANK_PRINTF_FORMAT "_%.*s", dimen + codimen,
9aa433c2 1915 GFC_MAX_SYMBOL_LEN, type_name);
6de9cd9a 1916 TYPE_NAME (fat_type) = get_identifier (name);
cd3f04c8 1917 TYPE_NAMELESS (fat_type) = 1;
6de9cd9a 1918
4c73896d 1919 GFC_DESCRIPTOR_TYPE_P (fat_type) = 1;
766090c2 1920 TYPE_LANG_SPECIFIC (fat_type) = ggc_cleared_alloc<struct lang_type> ();
4c73896d
RH
1921
1922 GFC_TYPE_ARRAY_RANK (fat_type) = dimen;
a3935ffc 1923 GFC_TYPE_ARRAY_CORANK (fat_type) = codimen;
4c73896d 1924 GFC_TYPE_ARRAY_DTYPE (fat_type) = NULL_TREE;
fad0afd7 1925 GFC_TYPE_ARRAY_AKIND (fat_type) = akind;
6de9cd9a
DN
1926
1927 /* Build an array descriptor record type. */
1928 if (packed != 0)
7ab92584 1929 stride = gfc_index_one_node;
6de9cd9a
DN
1930 else
1931 stride = NULL_TREE;
4ca9939b 1932 for (n = 0; n < dimen + codimen; n++)
6de9cd9a 1933 {
4ca9939b
TB
1934 if (n < dimen)
1935 GFC_TYPE_ARRAY_STRIDE (fat_type, n) = stride;
6de9cd9a
DN
1936
1937 if (lbound)
1938 lower = lbound[n];
1939 else
1940 lower = NULL_TREE;
1941
1942 if (lower != NULL_TREE)
1943 {
1944 if (INTEGER_CST_P (lower))
1945 GFC_TYPE_ARRAY_LBOUND (fat_type, n) = lower;
1946 else
1947 lower = NULL_TREE;
1948 }
1949
4ca9939b
TB
1950 if (codimen && n == dimen + codimen - 1)
1951 break;
1952
6de9cd9a
DN
1953 upper = ubound[n];
1954 if (upper != NULL_TREE)
1955 {
1956 if (INTEGER_CST_P (upper))
1957 GFC_TYPE_ARRAY_UBOUND (fat_type, n) = upper;
1958 else
1959 upper = NULL_TREE;
1960 }
1961
4ca9939b
TB
1962 if (n >= dimen)
1963 continue;
1964
6de9cd9a
DN
1965 if (upper != NULL_TREE && lower != NULL_TREE && stride != NULL_TREE)
1966 {
bc98ed60
TB
1967 tmp = fold_build2_loc (input_location, MINUS_EXPR,
1968 gfc_array_index_type, upper, lower);
1969 tmp = fold_build2_loc (input_location, PLUS_EXPR,
1970 gfc_array_index_type, tmp,
1971 gfc_index_one_node);
1972 stride = fold_build2_loc (input_location, MULT_EXPR,
1973 gfc_array_index_type, tmp, stride);
6de9cd9a 1974 /* Check the folding worked. */
6e45f57b 1975 gcc_assert (INTEGER_CST_P (stride));
6de9cd9a
DN
1976 }
1977 else
1978 stride = NULL_TREE;
1979 }
1980 GFC_TYPE_ARRAY_SIZE (fat_type) = stride;
4c73896d 1981
6de9cd9a
DN
1982 /* TODO: known offsets for descriptors. */
1983 GFC_TYPE_ARRAY_OFFSET (fat_type) = NULL_TREE;
1984
badd9e69
TB
1985 if (dimen == 0)
1986 {
1987 arraytype = build_pointer_type (etype);
1988 if (restricted)
1989 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT);
1990
1991 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype;
1992 return fat_type;
1993 }
1994
416a8af4
RG
1995 /* We define data as an array with the correct size if possible.
1996 Much better than doing pointer arithmetic. */
1997 if (stride)
1998 rtype = build_range_type (gfc_array_index_type, gfc_index_zero_node,
1999 int_const_binop (MINUS_EXPR, stride,
807e902e 2000 build_int_cst (TREE_TYPE (stride), 1)));
416a8af4
RG
2001 else
2002 rtype = gfc_array_range_type;
2003 arraytype = build_array_type (etype, rtype);
6de9cd9a 2004 arraytype = build_pointer_type (arraytype);
10174ddf
MM
2005 if (restricted)
2006 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT);
6de9cd9a
DN
2007 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype;
2008
d560566a
AO
2009 /* This will generate the base declarations we need to emit debug
2010 information for this type. FIXME: there must be a better way to
2011 avoid divergence between compilations with and without debug
2012 information. */
2013 {
2014 struct array_descr_info info;
2015 gfc_get_array_descr_info (fat_type, &info);
2016 gfc_get_array_descr_info (build_pointer_type (fat_type), &info);
2017 }
2018
6de9cd9a
DN
2019 return fat_type;
2020}
2021\f
2022/* Build a pointer type. This function is called from gfc_sym_type(). */
c3e8c6b8 2023
6de9cd9a
DN
2024static tree
2025gfc_build_pointer_type (gfc_symbol * sym, tree type)
2026{
436529ea 2027 /* Array pointer types aren't actually pointers. */
6de9cd9a
DN
2028 if (sym->attr.dimension)
2029 return type;
2030 else
2031 return build_pointer_type (type);
2032}
b3c1b8a1
MM
2033
2034static tree gfc_nonrestricted_type (tree t);
2035/* Given two record or union type nodes TO and FROM, ensure
2036 that all fields in FROM have a corresponding field in TO,
2037 their type being nonrestrict variants. This accepts a TO
2038 node that already has a prefix of the fields in FROM. */
2039static void
2040mirror_fields (tree to, tree from)
2041{
2042 tree fto, ffrom;
2043 tree *chain;
2044
2045 /* Forward to the end of TOs fields. */
2046 fto = TYPE_FIELDS (to);
2047 ffrom = TYPE_FIELDS (from);
2048 chain = &TYPE_FIELDS (to);
2049 while (fto)
2050 {
2051 gcc_assert (ffrom && DECL_NAME (fto) == DECL_NAME (ffrom));
2052 chain = &DECL_CHAIN (fto);
2053 fto = DECL_CHAIN (fto);
2054 ffrom = DECL_CHAIN (ffrom);
2055 }
2056
2057 /* Now add all fields remaining in FROM (starting with ffrom). */
2058 for (; ffrom; ffrom = DECL_CHAIN (ffrom))
2059 {
2060 tree newfield = copy_node (ffrom);
2061 DECL_CONTEXT (newfield) = to;
2062 /* The store to DECL_CHAIN might seem redundant with the
2063 stores to *chain, but not clearing it here would mean
2064 leaving a chain into the old fields. If ever
2065 our called functions would look at them confusion
2066 will arise. */
2067 DECL_CHAIN (newfield) = NULL_TREE;
2068 *chain = newfield;
2069 chain = &DECL_CHAIN (newfield);
2070
2071 if (TREE_CODE (ffrom) == FIELD_DECL)
2072 {
2073 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (ffrom));
2074 TREE_TYPE (newfield) = elemtype;
2075 }
2076 }
2077 *chain = NULL_TREE;
2078}
2079
2080/* Given a type T, returns a different type of the same structure,
2081 except that all types it refers to (recursively) are always
2082 non-restrict qualified types. */
2083static tree
2084gfc_nonrestricted_type (tree t)
2085{
2086 tree ret = t;
2087
eea58adb 2088 /* If the type isn't laid out yet, don't copy it. If something
b3c1b8a1
MM
2089 needs it for real it should wait until the type got finished. */
2090 if (!TYPE_SIZE (t))
2091 return t;
2092
2093 if (!TYPE_LANG_SPECIFIC (t))
766090c2 2094 TYPE_LANG_SPECIFIC (t) = ggc_cleared_alloc<struct lang_type> ();
b3c1b8a1
MM
2095 /* If we're dealing with this very node already further up
2096 the call chain (recursion via pointers and struct members)
2097 we haven't yet determined if we really need a new type node.
2098 Assume we don't, return T itself. */
2099 if (TYPE_LANG_SPECIFIC (t)->nonrestricted_type == error_mark_node)
2100 return t;
2101
2102 /* If we have calculated this all already, just return it. */
2103 if (TYPE_LANG_SPECIFIC (t)->nonrestricted_type)
2104 return TYPE_LANG_SPECIFIC (t)->nonrestricted_type;
2105
2106 /* Mark this type. */
2107 TYPE_LANG_SPECIFIC (t)->nonrestricted_type = error_mark_node;
2108
2109 switch (TREE_CODE (t))
2110 {
2111 default:
2112 break;
2113
2114 case POINTER_TYPE:
2115 case REFERENCE_TYPE:
2116 {
2117 tree totype = gfc_nonrestricted_type (TREE_TYPE (t));
2118 if (totype == TREE_TYPE (t))
2119 ret = t;
2120 else if (TREE_CODE (t) == POINTER_TYPE)
2121 ret = build_pointer_type (totype);
2122 else
2123 ret = build_reference_type (totype);
2124 ret = build_qualified_type (ret,
2125 TYPE_QUALS (t) & ~TYPE_QUAL_RESTRICT);
2126 }
2127 break;
2128
2129 case ARRAY_TYPE:
2130 {
2131 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (t));
2132 if (elemtype == TREE_TYPE (t))
2133 ret = t;
2134 else
2135 {
2136 ret = build_variant_type_copy (t);
2137 TREE_TYPE (ret) = elemtype;
2138 if (TYPE_LANG_SPECIFIC (t)
2139 && GFC_TYPE_ARRAY_DATAPTR_TYPE (t))
2140 {
2141 tree dataptr_type = GFC_TYPE_ARRAY_DATAPTR_TYPE (t);
2142 dataptr_type = gfc_nonrestricted_type (dataptr_type);
2143 if (dataptr_type != GFC_TYPE_ARRAY_DATAPTR_TYPE (t))
2144 {
2145 TYPE_LANG_SPECIFIC (ret)
766090c2 2146 = ggc_cleared_alloc<struct lang_type> ();
b3c1b8a1
MM
2147 *TYPE_LANG_SPECIFIC (ret) = *TYPE_LANG_SPECIFIC (t);
2148 GFC_TYPE_ARRAY_DATAPTR_TYPE (ret) = dataptr_type;
2149 }
2150 }
2151 }
2152 }
2153 break;
2154
2155 case RECORD_TYPE:
2156 case UNION_TYPE:
2157 case QUAL_UNION_TYPE:
2158 {
2159 tree field;
2160 /* First determine if we need a new type at all.
2161 Careful, the two calls to gfc_nonrestricted_type per field
2162 might return different values. That happens exactly when
2163 one of the fields reaches back to this very record type
2164 (via pointers). The first calls will assume that we don't
2165 need to copy T (see the error_mark_node marking). If there
2166 are any reasons for copying T apart from having to copy T,
2167 we'll indeed copy it, and the second calls to
2168 gfc_nonrestricted_type will use that new node if they
2169 reach back to T. */
2170 for (field = TYPE_FIELDS (t); field; field = DECL_CHAIN (field))
2171 if (TREE_CODE (field) == FIELD_DECL)
2172 {
2173 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (field));
2174 if (elemtype != TREE_TYPE (field))
2175 break;
2176 }
2177 if (!field)
2178 break;
2179 ret = build_variant_type_copy (t);
2180 TYPE_FIELDS (ret) = NULL_TREE;
2181
2182 /* Here we make sure that as soon as we know we have to copy
2183 T, that also fields reaching back to us will use the new
2184 copy. It's okay if that copy still contains the old fields,
2185 we won't look at them. */
2186 TYPE_LANG_SPECIFIC (t)->nonrestricted_type = ret;
2187 mirror_fields (ret, t);
2188 }
2189 break;
2190 }
2191
2192 TYPE_LANG_SPECIFIC (t)->nonrestricted_type = ret;
2193 return ret;
2194}
2195
6de9cd9a
DN
2196\f
2197/* Return the type for a symbol. Special handling is required for character
2198 types to get the correct level of indirection.
2199 For functions return the return type.
ad6e2a18
TS
2200 For subroutines return void_type_node.
2201 Calling this multiple times for the same symbol should be avoided,
2202 especially for character and array types. */
c3e8c6b8 2203
6de9cd9a
DN
2204tree
2205gfc_sym_type (gfc_symbol * sym)
2206{
2207 tree type;
2208 int byref;
10174ddf 2209 bool restricted;
6de9cd9a 2210
3070bab4
JW
2211 /* Procedure Pointers inside COMMON blocks. */
2212 if (sym->attr.proc_pointer && sym->attr.in_common)
00625fae
JW
2213 {
2214 /* Unset proc_pointer as gfc_get_function_type calls gfc_sym_type. */
2215 sym->attr.proc_pointer = 0;
2216 type = build_pointer_type (gfc_get_function_type (sym));
2217 sym->attr.proc_pointer = 1;
2218 return type;
2219 }
2220
6de9cd9a
DN
2221 if (sym->attr.flavor == FL_PROCEDURE && !sym->attr.function)
2222 return void_type_node;
2223
da4c6ed8
TS
2224 /* In the case of a function the fake result variable may have a
2225 type different from the function type, so don't return early in
2226 that case. */
2227 if (sym->backend_decl && !sym->attr.function)
2228 return TREE_TYPE (sym->backend_decl);
6de9cd9a 2229
f36a7f04
PT
2230 if (sym->attr.result
2231 && sym->ts.type == BT_CHARACTER
2232 && sym->ts.u.cl->backend_decl == NULL_TREE
1996c75e 2233 && sym->ns->proc_name
482768bd 2234 && sym->ns->proc_name->ts.u.cl
f36a7f04
PT
2235 && sym->ns->proc_name->ts.u.cl->backend_decl != NULL_TREE)
2236 sym->ts.u.cl->backend_decl = sym->ns->proc_name->ts.u.cl->backend_decl;
2237
665733c1
JJ
2238 if (sym->ts.type == BT_CHARACTER
2239 && ((sym->attr.function && sym->attr.is_bind_c)
2240 || (sym->attr.result
2241 && sym->ns->proc_name
9b548517
AV
2242 && sym->ns->proc_name->attr.is_bind_c)
2243 || (sym->ts.deferred && (!sym->ts.u.cl
2244 || !sym->ts.u.cl->backend_decl))))
06a54338
TB
2245 type = gfc_character1_type_node;
2246 else
3c9f5092 2247 type = gfc_typenode_for_spec (&sym->ts, sym->attr.codimension);
6de9cd9a 2248
06469efd 2249 if (sym->attr.dummy && !sym->attr.function && !sym->attr.value)
6de9cd9a
DN
2250 byref = 1;
2251 else
2252 byref = 0;
2253
10174ddf 2254 restricted = !sym->attr.target && !sym->attr.pointer
b3aefde2 2255 && !sym->attr.proc_pointer && !sym->attr.cray_pointee;
b3c1b8a1
MM
2256 if (!restricted)
2257 type = gfc_nonrestricted_type (type);
2258
c81e79b5 2259 if (sym->attr.dimension || sym->attr.codimension)
6de9cd9a
DN
2260 {
2261 if (gfc_is_nodesc_array (sym))
2262 {
2263 /* If this is a character argument of unknown length, just use the
2264 base type. */
2265 if (sym->ts.type != BT_CHARACTER
b49a3de7 2266 || !(sym->attr.dummy || sym->attr.function)
bc21d315 2267 || sym->ts.u.cl->backend_decl)
6de9cd9a
DN
2268 {
2269 type = gfc_get_nodesc_array_type (type, sym->as,
dcfef7d4 2270 byref ? PACKED_FULL
10174ddf
MM
2271 : PACKED_STATIC,
2272 restricted);
6de9cd9a
DN
2273 byref = 0;
2274 }
2275 }
2276 else
fad0afd7
JJ
2277 {
2278 enum gfc_array_kind akind = GFC_ARRAY_UNKNOWN;
2279 if (sym->attr.pointer)
fe4e525c
TB
2280 akind = sym->attr.contiguous ? GFC_ARRAY_POINTER_CONT
2281 : GFC_ARRAY_POINTER;
fad0afd7
JJ
2282 else if (sym->attr.allocatable)
2283 akind = GFC_ARRAY_ALLOCATABLE;
fe4e525c 2284 type = gfc_build_array_type (type, sym->as, akind, restricted,
3c9f5092 2285 sym->attr.contiguous, false);
fad0afd7 2286 }
a8b3b0b6 2287 }
6de9cd9a
DN
2288 else
2289 {
571d54de
DK
2290 if (sym->attr.allocatable || sym->attr.pointer
2291 || gfc_is_associate_pointer (sym))
6de9cd9a
DN
2292 type = gfc_build_pointer_type (sym, type);
2293 }
2294
2295 /* We currently pass all parameters by reference.
2296 See f95_get_function_decl. For dummy function parameters return the
2297 function type. */
2298 if (byref)
1619aa6f
PB
2299 {
2300 /* We must use pointer types for potentially absent variables. The
2301 optimizers assume a reference type argument is never NULL. */
30ff79fa
JW
2302 if (sym->attr.optional
2303 || (sym->ns->proc_name && sym->ns->proc_name->attr.entry_master))
1619aa6f
PB
2304 type = build_pointer_type (type);
2305 else
10174ddf
MM
2306 {
2307 type = build_reference_type (type);
2308 if (restricted)
2309 type = build_qualified_type (type, TYPE_QUAL_RESTRICT);
2310 }
1619aa6f 2311 }
6de9cd9a
DN
2312
2313 return (type);
2314}
2315\f
2316/* Layout and output debug info for a record type. */
c3e8c6b8 2317
6de9cd9a
DN
2318void
2319gfc_finish_type (tree type)
2320{
2321 tree decl;
2322
c2255bc4
AH
2323 decl = build_decl (input_location,
2324 TYPE_DECL, NULL_TREE, type);
6de9cd9a
DN
2325 TYPE_STUB_DECL (type) = decl;
2326 layout_type (type);
2327 rest_of_type_compilation (type, 1);
0e6df31e 2328 rest_of_decl_compilation (decl, 1, 0);
6de9cd9a
DN
2329}
2330\f
2331/* Add a field of given NAME and TYPE to the context of a UNION_TYPE
dfd6ece2 2332 or RECORD_TYPE pointed to by CONTEXT. The new field is chained
35151cd5 2333 to the end of the field list pointed to by *CHAIN.
6de9cd9a
DN
2334
2335 Returns a pointer to the new field. */
c3e8c6b8 2336
dfd6ece2 2337static tree
35151cd5 2338gfc_add_field_to_struct_1 (tree context, tree name, tree type, tree **chain)
dfd6ece2
NF
2339{
2340 tree decl = build_decl (input_location, FIELD_DECL, name, type);
2341
2342 DECL_CONTEXT (decl) = context;
910ad8de 2343 DECL_CHAIN (decl) = NULL_TREE;
35151cd5
MM
2344 if (TYPE_FIELDS (context) == NULL_TREE)
2345 TYPE_FIELDS (context) = decl;
dfd6ece2
NF
2346 if (chain != NULL)
2347 {
2348 if (*chain != NULL)
2349 **chain = decl;
910ad8de 2350 *chain = &DECL_CHAIN (decl);
dfd6ece2
NF
2351 }
2352
2353 return decl;
2354}
2355
2356/* Like `gfc_add_field_to_struct_1', but adds alignment
2357 information. */
2358
6de9cd9a 2359tree
35151cd5 2360gfc_add_field_to_struct (tree context, tree name, tree type, tree **chain)
6de9cd9a 2361{
35151cd5 2362 tree decl = gfc_add_field_to_struct_1 (context, name, type, chain);
6de9cd9a 2363
6de9cd9a 2364 DECL_INITIAL (decl) = 0;
fe37c7af 2365 SET_DECL_ALIGN (decl, 0);
6de9cd9a 2366 DECL_USER_ALIGN (decl) = 0;
6de9cd9a
DN
2367
2368 return decl;
2369}
2370
2371
6b887797
PT
2372/* Copy the backend_decl and component backend_decls if
2373 the two derived type symbols are "equal", as described
2374 in 4.4.2 and resolved by gfc_compare_derived_types. */
2375
43afc047
TB
2376int
2377gfc_copy_dt_decls_ifequal (gfc_symbol *from, gfc_symbol *to,
0101807c 2378 bool from_gsym)
6b887797
PT
2379{
2380 gfc_component *to_cm;
2381 gfc_component *from_cm;
2382
f29bda83
TB
2383 if (from == to)
2384 return 1;
2385
6b887797
PT
2386 if (from->backend_decl == NULL
2387 || !gfc_compare_derived_types (from, to))
2388 return 0;
2389
2390 to->backend_decl = from->backend_decl;
2391
2392 to_cm = to->components;
2393 from_cm = from->components;
2394
2395 /* Copy the component declarations. If a component is itself
2396 a derived type, we need a copy of its component declarations.
2397 This is done by recursing into gfc_get_derived_type and
2398 ensures that the component's component declarations have
f04986a9 2399 been built. If it is a character, we need the character
6b887797
PT
2400 length, as well. */
2401 for (; to_cm; to_cm = to_cm->next, from_cm = from_cm->next)
2402 {
2403 to_cm->backend_decl = from_cm->backend_decl;
f549bfb3 2404 to_cm->caf_token = from_cm->caf_token;
f6288c24
FR
2405 if (from_cm->ts.type == BT_UNION)
2406 gfc_get_union_type (to_cm->ts.u.derived);
2407 else if (from_cm->ts.type == BT_DERIVED
78a1d149
JW
2408 && (!from_cm->attr.pointer || from_gsym))
2409 gfc_get_derived_type (to_cm->ts.u.derived);
2410 else if (from_cm->ts.type == BT_CLASS
2411 && (!CLASS_DATA (from_cm)->attr.class_pointer || from_gsym))
bc21d315 2412 gfc_get_derived_type (to_cm->ts.u.derived);
6b887797 2413 else if (from_cm->ts.type == BT_CHARACTER)
bc21d315 2414 to_cm->ts.u.cl->backend_decl = from_cm->ts.u.cl->backend_decl;
6b887797
PT
2415 }
2416
2417 return 1;
2418}
2419
2420
713485cc
JW
2421/* Build a tree node for a procedure pointer component. */
2422
2423tree
2424gfc_get_ppc_type (gfc_component* c)
2425{
2426 tree t;
37513ce9
JW
2427
2428 /* Explicit interface. */
2429 if (c->attr.if_source != IFSRC_UNKNOWN && c->ts.interface)
2430 return build_pointer_type (gfc_get_function_type (c->ts.interface));
2431
2432 /* Implicit interface (only return value may be known). */
2433 if (c->attr.function && !c->attr.dimension && c->ts.type != BT_CHARACTER)
2434 t = gfc_typenode_for_spec (&c->ts);
713485cc
JW
2435 else
2436 t = void_type_node;
37513ce9 2437
b64fca63 2438 return build_pointer_type (build_function_type_list (t, NULL_TREE));
713485cc
JW
2439}
2440
2441
f6288c24
FR
2442/* Build a tree node for a union type. Requires building each map
2443 structure which is an element of the union. */
2444
2445tree
2446gfc_get_union_type (gfc_symbol *un)
2447{
2448 gfc_component *map = NULL;
2449 tree typenode = NULL, map_type = NULL, map_field = NULL;
2450 tree *chain = NULL;
2451
2452 if (un->backend_decl)
2453 {
2454 if (TYPE_FIELDS (un->backend_decl) || un->attr.proc_pointer_comp)
2455 return un->backend_decl;
2456 else
2457 typenode = un->backend_decl;
2458 }
2459 else
2460 {
2461 typenode = make_node (UNION_TYPE);
2462 TYPE_NAME (typenode) = get_identifier (un->name);
2463 }
2464
2465 /* Add each contained MAP as a field. */
2466 for (map = un->components; map; map = map->next)
2467 {
2468 gcc_assert (map->ts.type == BT_DERIVED);
2469
2470 /* The map's type node, which is defined within this union's context. */
2471 map_type = gfc_get_derived_type (map->ts.u.derived);
2472 TYPE_CONTEXT (map_type) = typenode;
2473
2474 /* The map field's declaration. */
2475 map_field = gfc_add_field_to_struct(typenode, get_identifier(map->name),
2476 map_type, &chain);
2477 if (map->loc.lb)
2478 gfc_set_decl_location (map_field, &map->loc);
2479 else if (un->declared_at.lb)
2480 gfc_set_decl_location (map_field, &un->declared_at);
2481
2482 DECL_PACKED (map_field) |= TYPE_PACKED (typenode);
2483 DECL_NAMELESS(map_field) = true;
2484
2485 /* We should never clobber another backend declaration for this map,
2486 because each map component is unique. */
2487 if (!map->backend_decl)
2488 map->backend_decl = map_field;
2489 }
2490
2491 un->backend_decl = typenode;
2492 gfc_finish_type (typenode);
2493
2494 return typenode;
2495}
2496
2497
6b887797
PT
2498/* Build a tree node for a derived type. If there are equal
2499 derived types, with different local names, these are built
2500 at the same time. If an equal derived type has been built
2501 in a parent namespace, this is used. */
c3e8c6b8 2502
7c1dab0d 2503tree
de91486c 2504gfc_get_derived_type (gfc_symbol * derived, int codimen)
6de9cd9a 2505{
35151cd5 2506 tree typenode = NULL, field = NULL, field_type = NULL;
3af8d8cb 2507 tree canonical = NULL_TREE;
dfd6ece2 2508 tree *chain = NULL;
3af8d8cb 2509 bool got_canonical = false;
8b704316 2510 bool unlimited_entity = false;
6de9cd9a 2511 gfc_component *c;
3af8d8cb 2512 gfc_namespace *ns;
57905c2b 2513 tree tmp;
f549bfb3
PT
2514 bool coarray_flag;
2515
2516 coarray_flag = flag_coarray == GFC_FCOARRAY_LIB
2517 && derived->module && !derived->attr.vtype;
6de9cd9a 2518
5bab4c96
PT
2519 gcc_assert (!derived->attr.pdt_template);
2520
9f3880d1
TB
2521 if (derived->attr.unlimited_polymorphic
2522 || (flag_coarray == GFC_FCOARRAY_LIB
2523 && derived->from_intmod == INTMOD_ISO_FORTRAN_ENV
83aa73e7 2524 && (derived->intmod_sym_id == ISOFORTRAN_LOCK_TYPE
f8862a1b
DR
2525 || derived->intmod_sym_id == ISOFORTRAN_EVENT_TYPE
2526 || derived->intmod_sym_id == ISOFORTRAN_TEAM_TYPE)))
8b704316
PT
2527 return ptr_type_node;
2528
5df445a2
TB
2529 if (flag_coarray != GFC_FCOARRAY_LIB
2530 && derived->from_intmod == INTMOD_ISO_FORTRAN_ENV
f8862a1b
DR
2531 && (derived->intmod_sym_id == ISOFORTRAN_EVENT_TYPE
2532 || derived->intmod_sym_id == ISOFORTRAN_TEAM_TYPE))
5df445a2
TB
2533 return gfc_get_int_type (gfc_default_integer_kind);
2534
c3f34952
TB
2535 if (derived && derived->attr.flavor == FL_PROCEDURE
2536 && derived->attr.generic)
2537 derived = gfc_find_dt_in_generic (derived);
2538
a8b3b0b6 2539 /* See if it's one of the iso_c_binding derived types. */
cadddfdd 2540 if (derived->attr.is_iso_c == 1 || derived->ts.f90_type == BT_VOID)
a8b3b0b6 2541 {
9dc35956
CR
2542 if (derived->backend_decl)
2543 return derived->backend_decl;
2544
089db47d
CR
2545 if (derived->intmod_sym_id == ISOCBINDING_PTR)
2546 derived->backend_decl = ptr_type_node;
2547 else
2548 derived->backend_decl = pfunc_type_node;
9dc35956 2549
a8b3b0b6
CR
2550 derived->ts.kind = gfc_index_integer_kind;
2551 derived->ts.type = BT_INTEGER;
2552 /* Set the f90_type to BT_VOID as a way to recognize something of type
2553 BT_INTEGER that needs to fit a void * for the purpose of the
2554 iso_c_binding derived types. */
2555 derived->ts.f90_type = BT_VOID;
f04986a9 2556
a8b3b0b6
CR
2557 return derived->backend_decl;
2558 }
3af8d8cb 2559
0101807c 2560 /* If use associated, use the module type for this one. */
9fa52231 2561 if (derived->backend_decl == NULL
c4565031 2562 && (derived->attr.use_assoc || derived->attr.used_in_submodule)
9fa52231
TB
2563 && derived->module
2564 && gfc_get_module_backend_decl (derived))
0101807c 2565 goto copy_derived_types;
3af8d8cb 2566
9fa52231
TB
2567 /* The derived types from an earlier namespace can be used as the
2568 canonical type. */
c4565031
PT
2569 if (derived->backend_decl == NULL
2570 && !derived->attr.use_assoc
2571 && !derived->attr.used_in_submodule
9fa52231 2572 && gfc_global_ns_list)
3af8d8cb
PT
2573 {
2574 for (ns = gfc_global_ns_list;
2575 ns->translated && !got_canonical;
2576 ns = ns->sibling)
2577 {
20e8ceae 2578 if (ns->derived_types)
3af8d8cb 2579 {
20e8ceae
AB
2580 for (gfc_symbol *dt = ns->derived_types; dt && !got_canonical;
2581 dt = dt->dt_next)
2582 {
2583 gfc_copy_dt_decls_ifequal (dt, derived, true);
2584 if (derived->backend_decl)
2585 got_canonical = true;
2586 if (dt->dt_next == ns->derived_types)
2587 break;
2588 }
2589 }
2590 }
3af8d8cb
PT
2591 }
2592
2593 /* Store up the canonical type to be added to this one. */
2594 if (got_canonical)
2595 {
2596 if (TYPE_CANONICAL (derived->backend_decl))
2597 canonical = TYPE_CANONICAL (derived->backend_decl);
2598 else
2599 canonical = derived->backend_decl;
2600
2601 derived->backend_decl = NULL_TREE;
2602 }
2603
6de9cd9a 2604 /* derived->backend_decl != 0 means we saw it before, but its
436529ea 2605 components' backend_decl may have not been built. */
6de9cd9a 2606 if (derived->backend_decl)
3e6d828d 2607 {
37513ce9
JW
2608 /* Its components' backend_decl have been built or we are
2609 seeing recursion through the formal arglist of a procedure
2610 pointer component. */
ebd63afa 2611 if (TYPE_FIELDS (derived->backend_decl))
3e6d828d 2612 return derived->backend_decl;
ebd63afa
PT
2613 else if (derived->attr.abstract
2614 && derived->attr.proc_pointer_comp)
2615 {
2616 /* If an abstract derived type with procedure pointer
2617 components has no other type of component, return the
2618 backend_decl. Otherwise build the components if any of the
2619 non-procedure pointer components have no backend_decl. */
2620 for (c = derived->components; c; c = c->next)
2621 {
bf9f15ee
PT
2622 bool same_alloc_type = c->attr.allocatable
2623 && derived == c->ts.u.derived;
2624 if (!c->attr.proc_pointer
2625 && !same_alloc_type
2626 && c->backend_decl == NULL)
ebd63afa
PT
2627 break;
2628 else if (c->next == NULL)
2629 return derived->backend_decl;
2630 }
2631 typenode = derived->backend_decl;
2632 }
3e6d828d
JW
2633 else
2634 typenode = derived->backend_decl;
2635 }
6de9cd9a
DN
2636 else
2637 {
2638 /* We see this derived type first time, so build the type node. */
2639 typenode = make_node (RECORD_TYPE);
2640 TYPE_NAME (typenode) = get_identifier (derived->name);
c61819ff 2641 TYPE_PACKED (typenode) = flag_pack_derived;
6de9cd9a
DN
2642 derived->backend_decl = typenode;
2643 }
2644
8b704316
PT
2645 if (derived->components
2646 && derived->components->ts.type == BT_DERIVED
2647 && strcmp (derived->components->name, "_data") == 0
2648 && derived->components->ts.u.derived->attr.unlimited_polymorphic)
2649 unlimited_entity = true;
2650
bce71376
PT
2651 /* Go through the derived type components, building them as
2652 necessary. The reason for doing this now is that it is
2653 possible to recurse back to this derived type through a
2654 pointer component (PR24092). If this happens, the fields
2655 will be built and so we can return the type. */
2656 for (c = derived->components; c; c = c->next)
2657 {
bf9f15ee
PT
2658 bool same_alloc_type = c->attr.allocatable
2659 && derived == c->ts.u.derived;
2660
f6288c24
FR
2661 if (c->ts.type == BT_UNION && c->ts.u.derived->backend_decl == NULL)
2662 c->ts.u.derived->backend_decl = gfc_get_union_type (c->ts.u.derived);
2663
cf2b3c22 2664 if (c->ts.type != BT_DERIVED && c->ts.type != BT_CLASS)
bce71376
PT
2665 continue;
2666
bf9f15ee
PT
2667 if ((!c->attr.pointer && !c->attr.proc_pointer
2668 && !same_alloc_type)
bc21d315 2669 || c->ts.u.derived->backend_decl == NULL)
de91486c
AV
2670 {
2671 int local_codim = c->attr.codimension ? c->as->corank: codimen;
2672 c->ts.u.derived->backend_decl = gfc_get_derived_type (c->ts.u.derived,
2673 local_codim);
2674 }
a8b3b0b6 2675
efb63364 2676 if (c->ts.u.derived->attr.is_iso_c)
a8b3b0b6
CR
2677 {
2678 /* Need to copy the modified ts from the derived type. The
2679 typespec was modified because C_PTR/C_FUNPTR are translated
2680 into (void *) from derived types. */
bc21d315
JW
2681 c->ts.type = c->ts.u.derived->ts.type;
2682 c->ts.kind = c->ts.u.derived->ts.kind;
2683 c->ts.f90_type = c->ts.u.derived->ts.f90_type;
9dc35956
CR
2684 if (c->initializer)
2685 {
2686 c->initializer->ts.type = c->ts.type;
2687 c->initializer->ts.kind = c->ts.kind;
2688 c->initializer->ts.f90_type = c->ts.f90_type;
2689 c->initializer->expr_type = EXPR_NULL;
2690 }
a8b3b0b6 2691 }
bce71376
PT
2692 }
2693
2694 if (TYPE_FIELDS (derived->backend_decl))
2695 return derived->backend_decl;
2696
6de9cd9a 2697 /* Build the type member list. Install the newly created RECORD_TYPE
f6288c24
FR
2698 node as DECL_CONTEXT of each FIELD_DECL. In this case we must go
2699 through only the top-level linked list of components so we correctly
2700 build UNION_TYPE nodes for BT_UNION components. MAPs and other nested
2701 types are built as part of gfc_get_union_type. */
6de9cd9a
DN
2702 for (c = derived->components; c; c = c->next)
2703 {
bf9f15ee
PT
2704 bool same_alloc_type = c->attr.allocatable
2705 && derived == c->ts.u.derived;
57905c2b
PT
2706 /* Prevent infinite recursion, when the procedure pointer type is
2707 the same as derived, by forcing the procedure pointer component to
2708 be built as if the explicit interface does not exist. */
2709 if (c->attr.proc_pointer
fc23d35a
JW
2710 && (c->ts.type != BT_DERIVED || (c->ts.u.derived
2711 && !gfc_compare_derived_types (derived, c->ts.u.derived)))
2712 && (c->ts.type != BT_CLASS || (CLASS_DATA (c)->ts.u.derived
2713 && !gfc_compare_derived_types (derived, CLASS_DATA (c)->ts.u.derived))))
713485cc 2714 field_type = gfc_get_ppc_type (c);
57905c2b
PT
2715 else if (c->attr.proc_pointer && derived->backend_decl)
2716 {
2717 tmp = build_function_type_list (derived->backend_decl, NULL_TREE);
2718 field_type = build_pointer_type (tmp);
2719 }
cf2b3c22 2720 else if (c->ts.type == BT_DERIVED || c->ts.type == BT_CLASS)
f549bfb3
PT
2721 field_type = c->ts.u.derived->backend_decl;
2722 else if (c->attr.caf_token)
2723 field_type = pvoid_type_node;
6de9cd9a
DN
2724 else
2725 {
5bab4c96
PT
2726 if (c->ts.type == BT_CHARACTER
2727 && !c->ts.deferred && !c->attr.pdt_string)
6de9cd9a
DN
2728 {
2729 /* Evaluate the string length. */
bc21d315
JW
2730 gfc_conv_const_charlen (c->ts.u.cl);
2731 gcc_assert (c->ts.u.cl->backend_decl);
6de9cd9a 2732 }
2b3dc0db
PT
2733 else if (c->ts.type == BT_CHARACTER)
2734 c->ts.u.cl->backend_decl
2735 = build_int_cst (gfc_charlen_type_node, 0);
6de9cd9a 2736
de91486c 2737 field_type = gfc_typenode_for_spec (&c->ts, codimen);
6de9cd9a
DN
2738 }
2739
1f2959f0 2740 /* This returns an array descriptor type. Initialization may be
6de9cd9a 2741 required. */
241e79cf 2742 if ((c->attr.dimension || c->attr.codimension) && !c->attr.proc_pointer )
6de9cd9a 2743 {
5bab4c96 2744 if (c->attr.pointer || c->attr.allocatable || c->attr.pdt_array)
6de9cd9a 2745 {
fad0afd7 2746 enum gfc_array_kind akind;
d4b7d0f0 2747 if (c->attr.pointer)
fe4e525c
TB
2748 akind = c->attr.contiguous ? GFC_ARRAY_POINTER_CONT
2749 : GFC_ARRAY_POINTER;
fad0afd7
JJ
2750 else
2751 akind = GFC_ARRAY_ALLOCATABLE;
1f2959f0 2752 /* Pointers to arrays aren't actually pointer types. The
e7dc5b4f 2753 descriptors are separate, but the data is common. */
10174ddf
MM
2754 field_type = gfc_build_array_type (field_type, c->as, akind,
2755 !c->attr.target
fe4e525c 2756 && !c->attr.pointer,
3c9f5092 2757 c->attr.contiguous,
de91486c 2758 codimen);
6de9cd9a
DN
2759 }
2760 else
dcfef7d4 2761 field_type = gfc_get_nodesc_array_type (field_type, c->as,
10174ddf
MM
2762 PACKED_STATIC,
2763 !c->attr.target);
6de9cd9a 2764 }
5bab4c96 2765 else if ((c->attr.pointer || c->attr.allocatable || c->attr.pdt_string)
8b704316
PT
2766 && !c->attr.proc_pointer
2767 && !(unlimited_entity && c == derived->components))
6de9cd9a
DN
2768 field_type = build_pointer_type (field_type);
2769
bf9f15ee 2770 if (c->attr.pointer || same_alloc_type)
4bfd470b
TB
2771 field_type = gfc_nonrestricted_type (field_type);
2772
c9dfc414 2773 /* vtype fields can point to different types to the base type. */
8b704316
PT
2774 if (c->ts.type == BT_DERIVED
2775 && c->ts.u.derived && c->ts.u.derived->attr.vtype)
0a8c9a13
PT
2776 field_type = build_pointer_type_for_mode (TREE_TYPE (field_type),
2777 ptr_mode, true);
c9dfc414 2778
f04986a9
PT
2779 /* Ensure that the CLASS language specific flag is set. */
2780 if (c->ts.type == BT_CLASS)
2781 {
2782 if (POINTER_TYPE_P (field_type))
2783 GFC_CLASS_TYPE_P (TREE_TYPE (field_type)) = 1;
2784 else
2785 GFC_CLASS_TYPE_P (field_type) = 1;
2786 }
2787
35151cd5 2788 field = gfc_add_field_to_struct (typenode,
dfd6ece2
NF
2789 get_identifier (c->name),
2790 field_type, &chain);
dfcf0b12
FXC
2791 if (c->loc.lb)
2792 gfc_set_decl_location (field, &c->loc);
2793 else if (derived->declared_at.lb)
2794 gfc_set_decl_location (field, &derived->declared_at);
6de9cd9a 2795
92d28cbb
JJ
2796 gfc_finish_decl_attrs (field, &c->attr);
2797
6de9cd9a
DN
2798 DECL_PACKED (field) |= TYPE_PACKED (typenode);
2799
bce71376
PT
2800 gcc_assert (field);
2801 if (!c->backend_decl)
2802 c->backend_decl = field;
3c9f5092 2803
ff3598bc
PT
2804 if (c->attr.pointer && c->attr.dimension
2805 && !(c->ts.type == BT_DERIVED
2806 && strcmp (c->name, "_data") == 0))
2807 GFC_DECL_PTR_ARRAY_P (c->backend_decl) = 1;
6de9cd9a
DN
2808 }
2809
35151cd5 2810 /* Now lay out the derived type, including the fields. */
64754ed5
RG
2811 if (canonical)
2812 TYPE_CANONICAL (typenode) = canonical;
6de9cd9a
DN
2813
2814 gfc_finish_type (typenode);
dfcf0b12 2815 gfc_set_decl_location (TYPE_STUB_DECL (typenode), &derived->declared_at);
96ffc6cd
TK
2816 if (derived->module && derived->ns->proc_name
2817 && derived->ns->proc_name->attr.flavor == FL_MODULE)
a64f5186
JJ
2818 {
2819 if (derived->ns->proc_name->backend_decl
2820 && TREE_CODE (derived->ns->proc_name->backend_decl)
2821 == NAMESPACE_DECL)
2822 {
2823 TYPE_CONTEXT (typenode) = derived->ns->proc_name->backend_decl;
2824 DECL_CONTEXT (TYPE_STUB_DECL (typenode))
2825 = derived->ns->proc_name->backend_decl;
2826 }
2827 }
6de9cd9a
DN
2828
2829 derived->backend_decl = typenode;
2830
3af8d8cb
PT
2831copy_derived_types:
2832
f549bfb3
PT
2833 for (c = derived->components; c; c = c->next)
2834 {
2835 /* Do not add a caf_token field for class container components. */
2836 if ((codimen || coarray_flag)
2837 && !c->attr.dimension && !c->attr.codimension
2838 && (c->attr.allocatable || c->attr.pointer)
2839 && !derived->attr.is_class)
2840 {
48d52661
HA
2841 /* Provide sufficient space to hold "_caf_symbol". */
2842 char caf_name[GFC_MAX_SYMBOL_LEN + 6];
f549bfb3 2843 gfc_component *token;
48d52661 2844 snprintf (caf_name, sizeof (caf_name), "_caf_%s", c->name);
f549bfb3
PT
2845 token = gfc_find_component (derived, caf_name, true, true, NULL);
2846 gcc_assert (token);
2847 c->caf_token = token->backend_decl;
2848 TREE_NO_WARNING (c->caf_token) = 1;
2849 }
2850 }
2851
20e8ceae
AB
2852 for (gfc_symbol *dt = gfc_derived_types; dt; dt = dt->dt_next)
2853 {
2854 gfc_copy_dt_decls_ifequal (derived, dt, false);
2855 if (dt->dt_next == gfc_derived_types)
2856 break;
2857 }
6b887797 2858
e0e85e06 2859 return derived->backend_decl;
6de9cd9a 2860}
e0e85e06
PT
2861
2862
6de9cd9a
DN
2863int
2864gfc_return_by_reference (gfc_symbol * sym)
2865{
2866 if (!sym->attr.function)
2867 return 0;
2868
b49a3de7 2869 if (sym->attr.dimension)
6de9cd9a
DN
2870 return 1;
2871
665733c1
JJ
2872 if (sym->ts.type == BT_CHARACTER
2873 && !sym->attr.is_bind_c
2874 && (!sym->attr.result
2875 || !sym->ns->proc_name
2876 || !sym->ns->proc_name->attr.is_bind_c))
6de9cd9a
DN
2877 return 1;
2878
973ff4c0
TS
2879 /* Possibly return complex numbers by reference for g77 compatibility.
2880 We don't do this for calls to intrinsics (as the library uses the
2881 -fno-f2c calling convention), nor for calls to functions which always
2882 require an explicit interface, as no compatibility problems can
2883 arise there. */
c61819ff 2884 if (flag_f2c && sym->ts.type == BT_COMPLEX
973ff4c0
TS
2885 && !sym->attr.intrinsic && !sym->attr.always_explicit)
2886 return 1;
66e4ab31 2887
6de9cd9a
DN
2888 return 0;
2889}
2890\f
d198b59a
JJ
2891static tree
2892gfc_get_mixed_entry_union (gfc_namespace *ns)
2893{
2894 tree type;
dfd6ece2 2895 tree *chain = NULL;
d198b59a
JJ
2896 char name[GFC_MAX_SYMBOL_LEN + 1];
2897 gfc_entry_list *el, *el2;
2898
2899 gcc_assert (ns->proc_name->attr.mixed_entry_master);
2900 gcc_assert (memcmp (ns->proc_name->name, "master.", 7) == 0);
2901
2902 snprintf (name, GFC_MAX_SYMBOL_LEN, "munion.%s", ns->proc_name->name + 7);
2903
2904 /* Build the type node. */
2905 type = make_node (UNION_TYPE);
2906
2907 TYPE_NAME (type) = get_identifier (name);
d198b59a
JJ
2908
2909 for (el = ns->entries; el; el = el->next)
2910 {
2911 /* Search for duplicates. */
2912 for (el2 = ns->entries; el2 != el; el2 = el2->next)
2913 if (el2->sym->result == el->sym->result)
2914 break;
2915
2916 if (el == el2)
35151cd5 2917 gfc_add_field_to_struct_1 (type,
dfd6ece2
NF
2918 get_identifier (el->sym->result->name),
2919 gfc_sym_type (el->sym->result), &chain);
d198b59a
JJ
2920 }
2921
2922 /* Finish off the type. */
d198b59a 2923 gfc_finish_type (type);
dfcf0b12 2924 TYPE_DECL_SUPPRESS_DEBUG (TYPE_STUB_DECL (type)) = 1;
d198b59a
JJ
2925 return type;
2926}
2927\f
6dfd24f7
TB
2928/* Create a "fn spec" based on the formal arguments;
2929 cf. create_function_arglist. */
2930
2931static tree
2932create_fn_spec (gfc_symbol *sym, tree fntype)
2933{
2934 char spec[150];
2935 size_t spec_len;
2936 gfc_formal_arglist *f;
2937 tree tmp;
2938
2939 memset (&spec, 0, sizeof (spec));
2940 spec[0] = '.';
2941 spec_len = 1;
2942
2943 if (sym->attr.entry_master)
2944 spec[spec_len++] = 'R';
2945 if (gfc_return_by_reference (sym))
2946 {
2947 gfc_symbol *result = sym->result ? sym->result : sym;
2948
2949 if (result->attr.pointer || sym->attr.proc_pointer)
2950 spec[spec_len++] = '.';
2951 else
2952 spec[spec_len++] = 'w';
2953 if (sym->ts.type == BT_CHARACTER)
2954 spec[spec_len++] = 'R';
2955 }
2956
4cbc9039 2957 for (f = gfc_sym_get_dummy_args (sym); f; f = f->next)
6dfd24f7
TB
2958 if (spec_len < sizeof (spec))
2959 {
2960 if (!f->sym || f->sym->attr.pointer || f->sym->attr.target
39752c6b
TB
2961 || f->sym->attr.external || f->sym->attr.cray_pointer
2962 || (f->sym->ts.type == BT_DERIVED
2963 && (f->sym->ts.u.derived->attr.proc_pointer_comp
2964 || f->sym->ts.u.derived->attr.pointer_comp))
2965 || (f->sym->ts.type == BT_CLASS
2966 && (CLASS_DATA (f->sym)->ts.u.derived->attr.proc_pointer_comp
4ea60a39
TK
2967 || CLASS_DATA (f->sym)->ts.u.derived->attr.pointer_comp))
2968 || (f->sym->ts.type == BT_INTEGER && f->sym->ts.is_c_interop))
6dfd24f7
TB
2969 spec[spec_len++] = '.';
2970 else if (f->sym->attr.intent == INTENT_IN)
2971 spec[spec_len++] = 'r';
2972 else if (f->sym)
2973 spec[spec_len++] = 'w';
2974 }
2975
2976 tmp = build_tree_list (NULL_TREE, build_string (spec_len, spec));
2977 tmp = tree_cons (get_identifier ("fn spec"), tmp, TYPE_ATTRIBUTES (fntype));
2978 return build_type_attribute_variant (fntype, tmp);
2979}
2980
6de9cd9a 2981tree
378f53c7 2982gfc_get_function_type (gfc_symbol * sym, gfc_actual_arglist *actual_args)
6de9cd9a
DN
2983{
2984 tree type;
57ef133b 2985 vec<tree, va_gc> *typelist = NULL;
6de9cd9a
DN
2986 gfc_formal_arglist *f;
2987 gfc_symbol *arg;
57ef133b
BE
2988 int alternate_return = 0;
2989 bool is_varargs = true;
6de9cd9a 2990
ecf24057
FXC
2991 /* Make sure this symbol is a function, a subroutine or the main
2992 program. */
2993 gcc_assert (sym->attr.flavor == FL_PROCEDURE
2994 || sym->attr.flavor == FL_PROGRAM);
6de9cd9a 2995
3434c119
MM
2996 /* To avoid recursing infinitely on recursive types, we use error_mark_node
2997 so that they can be detected here and handled further down. */
2998 if (sym->backend_decl == NULL)
2999 sym->backend_decl = error_mark_node;
3000 else if (sym->backend_decl == error_mark_node)
57ef133b 3001 goto arg_type_list_done;
3434c119
MM
3002 else if (sym->attr.proc_pointer)
3003 return TREE_TYPE (TREE_TYPE (sym->backend_decl));
3004 else
3005 return TREE_TYPE (sym->backend_decl);
6de9cd9a 3006
3d79abbd 3007 if (sym->attr.entry_master)
6c32445b 3008 /* Additional parameter for selecting an entry point. */
9771b263 3009 vec_safe_push (typelist, gfc_array_index_type);
3d79abbd 3010
bfd61955
TB
3011 if (sym->result)
3012 arg = sym->result;
3013 else
3014 arg = sym;
3015
3016 if (arg->ts.type == BT_CHARACTER)
bc21d315 3017 gfc_conv_const_charlen (arg->ts.u.cl);
bfd61955 3018
6de9cd9a
DN
3019 /* Some functions we use an extra parameter for the return value. */
3020 if (gfc_return_by_reference (sym))
3021 {
6de9cd9a 3022 type = gfc_sym_type (arg);
973ff4c0 3023 if (arg->ts.type == BT_COMPLEX
6de9cd9a
DN
3024 || arg->attr.dimension
3025 || arg->ts.type == BT_CHARACTER)
3026 type = build_reference_type (type);
3027
9771b263 3028 vec_safe_push (typelist, type);
6de9cd9a 3029 if (arg->ts.type == BT_CHARACTER)
8d51f26f
PT
3030 {
3031 if (!arg->ts.deferred)
3032 /* Transfer by value. */
9771b263 3033 vec_safe_push (typelist, gfc_charlen_type_node);
8d51f26f
PT
3034 else
3035 /* Deferred character lengths are transferred by reference
3036 so that the value can be returned. */
9771b263 3037 vec_safe_push (typelist, build_pointer_type(gfc_charlen_type_node));
8d51f26f 3038 }
6de9cd9a 3039 }
378f53c7
TK
3040 if (sym->backend_decl == error_mark_node && actual_args != NULL
3041 && sym->formal == NULL && (sym->attr.proc == PROC_EXTERNAL
3042 || sym->attr.proc == PROC_UNKNOWN))
e68a35ae 3043 gfc_get_formal_from_actual_arglist (sym, actual_args);
6de9cd9a 3044
436529ea 3045 /* Build the argument types for the function. */
4cbc9039 3046 for (f = gfc_sym_get_dummy_args (sym); f; f = f->next)
6de9cd9a
DN
3047 {
3048 arg = f->sym;
3049 if (arg)
3050 {
3051 /* Evaluate constant character lengths here so that they can be
3052 included in the type. */
3053 if (arg->ts.type == BT_CHARACTER)
bc21d315 3054 gfc_conv_const_charlen (arg->ts.u.cl);
6de9cd9a
DN
3055
3056 if (arg->attr.flavor == FL_PROCEDURE)
3057 {
3058 type = gfc_get_function_type (arg);
3059 type = build_pointer_type (type);
3060 }
3061 else
3062 type = gfc_sym_type (arg);
3063
3064 /* Parameter Passing Convention
3065
3066 We currently pass all parameters by reference.
3067 Parameters with INTENT(IN) could be passed by value.
3068 The problem arises if a function is called via an implicit
3069 prototype. In this situation the INTENT is not known.
3070 For this reason all parameters to global functions must be
aa9c57ec 3071 passed by reference. Passing by value would potentially
6de9cd9a 3072 generate bad code. Worse there would be no way of telling that
c3e8c6b8 3073 this code was bad, except that it would give incorrect results.
6de9cd9a
DN
3074
3075 Contained procedures could pass by value as these are never
e2ae1407 3076 used without an explicit interface, and cannot be passed as
c3e8c6b8 3077 actual parameters for a dummy procedure. */
8d51f26f 3078
9771b263 3079 vec_safe_push (typelist, type);
6de9cd9a
DN
3080 }
3081 else
3082 {
3083 if (sym->attr.subroutine)
3084 alternate_return = 1;
3085 }
3086 }
3087
3088 /* Add hidden string length parameters. */
4cbc9039 3089 for (f = gfc_sym_get_dummy_args (sym); f; f = f->next)
8d51f26f
PT
3090 {
3091 arg = f->sym;
3092 if (arg && arg->ts.type == BT_CHARACTER && !sym->attr.is_bind_c)
3093 {
3094 if (!arg->ts.deferred)
3095 /* Transfer by value. */
3096 type = gfc_charlen_type_node;
3097 else
3098 /* Deferred character lengths are transferred by reference
3099 so that the value can be returned. */
3100 type = build_pointer_type (gfc_charlen_type_node);
3101
9771b263 3102 vec_safe_push (typelist, type);
8d51f26f 3103 }
add31061
JJ
3104 /* For noncharacter scalar intrinsic types, VALUE passes the value,
3105 hence, the optional status cannot be transferred via a NULL pointer.
3106 Thus, we will use a hidden argument in that case. */
3107 else if (arg
3108 && arg->attr.optional
3109 && arg->attr.value
3110 && !arg->attr.dimension
3111 && arg->ts.type != BT_CLASS
3112 && !gfc_bt_struct (arg->ts.type))
3113 vec_safe_push (typelist, boolean_type_node);
8d51f26f 3114 }
6de9cd9a 3115
9771b263 3116 if (!vec_safe_is_empty (typelist)
6c32445b
NF
3117 || sym->attr.is_main_program
3118 || sym->attr.if_source != IFSRC_UNKNOWN)
3119 is_varargs = false;
6de9cd9a 3120
57ef133b 3121 if (sym->backend_decl == error_mark_node)
3434c119
MM
3122 sym->backend_decl = NULL_TREE;
3123
57ef133b
BE
3124arg_type_list_done:
3125
6de9cd9a
DN
3126 if (alternate_return)
3127 type = integer_type_node;
3128 else if (!sym->attr.function || gfc_return_by_reference (sym))
3129 type = void_type_node;
d198b59a
JJ
3130 else if (sym->attr.mixed_entry_master)
3131 type = gfc_get_mixed_entry_union (sym->ns);
c61819ff 3132 else if (flag_f2c && sym->ts.type == BT_REAL
da4c6ed8
TS
3133 && sym->ts.kind == gfc_default_real_kind
3134 && !sym->attr.always_explicit)
3135 {
f04986a9 3136 /* Special case: f2c calling conventions require that (scalar)
da4c6ed8
TS
3137 default REAL functions return the C type double instead. f2c
3138 compatibility is only an issue with functions that don't
3139 require an explicit interface, as only these could be
3140 implemented in Fortran 77. */
3141 sym->ts.kind = gfc_default_double_kind;
3142 type = gfc_typenode_for_spec (&sym->ts);
3143 sym->ts.kind = gfc_default_real_kind;
3144 }
726d8566
JW
3145 else if (sym->result && sym->result->attr.proc_pointer)
3146 /* Procedure pointer return values. */
3070bab4
JW
3147 {
3148 if (sym->result->attr.result && strcmp (sym->name,"ppr@") != 0)
3149 {
3150 /* Unset proc_pointer as gfc_get_function_type
3151 is called recursively. */
3152 sym->result->attr.proc_pointer = 0;
3153 type = build_pointer_type (gfc_get_function_type (sym->result));
3154 sym->result->attr.proc_pointer = 1;
3155 }
3156 else
3157 type = gfc_sym_type (sym->result);
3158 }
6de9cd9a
DN
3159 else
3160 type = gfc_sym_type (sym);
3161
57ef133b 3162 if (is_varargs)
6c32445b
NF
3163 type = build_varargs_function_type_vec (type, typelist);
3164 else
3165 type = build_function_type_vec (type, typelist);
6dfd24f7 3166 type = create_fn_spec (sym, type);
6de9cd9a
DN
3167
3168 return type;
3169}
3170\f
e2cad04b 3171/* Language hooks for middle-end access to type nodes. */
6de9cd9a
DN
3172
3173/* Return an integer type with BITS bits of precision,
3174 that is unsigned if UNSIGNEDP is nonzero, otherwise signed. */
3175
3176tree
3177gfc_type_for_size (unsigned bits, int unsignedp)
3178{
e2cad04b
RH
3179 if (!unsignedp)
3180 {
3181 int i;
3182 for (i = 0; i <= MAX_INT_KINDS; ++i)
3183 {
3184 tree type = gfc_integer_types[i];
3185 if (type && bits == TYPE_PRECISION (type))
3186 return type;
3187 }
5218394a
PB
3188
3189 /* Handle TImode as a special case because it is used by some backends
df2fba9e 3190 (e.g. ARM) even though it is not available for normal use. */
5218394a
PB
3191#if HOST_BITS_PER_WIDE_INT >= 64
3192 if (bits == TYPE_PRECISION (intTI_type_node))
3193 return intTI_type_node;
3194#endif
82aa8722
JJ
3195
3196 if (bits <= TYPE_PRECISION (intQI_type_node))
3197 return intQI_type_node;
3198 if (bits <= TYPE_PRECISION (intHI_type_node))
3199 return intHI_type_node;
3200 if (bits <= TYPE_PRECISION (intSI_type_node))
3201 return intSI_type_node;
3202 if (bits <= TYPE_PRECISION (intDI_type_node))
3203 return intDI_type_node;
3204 if (bits <= TYPE_PRECISION (intTI_type_node))
3205 return intTI_type_node;
e2cad04b
RH
3206 }
3207 else
3208 {
82aa8722 3209 if (bits <= TYPE_PRECISION (unsigned_intQI_type_node))
e2cad04b 3210 return unsigned_intQI_type_node;
82aa8722 3211 if (bits <= TYPE_PRECISION (unsigned_intHI_type_node))
e2cad04b 3212 return unsigned_intHI_type_node;
82aa8722 3213 if (bits <= TYPE_PRECISION (unsigned_intSI_type_node))
e2cad04b 3214 return unsigned_intSI_type_node;
82aa8722 3215 if (bits <= TYPE_PRECISION (unsigned_intDI_type_node))
e2cad04b 3216 return unsigned_intDI_type_node;
82aa8722 3217 if (bits <= TYPE_PRECISION (unsigned_intTI_type_node))
e2cad04b
RH
3218 return unsigned_intTI_type_node;
3219 }
6de9cd9a 3220
e2cad04b 3221 return NULL_TREE;
6de9cd9a
DN
3222}
3223
e2cad04b
RH
3224/* Return a data type that has machine mode MODE. If the mode is an
3225 integer, then UNSIGNEDP selects between signed and unsigned types. */
6de9cd9a
DN
3226
3227tree
ef4bddc2 3228gfc_type_for_mode (machine_mode mode, int unsignedp)
6de9cd9a 3229{
e2cad04b
RH
3230 int i;
3231 tree *base;
b0567726 3232 scalar_int_mode int_mode;
e2cad04b
RH
3233
3234 if (GET_MODE_CLASS (mode) == MODE_FLOAT)
3235 base = gfc_real_types;
3236 else if (GET_MODE_CLASS (mode) == MODE_COMPLEX_FLOAT)
3237 base = gfc_complex_types;
b0567726 3238 else if (is_a <scalar_int_mode> (mode, &int_mode))
82aa8722 3239 {
b0567726 3240 tree type = gfc_type_for_size (GET_MODE_PRECISION (int_mode), unsignedp);
82aa8722
JJ
3241 return type != NULL_TREE && mode == TYPE_MODE (type) ? type : NULL_TREE;
3242 }
5c0caeb3
RS
3243 else if (GET_MODE_CLASS (mode) == MODE_VECTOR_BOOL
3244 && valid_vector_subparts_p (GET_MODE_NUNITS (mode)))
3245 {
3246 unsigned int elem_bits = vector_element_size (GET_MODE_BITSIZE (mode),
3247 GET_MODE_NUNITS (mode));
3248 tree bool_type = build_nonstandard_boolean_type (elem_bits);
3249 return build_vector_type_for_mode (bool_type, mode);
3250 }
928686b1
RS
3251 else if (VECTOR_MODE_P (mode)
3252 && valid_vector_subparts_p (GET_MODE_NUNITS (mode)))
6de9cd9a 3253 {
ef4bddc2 3254 machine_mode inner_mode = GET_MODE_INNER (mode);
f676971a
EC
3255 tree inner_type = gfc_type_for_mode (inner_mode, unsignedp);
3256 if (inner_type != NULL_TREE)
3257 return build_vector_type_for_mode (inner_type, mode);
e2cad04b 3258 return NULL_TREE;
6de9cd9a 3259 }
e2cad04b 3260 else
1a5ffec4 3261 return NULL_TREE;
6de9cd9a 3262
e2cad04b
RH
3263 for (i = 0; i <= MAX_REAL_KINDS; ++i)
3264 {
3265 tree type = base[i];
3266 if (type && mode == TYPE_MODE (type))
3267 return type;
3268 }
3269
3270 return NULL_TREE;
3271}
3272
fad0afd7
JJ
3273/* Return TRUE if TYPE is a type with a hidden descriptor, fill in INFO
3274 in that case. */
3275
3276bool
3277gfc_get_array_descr_info (const_tree type, struct array_descr_info *info)
3278{
3279 int rank, dim;
3280 bool indirect = false;
ff3598bc 3281 tree etype, ptype, t, base_decl;
2297a38e 3282 tree data_off, span_off, dim_off, dtype_off, dim_size, elem_size;
fad0afd7 3283 tree lower_suboff, upper_suboff, stride_suboff;
7fb43006 3284 tree dtype, field, rank_off;
fad0afd7
JJ
3285
3286 if (! GFC_DESCRIPTOR_TYPE_P (type))
3287 {
3288 if (! POINTER_TYPE_P (type))
3289 return false;
3290 type = TREE_TYPE (type);
3291 if (! GFC_DESCRIPTOR_TYPE_P (type))
3292 return false;
3293 indirect = true;
3294 }
3295
3296 rank = GFC_TYPE_ARRAY_RANK (type);
3297 if (rank >= (int) (sizeof (info->dimen) / sizeof (info->dimen[0])))
3298 return false;
3299
3300 etype = GFC_TYPE_ARRAY_DATAPTR_TYPE (type);
3301 gcc_assert (POINTER_TYPE_P (etype));
3302 etype = TREE_TYPE (etype);
badd9e69
TB
3303
3304 /* If the type is not a scalar coarray. */
3305 if (TREE_CODE (etype) == ARRAY_TYPE)
3306 etype = TREE_TYPE (etype);
3307
fad0afd7
JJ
3308 /* Can't handle variable sized elements yet. */
3309 if (int_size_in_bytes (etype) <= 0)
3310 return false;
3311 /* Nor non-constant lower bounds in assumed shape arrays. */
fe4e525c
TB
3312 if (GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_ASSUMED_SHAPE
3313 || GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_ASSUMED_SHAPE_CONT)
fad0afd7
JJ
3314 {
3315 for (dim = 0; dim < rank; dim++)
3316 if (GFC_TYPE_ARRAY_LBOUND (type, dim) == NULL_TREE
3317 || TREE_CODE (GFC_TYPE_ARRAY_LBOUND (type, dim)) != INTEGER_CST)
3318 return false;
3319 }
3320
3321 memset (info, '\0', sizeof (*info));
3322 info->ndimensions = rank;
616743a8 3323 info->ordering = array_descr_ordering_column_major;
fad0afd7
JJ
3324 info->element_type = etype;
3325 ptype = build_pointer_type (gfc_array_index_type);
d560566a
AO
3326 base_decl = GFC_TYPE_ARRAY_BASE_DECL (type, indirect);
3327 if (!base_decl)
fad0afd7 3328 {
54f9184b
JJ
3329 base_decl = make_node (DEBUG_EXPR_DECL);
3330 DECL_ARTIFICIAL (base_decl) = 1;
3331 TREE_TYPE (base_decl) = indirect ? build_pointer_type (ptype) : ptype;
899ca90e 3332 SET_DECL_MODE (base_decl, TYPE_MODE (TREE_TYPE (base_decl)));
d560566a 3333 GFC_TYPE_ARRAY_BASE_DECL (type, indirect) = base_decl;
fad0afd7 3334 }
d560566a
AO
3335 info->base_decl = base_decl;
3336 if (indirect)
3337 base_decl = build1 (INDIRECT_REF, ptype, base_decl);
fad0afd7 3338
2297a38e
JJ
3339 gfc_get_descriptor_offsets_for_info (type, &data_off, &dtype_off, &span_off,
3340 &dim_off, &dim_size, &stride_suboff,
ff3598bc 3341 &lower_suboff, &upper_suboff);
fad0afd7 3342
2297a38e
JJ
3343 t = fold_build_pointer_plus (base_decl, span_off);
3344 elem_size = build1 (INDIRECT_REF, gfc_array_index_type, t);
3345
fad0afd7
JJ
3346 t = base_decl;
3347 if (!integer_zerop (data_off))
5d49b6a7 3348 t = fold_build_pointer_plus (t, data_off);
fad0afd7
JJ
3349 t = build1 (NOP_EXPR, build_pointer_type (ptr_type_node), t);
3350 info->data_location = build1 (INDIRECT_REF, ptr_type_node, t);
3351 if (GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_ALLOCATABLE)
63ee5404 3352 info->allocated = build2 (NE_EXPR, logical_type_node,
fad0afd7 3353 info->data_location, null_pointer_node);
fe4e525c
TB
3354 else if (GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_POINTER
3355 || GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_POINTER_CONT)
63ee5404 3356 info->associated = build2 (NE_EXPR, logical_type_node,
fad0afd7 3357 info->data_location, null_pointer_node);
5cea3ad6
JJ
3358 if ((GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_ASSUMED_RANK
3359 || GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_ASSUMED_RANK_CONT)
3360 && dwarf_version >= 5)
3361 {
3362 rank = 1;
3363 info->ndimensions = 1;
3364 t = base_decl;
3365 if (!integer_zerop (dtype_off))
3366 t = fold_build_pointer_plus (t, dtype_off);
7fb43006
PT
3367 dtype = TYPE_MAIN_VARIANT (get_dtype_type_node ());
3368 field = gfc_advance_chain (TYPE_FIELDS (dtype), GFC_DTYPE_RANK);
3369 rank_off = byte_position (field);
3370 if (!integer_zerop (dtype_off))
3371 t = fold_build_pointer_plus (t, rank_off);
3372
5cea3ad6
JJ
3373 t = build1 (NOP_EXPR, build_pointer_type (gfc_array_index_type), t);
3374 t = build1 (INDIRECT_REF, gfc_array_index_type, t);
7fb43006 3375 info->rank = t;
5cea3ad6
JJ
3376 t = build0 (PLACEHOLDER_EXPR, TREE_TYPE (dim_off));
3377 t = size_binop (MULT_EXPR, t, dim_size);
3378 dim_off = build2 (PLUS_EXPR, TREE_TYPE (dim_off), t, dim_off);
3379 }
fad0afd7
JJ
3380
3381 for (dim = 0; dim < rank; dim++)
3382 {
5d49b6a7
RG
3383 t = fold_build_pointer_plus (base_decl,
3384 size_binop (PLUS_EXPR,
3385 dim_off, lower_suboff));
fad0afd7
JJ
3386 t = build1 (INDIRECT_REF, gfc_array_index_type, t);
3387 info->dimen[dim].lower_bound = t;
5d49b6a7
RG
3388 t = fold_build_pointer_plus (base_decl,
3389 size_binop (PLUS_EXPR,
3390 dim_off, upper_suboff));
fad0afd7
JJ
3391 t = build1 (INDIRECT_REF, gfc_array_index_type, t);
3392 info->dimen[dim].upper_bound = t;
fe4e525c
TB
3393 if (GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_ASSUMED_SHAPE
3394 || GFC_TYPE_ARRAY_AKIND (type) == GFC_ARRAY_ASSUMED_SHAPE_CONT)
fad0afd7
JJ
3395 {
3396 /* Assumed shape arrays have known lower bounds. */
3397 info->dimen[dim].upper_bound
3398 = build2 (MINUS_EXPR, gfc_array_index_type,
3399 info->dimen[dim].upper_bound,
3400 info->dimen[dim].lower_bound);
3401 info->dimen[dim].lower_bound
3402 = fold_convert (gfc_array_index_type,
3403 GFC_TYPE_ARRAY_LBOUND (type, dim));
3404 info->dimen[dim].upper_bound
3405 = build2 (PLUS_EXPR, gfc_array_index_type,
3406 info->dimen[dim].lower_bound,
3407 info->dimen[dim].upper_bound);
3408 }
5d49b6a7
RG
3409 t = fold_build_pointer_plus (base_decl,
3410 size_binop (PLUS_EXPR,
3411 dim_off, stride_suboff));
fad0afd7
JJ
3412 t = build1 (INDIRECT_REF, gfc_array_index_type, t);
3413 t = build2 (MULT_EXPR, gfc_array_index_type, t, elem_size);
3414 info->dimen[dim].stride = t;
5cea3ad6
JJ
3415 if (dim + 1 < rank)
3416 dim_off = size_binop (PLUS_EXPR, dim_off, dim_size);
fad0afd7
JJ
3417 }
3418
3419 return true;
3420}
3421
b5116268
TB
3422
3423/* Create a type to handle vector subscripts for coarray library calls. It
3424 has the form:
3425 struct caf_vector_t {
3426 size_t nvec; // size of the vector
3427 union {
3428 struct {
3429 void *vector;
3430 int kind;
3431 } v;
3432 struct {
3433 ptrdiff_t lower_bound;
3434 ptrdiff_t upper_bound;
3435 ptrdiff_t stride;
3436 } triplet;
3437 } u;
3438 }
3439 where nvec == 0 for DIMEN_ELEMENT or DIMEN_RANGE and nvec being the vector
3440 size in case of DIMEN_VECTOR, where kind is the integer type of the vector. */
3441
3442tree
3443gfc_get_caf_vector_type (int dim)
3444{
3445 static tree vector_types[GFC_MAX_DIMENSIONS];
3446 static tree vec_type = NULL_TREE;
3447 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain;
3448
3449 if (vector_types[dim-1] != NULL_TREE)
3450 return vector_types[dim-1];
3451
3452 if (vec_type == NULL_TREE)
3453 {
3454 chain = 0;
3455 vect_struct_type = make_node (RECORD_TYPE);
3456 tmp = gfc_add_field_to_struct_1 (vect_struct_type,
3457 get_identifier ("vector"),
3458 pvoid_type_node, &chain);
3459 TREE_NO_WARNING (tmp) = 1;
3460 tmp = gfc_add_field_to_struct_1 (vect_struct_type,
3461 get_identifier ("kind"),
3462 integer_type_node, &chain);
3463 TREE_NO_WARNING (tmp) = 1;
3464 gfc_finish_type (vect_struct_type);
3465
3466 chain = 0;
3467 triplet_struct_type = make_node (RECORD_TYPE);
3468 tmp = gfc_add_field_to_struct_1 (triplet_struct_type,
3469 get_identifier ("lower_bound"),
3470 gfc_array_index_type, &chain);
3471 TREE_NO_WARNING (tmp) = 1;
3472 tmp = gfc_add_field_to_struct_1 (triplet_struct_type,
3473 get_identifier ("upper_bound"),
3474 gfc_array_index_type, &chain);
3475 TREE_NO_WARNING (tmp) = 1;
3476 tmp = gfc_add_field_to_struct_1 (triplet_struct_type, get_identifier ("stride"),
3477 gfc_array_index_type, &chain);
3478 TREE_NO_WARNING (tmp) = 1;
3479 gfc_finish_type (triplet_struct_type);
3480
3481 chain = 0;
3482 union_type = make_node (UNION_TYPE);
3483 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("v"),
3484 vect_struct_type, &chain);
3485 TREE_NO_WARNING (tmp) = 1;
3486 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("triplet"),
3487 triplet_struct_type, &chain);
3488 TREE_NO_WARNING (tmp) = 1;
3489 gfc_finish_type (union_type);
3490
3491 chain = 0;
3492 vec_type = make_node (RECORD_TYPE);
3493 tmp = gfc_add_field_to_struct_1 (vec_type, get_identifier ("nvec"),
3494 size_type_node, &chain);
3495 TREE_NO_WARNING (tmp) = 1;
3496 tmp = gfc_add_field_to_struct_1 (vec_type, get_identifier ("u"),
3497 union_type, &chain);
3498 TREE_NO_WARNING (tmp) = 1;
3499 gfc_finish_type (vec_type);
3500 TYPE_NAME (vec_type) = get_identifier ("caf_vector_t");
3501 }
3502
3503 tmp = build_range_type (gfc_array_index_type, gfc_index_zero_node,
3504 gfc_rank_cst[dim-1]);
3505 vector_types[dim-1] = build_array_type (vec_type, tmp);
3506 return vector_types[dim-1];
3507}
3508
3c9f5092
AV
3509
3510tree
3511gfc_get_caf_reference_type ()
3512{
3513 static tree reference_type = NULL_TREE;
3514 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type,
3515 a_struct_type, u_union_type, tmp, *chain;
3516
3517 if (reference_type != NULL_TREE)
3518 return reference_type;
3519
3520 chain = 0;
3521 c_struct_type = make_node (RECORD_TYPE);
3522 tmp = gfc_add_field_to_struct_1 (c_struct_type,
3523 get_identifier ("offset"),
3524 gfc_array_index_type, &chain);
3525 TREE_NO_WARNING (tmp) = 1;
3526 tmp = gfc_add_field_to_struct_1 (c_struct_type,
3527 get_identifier ("caf_token_offset"),
3528 gfc_array_index_type, &chain);
3529 TREE_NO_WARNING (tmp) = 1;
3530 gfc_finish_type (c_struct_type);
3531
3532 chain = 0;
3533 s_struct_type = make_node (RECORD_TYPE);
3534 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3535 get_identifier ("start"),
3536 gfc_array_index_type, &chain);
3537 TREE_NO_WARNING (tmp) = 1;
3538 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3539 get_identifier ("end"),
3540 gfc_array_index_type, &chain);
3541 TREE_NO_WARNING (tmp) = 1;
3542 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3543 get_identifier ("stride"),
3544 gfc_array_index_type, &chain);
3545 TREE_NO_WARNING (tmp) = 1;
3546 gfc_finish_type (s_struct_type);
3547
3548 chain = 0;
3549 v_struct_type = make_node (RECORD_TYPE);
3550 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3551 get_identifier ("vector"),
3552 pvoid_type_node, &chain);
3553 TREE_NO_WARNING (tmp) = 1;
3554 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3555 get_identifier ("nvec"),
3556 size_type_node, &chain);
3557 TREE_NO_WARNING (tmp) = 1;
3558 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3559 get_identifier ("kind"),
3560 integer_type_node, &chain);
3561 TREE_NO_WARNING (tmp) = 1;
3562 gfc_finish_type (v_struct_type);
3563
3564 chain = 0;
3565 union_type = make_node (UNION_TYPE);
3566 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("s"),
3567 s_struct_type, &chain);
3568 TREE_NO_WARNING (tmp) = 1;
3569 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("v"),
3570 v_struct_type, &chain);
3571 TREE_NO_WARNING (tmp) = 1;
3572 gfc_finish_type (union_type);
3573
3574 tmp = build_range_type (gfc_array_index_type, gfc_index_zero_node,
3575 gfc_rank_cst[GFC_MAX_DIMENSIONS - 1]);
3576 dim_union_type = build_array_type (union_type, tmp);
3577
3578 chain = 0;
3579 a_struct_type = make_node (RECORD_TYPE);
3580 tmp = gfc_add_field_to_struct_1 (a_struct_type, get_identifier ("mode"),
3581 build_array_type (unsigned_char_type_node,
3582 build_range_type (gfc_array_index_type,
3583 gfc_index_zero_node,
3584 gfc_rank_cst[GFC_MAX_DIMENSIONS - 1])),
3585 &chain);
3586 TREE_NO_WARNING (tmp) = 1;
3587 tmp = gfc_add_field_to_struct_1 (a_struct_type,
3588 get_identifier ("static_array_type"),
3589 integer_type_node, &chain);
3590 TREE_NO_WARNING (tmp) = 1;
3591 tmp = gfc_add_field_to_struct_1 (a_struct_type, get_identifier ("dim"),
3592 dim_union_type, &chain);
3593 TREE_NO_WARNING (tmp) = 1;
3594 gfc_finish_type (a_struct_type);
3595
3596 chain = 0;
3597 u_union_type = make_node (UNION_TYPE);
3598 tmp = gfc_add_field_to_struct_1 (u_union_type, get_identifier ("c"),
3599 c_struct_type, &chain);
3600 TREE_NO_WARNING (tmp) = 1;
3601 tmp = gfc_add_field_to_struct_1 (u_union_type, get_identifier ("a"),
3602 a_struct_type, &chain);
3603 TREE_NO_WARNING (tmp) = 1;
3604 gfc_finish_type (u_union_type);
3605
3606 chain = 0;
3607 reference_type = make_node (RECORD_TYPE);
3608 tmp = gfc_add_field_to_struct_1 (reference_type, get_identifier ("next"),
3609 build_pointer_type (reference_type), &chain);
3610 TREE_NO_WARNING (tmp) = 1;
3611 tmp = gfc_add_field_to_struct_1 (reference_type, get_identifier ("type"),
3612 integer_type_node, &chain);
3613 TREE_NO_WARNING (tmp) = 1;
3614 tmp = gfc_add_field_to_struct_1 (reference_type, get_identifier ("item_size"),
3615 size_type_node, &chain);
3616 TREE_NO_WARNING (tmp) = 1;
3617 tmp = gfc_add_field_to_struct_1 (reference_type, get_identifier ("u"),
3618 u_union_type, &chain);
3619 TREE_NO_WARNING (tmp) = 1;
3620 gfc_finish_type (reference_type);
3621 TYPE_NAME (reference_type) = get_identifier ("caf_reference_t");
3622
3623 return reference_type;
3624}
3625
6de9cd9a 3626#include "gt-fortran-trans-types.h"
This page took 5.383454 seconds and 5 git commands to generate.