aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-types.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-03gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.Jeff Law1-37/+0
2018-07-20gfortran.h (gfc_symbol): Add pointer to next derived type.Andrew Benson1-10/+18
2018-07-02re PR lto/86321 (ICE: in splice_child_die, at dwarf2out.c:5693 for several F...Richard Biener1-0/+8
2018-05-13re PR fortran/85742 (sizeof allocatable arrays returning wrong value)Paul Thomas1-5/+9
2018-03-21re PR fortran/84957 (ICE in gfc_sym_type, at fortran/trans-types.c:2255)Thomas Koenig1-0/+1
2018-02-23re PR fortran/83149 ([6- and 7-branches] Missing test for sym->ns->proc_name:...Paul Thomas1-0/+1
2018-02-10re PR fortran/84141 (Internal error: type_name(): Bad type)Paul Thomas1-3/+0
2018-01-26Partial Failed Images patchDamian Rouson1-2/+4
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-38/+87
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-3/+9
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford1-0/+8
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-01re PR fortran/83076 (ICE in gfc_deallocate_scalar_with_status, at fortran/tra...Paul Thomas1-15/+27
2017-11-23re PR fortran/82814 (ICE from submodule character function)Paul Thomas1-0/+6
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-2/+10
2017-09-23re PR fortran/82143 (add a -fdefault-real-16 flag)Janus Weil1-8/+30
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-19/+18
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-3/+6
2017-08-30[51/77] Use opt_scalar_int_mode when iterating over integer modesRichard Sandiford1-3/+4
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford1-2/+3
2017-08-30[12/77] Use opt_scalar_float_mode when iterating over float modesRichard Sandiford1-6/+6
2017-08-30[3/77] Allow machine modes to be classesRichard Sandiford1-7/+9
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-04-21re PR fortran/80392 ([OOP] ICE with allocatable polymorphic function result i...Janus Weil1-3/+4
2017-02-07trans-types.c (gfc_get_int_kind_from_width_isofortranen): Choose REAL type wi...Steven G. Kargl1-7/+22
2017-01-13Revert r244448Janne Blomqvist1-9/+2
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+9
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor1-1/+1
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-28/+24
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-9/+2
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-20Use the middle-end boolean_type_nodeJanne Blomqvist1-4/+0
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-10-31dwarf2out.h (struct dw_loc_descr_node): Adjust comment for frame_offset_rel bit.Jakub Jelinek1-2/+22
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas1-3/+13
2016-09-30trans-array.c (gfc_array_allocate): Use the token from coarray's .token member.Andre Vehreschild1-1/+2
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-15/+150
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-4/+4
2016-06-21stor-layout.c (layout_type): Move setting complex MODE to layout_type...Michael Meissner1-1/+0
2016-06-18trans-types.c: Commentary typo fix.Bernhard Reutner-Fischer1-1/+1
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-2/+70
2016-05-02machmode.h (mode_complex): Add support to give the complex mode for a given m...Michael Meissner1-0/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-02-27Right size for eventsAlessandro Fanfarillo1-1/+2
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+5
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0