re PR fortran/82173 ([meta-bug] Parameterized derived type errors)
[gcc.git] / gcc / fortran / resolve.c
2017-09-17 Paul Thomasre PR fortran/82173 ([meta-bug] Parameterized derived...
2017-09-09 Paul Thomasdecl.c: Add decl_type_param_list...
2017-08-11 Thomas Koenigre PR fortran/60355 ([F08] constraint C519 for BIND...
2017-07-29 Trevor Saunderssimplify the bitmap alloc_stat functions with c++
2017-07-03 Dominique d'Humieresre PR fortran/79866 (diagnostics: typo in "Variable...
2017-05-22 Janus Weilre PR fortran/80766 ([OOP] ICE with type-bound procedur...
2017-05-11 Jerry DeLislere PR fortran/78659 ([F03] Spurious "requires DTIO...
2017-05-09 Janus Weilre PR fortran/79311 ([OOP] ICE in generate_finalization...
2017-03-22 Dominique d'Humieresre PR fortran/79602 (translation: globally replace...
2017-03-15 David MalcolmFix translation issue with character length * errors...
2017-03-05 Andre Vehreschildcheck.c (positive_check): Add new function checking...
2017-02-28 Paul Thomasre PR fortran/79739 (ICE with some interesting code)
2017-02-19 Paul Thomasre PR fortran/79402 (ICE with submodules: module proced...
2017-01-13 Janne BlomqvistRevert r244448
2017-01-13 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-13 Andre Vehreschildre PR fortran/70697 ([Coarray] ICE on EVENT WAIT with...
2017-01-03 Janne BlomqvistPR 78534 Revert r244011
2017-01-03 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-27 Jakub Jelinekgfortran.h (gfc_error): Rename overload with OPT argume...
2016-12-13 Janus Weilre PR fortran/78798 ([cleanup] some int-valued function...
2016-12-13 Andre Vehreschildre PR fortran/77785 ([Coarray] ICE in gfc_get_caf_token...
2016-12-12 Janus Weilre PR fortran/78392 (ICE in gfc_trans_auto_array_alloca...
2016-12-10 Paul Thomasre PR fortran/78350 (ICE in gfc_code2string(): Bad...
2016-12-09 Paul Thomasre PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept...
2016-12-09 Paul Thomasre PR fortran/44265 (Link error with reference to param...
2016-12-06 Jerry DeLislere PR fortran/78659 ([F03] Spurious "requires DTIO...
2016-12-03 Janus Weilre PR fortran/58175 ([OOP] Incorrect warning message...
2016-11-29 Janus Weil[multiple changes]
2016-11-20 Harald Anlaufre PR fortran/69741 (Bad error in forall with array...
2016-11-20 Andre Vehreschildre PR fortran/78395 ([OOP] error on polymorphic assignment)
2016-11-14 Janus Weilre PR fortran/78300 ([OOP] Failure to compile a F03...
2016-11-13 Janus Weilre PR fortran/66366 ([OOP] ICE on invalid with non...
2016-11-10 Jakub Jelinekomp-low.c (lower_omp_target): Fix up argument to is_ref...
2016-11-08 Janus Weilre PR fortran/68440 ([OOP] ICE on declaring class varia...
2016-11-07 Thomas Koenigre PR fortran/78226 (Fill out location information...
2016-11-07 Thomas Koenigre PR fortran/78226 (Fill out location information...
2016-11-06 Thomas Koenigre PR fortran/78226 (Fill out location information...
2016-11-06 Andre Vehreschildallocate_with_source_14.f03: Fixed number mallocs occuring.
2016-11-05 Janus Weilre PR fortran/69495 (unused-label warning does not...
2016-11-02 Fritz O. ReeseNew warning -Wargument-mismatch for function argument...
2016-10-27 Fritz ReeseFix initialization of UNIONs with -finit-derived.
2016-10-26 Paul Thomasre PR fortran/78108 (Generic type-bound operator conflicts)
2016-10-25 Paul Thomasre PR fortran/45516 ([F08] allocatable compontents...
2016-10-25 Fritz ReeseConvert logical ops on integers to bitwise equivalent...
2016-10-23 Paul Thomasre PR fortran/69834 ([OOP] Collision in derived type...
2016-10-22 Andre Vehreschildre PR fortran/43366 ([OOP][F08] Intrinsic assign to...
2016-10-21 Paul Thomasre PR fortran/69566 ([OOP] Failure of SELECT TYPE with...
2016-10-17 Paul Thomasre PR fortran/61420 ([OOP] type-bound procedure returni...
2016-10-14 Andre Vehreschildcoarray_38.f90: Expect error message.
2016-10-05 Steven G. Karglre PR fortran/58991 (ICE with associate and character...
2016-10-05 Louis Kruppre PR fortran/67524 (ICE on using implicit character...
2016-09-23 Fritz Reeselang.opt, [...]: New flag -fdec-static.
2016-09-23 Jerry DeLislere PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-09-19 Andre Vehreschildlibcaf.h: Add caf_reference_type.
2016-09-18 Louis Kruppre PR fortran/68078 (segfault with allocate and stat...
2016-09-04 Steven G. Karglre PR fortran/77391 (gfortran allows CHARACTER(LEN...
2016-08-31 Jakub Jelinekre PR fortran/77374 (ICE in resolve_omp_atomic, at...
2016-08-31 Paul Thomas[multiple changes]
2016-08-24 Paul Thomasre PR fortran/77358 ([F08] deferred-length character...
2016-08-19 Jakub Jelinekre PR fortran/71014 (associate statement inside omp...
2016-08-15 Fritz Reeselang.opt, [...]: New flag -finit-derived.
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-30 Steven G. Karglre PR fortran/70006 (Duplicate errors "label not defined")
2016-07-28 Steven G. Karglre PR fortran/71799 (ICE in DO loop code emission ...
2016-07-07 Martin LiskaOptimize fortran loops with +-1 step.
2016-06-21 Tobias Burnusre PR fortran/71068 (ICE in check_data_variable():...
2016-06-01 Paul Thomasre PR fortran/71156 (PURE interface/definition inconsis...
2016-05-07 Fritz Reesere PR fortran/56226 (Add support for DEC UNION and...
2016-04-04 Andre Vehreschildre PR fortran/67538 (ICE with invalid source allocation)
2016-03-12 Paul Thomasre PR fortran/70031 (Error in recursive module subrouti...
2016-02-11 Andre Vehreschildre PR fortran/69296 ([F03] Problem with associate and...
2016-02-07 Jerry DeLislere PR fortran/50555 (synonymous namelist/statement...
2016-01-24 Jerry DeLisle[multiple changes]
2016-01-15 Paul Thomasre PR fortran/64324 (Deferred character specific functi...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-15 Alessandro FanfarilloFix ICE for coarray Critical inside module procedure
2015-12-09 Tobias Burnusre PR fortran/68815 (Error/warning diagnostic: '%s...
2015-12-04 Steven G. Karglre PR fortran/68684 (gcc/fortran/resolve.c:8748: bad...
2015-12-02 Tobias Burnuscheck.c (gfc_check_event_query): New function.
2015-11-30 Cesar Philippidistree-nested.c (convert_nonlocal_omp_clauses): Add suppo...
2015-11-22 James Norrisdump-parse-tree.c (show_namespace): Handle declares.
2015-11-15 Paul Thomasre PR fortran/50221 (Allocatable string length fails...
2015-11-03 Thomas SchwingeOpenACC atomic directive
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-20 Steven G. Karglresolve.c (gfc_verify_binding_labels): Check for NULL...
2015-10-17 Steven G. Karglre PR fortran/67987 (ICE on declaring and initializing...
2015-10-06 Louis Krupp[multiple changes]
2015-10-04 Mikael MorinFix fortran common-related error recovery ICE.
2015-10-04 Mikael MorinFactor access to the common block head symbol
2015-09-28 Paul Thomas[multiple changes]
2015-09-26 Paul Thomasre PR fortran/67567 (resolve.c: gfc_error called with...
2015-09-25 Steven G. Karglre PR fortran/67614 (ICE on using arithmetic if with...
2015-09-25 Manuel López-IbáñezPR pretty-print/67567 do not pass NULL as a string
2015-09-21 Steven G. Karglresolve.c (nonscalar_typebound_assign): Fix typos in...
2015-09-21 Steven G. Karglre PR fortran/67615 (ICE on using arithmetic if with...
2015-08-19 Trevor Saundersremove more useless typedefs
2015-07-09 Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-06 Andre Vehreschildre PR fortran/58586 (ICE with derived type with allocat...
2015-07-02 Paul Thomasre PR fortran/52846 ([F2008] Support submodules)
next