aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2018-01-09match.c (gfc_match_allocate): Check for NULL pointer.Steven G. Kargl2-1/+5
2018-01-08expr.c (gfc_check_pointer_assign): Fix typo in comment.Steven G. Kargl2-1/+5
2018-01-08re PR fortran/83611 ([PDT] Assignment of parameterized types causes double fr...Paul Thomas5-12/+98
2018-01-06PR 50892 Latent bug in char pointer assignmentJanne Blomqvist2-1/+9
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist29-204/+491
2018-01-04re PR fortran/83683 (eoshift accepts wrong-length boundary)Thomas Koenig5-16/+325
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford2-0/+14
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2-1/+8
2018-01-03re PR fortran/83664 (Eoshift accepts missing boundary for non-default types)Thomas Koenig2-0/+26
2018-01-03Update copyright years.Jakub Jelinek74-73/+75
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek7-2297/+2311
2018-01-02re PR fortran/45689 ([F03] Missing transformational intrinsic in the trans_fu...Thomas Koenig4-16/+424
2018-01-02re PR fortran/45689 ([F03] Missing transformational intrinsic in the trans_fu...Thomas Koenig2-56/+183
2018-01-01re PR fortran/83076 (ICE in gfc_deallocate_scalar_with_status, at fortran/tra...Paul Thomas4-16/+70
2017-12-29re PR fortran/83567 (Parametrized derived types: Segmentation fault when assi...Paul Thomas1-1/+2
2017-12-28re PR fortran/83548 (Compilation Error using logical function in parameter)Steven G. Kargl2-13/+23
2017-12-28PR fortran/83344 Don't set bogus constant valueJanne Blomqvist2-1/+8
2017-12-28re PR fortran/83567 (Parametrized derived types: Segmentation fault when assi...Paul Thomas3-5/+41
2017-12-272017_12_27 Louis Krupp <louis.krupp@zoho.com>Louis Krupp2-0/+7
2017-12-26re PR fortran/83540 (Invalid code with MATMUL, -fno-realloc-lhs -ffrontend-op...Thomas Koenig2-0/+12
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou9-3/+104
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek4-6/+13
2017-12-17Support -std=f2018Janne Blomqvist10-77/+151
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek2-9/+14
2017-12-14Patch for middle-end/PR79538Qing Zhao2-21/+37
2017-12-12intrinsic.texi (MAXLOC): Remove double description of return value.Thomas Koenig2-10/+14
2017-12-11intrinsic.texi (MAXLOC): Update documentation for character arrays and KIND a...Thomas Koenig2-10/+26
2017-12-11re PR fortran/45689 ([F03] Missing transformational intrinsic in the trans_fu...Thomas Koenig2-47/+37
2017-12-10re PR fortran/53478 (gfortran segfaults when module name clashes with C bindi...Dominique d'Humieres4-6/+39
2017-12-09re PR fortran/82934 (Segfault on assumed character length in allocate)Steven G. Kargl2-8/+34
2017-12-09re PR fortran/83316 (ICE: minval/maxval and characters)Thomas Koenig4-0/+27
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2-4/+10
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig4-10/+59
2017-12-01Fix an undefined behavior in fortran/decl.cQing Zhao2-1/+6
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig2-2/+10
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas7-34/+178
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek2-0/+7
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig2-3/+10
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2-9/+5
2017-11-28re PR fortran/83021 (gfortran segfault in polymorphic assignment)Paul Thomas2-1/+12
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek4-10/+15
2017-11-24re PR fortran/81304 (Bogus warning with -Wsurprising and -fopenmp: Type speci...Jakub Jelinek2-1/+8
2017-11-23re PR fortran/81841 (THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA)Jakub Jelinek2-0/+8
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou2-2/+9
2017-11-23re PR fortran/82814 (ICE from submodule character function)Paul Thomas2-0/+13
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm2-1/+7
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig4-5/+96
2017-11-22re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas2-2/+7
2017-11-20re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas3-0/+18
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas8-37/+107