aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas1-1/+8
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-2/+1
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas1-17/+33
2017-11-15Disable -Wreturn-type by default in all languages other from C++.Martin Liska1-4/+4
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-8/+8
2017-11-04re PR fortran/81735 (double free or corruption (fasttop) error (SIGABRT) with...Paul Thomas1-5/+4
2017-10-18re PR fortran/82550 (program using submodules fails to link)Paul Thomas1-1/+3
2017-10-07re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas1-0/+4
2017-10-04re PR fortran/60458 (Error message on associate: deferred type parameter and ...Paul Thomas1-0/+8
2017-09-15re PR fortran/82184 (187.facerec in SPEC CPU 2000 miscompares)Paul Thomas1-0/+1
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-22/+18
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-1/+79
2017-07-29debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...Jakub Jelinek1-2/+3
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-1/+1
2017-03-16re PR fortran/80010 (diagnostics: typo $!)Jakub Jelinek1-1/+1
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+26
2017-02-05re PR fortran/79335 (Conditional jump or move depends on uninitialised in val...Andre Vehreschild1-0/+10
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-1/+1
2017-01-19re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild1-1/+3
2017-01-18re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild1-0/+2
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-0/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-19trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert1-22/+7
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert1-7/+0
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-1/+1
2016-12-09re PR fortran/44265 (Link error with reference to parameter array in specific...Paul Thomas1-9/+45
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-7/+17
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-1/+4
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-16/+17
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese1-1/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-13/+46
2016-08-31[multiple changes]Paul Thomas1-0/+10
2016-08-22re PR fortran/77260 (bogus warning with ENTRY in a function)Steven G. Kargl1-3/+13
2016-08-15lang.opt, [...]: New flag -finit-derived.Fritz Reese1-1/+2
2016-08-15re PR debug/71906 (Fortran allocatable strings debug info type size regression)Jakub Jelinek1-16/+13
2016-08-08re PR fortran/70524 (ICE when using -frepack-arrays -Warray-temporaries)Andre Vehreschild1-2/+2
2016-07-22expr.c (gfc_find_stat_co): Fixed whitespaces.Andre Vehreschild1-21/+21
2016-07-19re PR fortran/71688 (ICE in analyze, at cgraphunit.c:632 with -fcoarray=lib)Martin Jambor1-1/+1
2016-07-17re PR fortran/71523 (Static variables given automatic initializers with -fini...Fritz Reese1-2/+38
2016-07-05Second review of STAT= patch + testsAlessandro Fanfarillo1-4/+4
2016-07-01re PR fortran/71687 (ICE in omp_add_variable, at gimplify.c:5821)Jakub Jelinek1-2/+2
2016-05-09re PR fortran/70937 (ICE: tree code ‘ssa_name’ is not supported in LTO st...Richard Biener1-1/+2
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-7/+23
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo1-0/+14
2016-03-12re PR fortran/70031 (Error in recursive module subroutine declaration if decl...Paul Thomas1-1/+6
2016-02-20re PR fortran/69423 (Invalid optimization with deferred-length character)Paul Thomas1-110/+138
2016-01-16Clean up some minor white space issues in trans-decl.c and trans-expr.cPaul Thomas1-9/+9
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-3/+27
2016-01-04Update copyright years.Jakub Jelinek1-1/+1