Fortran: This patch fixes comments 23 and 24 of PR96320.
[gcc.git] / gcc / fortran / decl.c
2021-01-21 Paul ThomasFortran: This patch fixes comments 23 and 24 of PR96320.
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-03 Harald AnlaufPR fortran/95342 - ICE in gfc_match_subroutine, at...
2020-11-03 Tobias BurnusFortran: Add !GCC$ attributes DEPRECATED
2020-10-14 Mark EgglestonFortran : ICE in build_field PR95614
2020-10-12 Mark EgglestonFortran : ICE in gfc_validate_kind PR96099
2020-09-28 Mark EgglestonRevert "Fortran : ICE in build_field PR95614"
2020-09-27 Mark EgglestonFortran : ICE in build_field PR95614
2020-09-17 Tobias BurnusFortran: Avoid double-free with parse error (PR96041...
2020-08-27 Mark EgglestonFortran : ICE for division by zero in declaration...
2020-07-14 Mark EgglestonFortran : Implicitly type parameter causes an invalid...
2020-07-01 Mark EgglestonFortran : Fortran translation issues PR52279
2020-07-01 Mark EgglestonFortran : Bogus error with additional blanks in type...
2020-06-29 Harald AnlaufPR fortran/95978 - ICE in gfc_match_data, at fortran...
2020-06-25 Harald AnlaufPR fortran/95826 - Buffer overflows with PDTs and long...
2020-06-23 Mark EgglestonFortran : ICE in gfc_validate_kind PR95586
2020-06-11 Harald AnlaufPR fortran/95611 - ICE in access_attr_decl, at fortran...
2020-06-05 Harald AnlaufPR fortran/95530, PR fortran/95537 - Buffer overflows...
2020-05-18 Harald AnlaufPR fortran/95053 - division by zero constants
2020-05-13 Mark EgglestonFortran : ICE in gfc_conv_array_constructor_expr PR93497
2020-04-20 Steve KarglPR 91800 - reject Hollerith constants as type initializer.
2020-04-06 Fritz ReeseFix fortran/93686 -- ICE matching data statements with...
2020-04-02 Fritz ReeseFix fortran/85982 ICE in resolve_component.
2020-03-28 Tobias Burnus[Fortran] Fix result-variable handling of MODULE PROCED...
2020-03-05 Steven G. KarglFortran: ICE in gfc_code2string PR93792
2020-02-24 Mark Egglestonfortran: ICE in gfc_conv_constant_to_tree PR93604
2020-01-09 Tobias BurnusFortran] PR84135 fix merging dimension into codimension...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-30 Thomas KoenigCatch division by zero errors in array sizes.
2019-11-10 Paul Thomasre PR fortran/92123 ([F2018/array-descriptor] Scalar...
2019-11-01 Steven G. Kargldecl.c (match_byte_typespec): New function.
2019-11-01 Steven G. Karglre PR fortran/90988 (Wrong error message with variables...
2019-10-22 Steven G. Karglre PR fortran/92174 (runtime error: index 15 out of...
2019-10-15 Steven G. Karglre PR fortran/89943 (Submodule functions are not allowe...
2019-10-11 Steven G. Karglre PR fortran/91715 (ICE in resolve_fntype, at fortran...
2019-10-05 Steven G. Karglre PR fortran/47054 (Compilation error when cray pointe...
2019-10-04 Steven G. KarglPR fortran.91959
2019-10-03 Mark EgglestonCharacter typenames in errors and warnings
2019-09-29 Steven G. Karglre PR fortran/91714 (Accepts type statement without...
2019-09-29 Jerry DeLislere PR fortran/91802 (ICE in mio_name_expr_t, at fortran...
2019-09-28 Steven G. Karglre PR fortran/91802 (ICE in mio_name_expr_t, at fortran...
2019-09-05 Steven G. Karglre PR fortran/91660 (Missing error on invalid type...
2019-09-01 Paul Thomasarray.c (spec_dimen_size): Check for the presence of...
2019-08-27 Harald Anlaufre PR fortran/91496 (!GCC$ directives error if mistyped...
2019-08-17 Steven G. Karglre PR fortran/78719 ([F03] ICE in gfc_get_symbol_decl...
2019-08-10 Steven G. Kargldecl.c (match_old_style_init): Use a clearer error...
2019-08-05 Steven G. Karglre PR fortran/91372 (Error: Unclassifiable statement)
2019-08-02 Steven G. Karglre PR fortran/90985 (Wrong error message with variables...
2019-07-23 Steven G. Karglarith.c (gfc_convert_integer, [...]): Move to ...
2019-07-03 Martin LiskaRemove another bunch of dead assignment.
2019-06-26 Steven G. Karglre PR fortran/90988 (Wrong error message with variables...
2019-06-21 Steven G. Karglre PR fortran/51991 (Wrong error message with variables...
2019-06-20 Steven G. Karglre PR fortran/77632 ([F08] Pointer initialisation does...
2019-06-19 Steven G. Karglre PR fortran/69398 ([OOP] ICE on class with duplicate...
2019-06-15 Steven G. Kargldecl.c (gfc_match_derived_decl): Dummy argument cannot...
2019-05-10 Paul Thomasre PR fortran/90093 (Extended C interop: optional argum...
2019-04-22 Steven G. Karglre PR fortran/90166 (Compiler Fails at Assembler)
2019-03-13 Janus Weilre PR fortran/89601 ([PDT] ICE: Segmentation fault...
2019-03-13 Thomas Koenig[multiple changes]
2019-03-12 Martin LiskaReplace can't in error messages for Fortran.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-09 Thomas Koenigre PR fortran/71203 (ICE in add_init_expr_to_sym, at...
2019-02-23 Paul Thomasre PR fortran/89385 (Incorrect members of C descriptor...
2019-02-18 Martin LiskaSupport if statement in !GCC$ builtin directive.
2019-02-17 Harald Anlaufre PR fortran/89077 (ICE using * as len specifier for...
2019-02-04 Harald Anlaufre PR fortran/89077 (ICE using * as len specifier for...
2019-01-25 Steven G. Karglre PR fortran/85780 (ICE in resolve_fl_procedure, at...
2019-01-11 Steven G. Karglre PR fortran/35031 (ELEMENTAL procedure with BIND(C))
2019-01-10 Steven G. Karglre PR fortran/86322 (ICE in reference_record with data...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-22 Steven G. Karglre PR fortran/85798 (ICE in get_array_index, at fortran...
2018-12-16 Steven G. Kargldecl.c (variable_decl): Typo fixes.
2018-12-16 Steven G. Karglre PR fortran/87994 (ICE in match_data_constant, at...
2018-12-15 Steven G. Karglre PR fortran/88138 (ICE in gfc_arith_concat, at fortra...
2018-12-09 Steven G. Kargl20180-12-08 Steven G. Kargl <kargl@gcc.gnu.org>
2018-11-27 Martin LiskaSupport simd function declarations via a pre-include.
2018-11-02 Thomas Koenigre PR fortran/46020 (Improve error string for BIND...
2018-11-01 Thomas Koenigre PR fortran/46020 (Improve error string for BIND...
2018-10-12 Tobias BurnusFix error-recovery ICE in check_proc_interface
2018-09-25 Martin LiskaFix small coding style issues (PR fortran/87394).
2018-09-20 Janus Weilgfortran.h (gfc_str_startswith): New macro.
2018-09-10 Janus Weilre PR fortran/85395 ([F03] private clause contained...
2018-08-22 Janus Weilre PR fortran/86888 ([F08] allocatable components of...
2018-07-16 Fritz ReeseFix handling of invalid assumed-shape/size arrays in...
2018-06-28 Fritz Reesere PR fortran/82865 (Option -fdec collides with PDT)
2018-06-10 Janus Weilre PR fortran/85088 (improve diagnostic for bad INTENT...
2018-06-09 Steven G. Karglre PR fortran/85138 (ICE with generic function)
2018-06-03 Paul Thomasre PR fortran/36497 (USE association, cray pointers...
2018-05-27 Steven G. Kargldecl.c (match_data_constant): Fortran 2018 allows point...
2018-05-24 Steven G. Karglre PR fortran/85779 (ICE in gfc_typename, at fortran...
2018-05-22 Janus Weilre PR fortran/85841 ([F2018] reject deleted features)
2018-04-24 Steven G. Karglre PR fortran/85520 (Out of memory when declaring a...
2018-04-02 Thomas Koenigre PR fortran/85102 (ICE in gfc_conv_intrinsic_dot_prod...
2018-03-24 Steven G. Karglre PR fortran/42651 (Functions with result: Wrongly...
2018-03-22 Steven G. Karglre PR fortran/84922 (fortran reports inconsistency...
2018-03-18 Steven G. Karglre PR fortran/77414 (ICE in create_function_arglist...
2018-03-18 Steven G. Karglre PR fortran/65453 (ICE in build_function_decl, at...
2018-03-16 Steven G. Karglre PR fortran/69395 (ICE on declaring array with more...
2018-03-16 Steven G. Karglre PR fortran/78741 (ICE in gfc_get_symbol_decl, at...
next