re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subreg, at...
[gcc.git] / gcc / fortran /
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-24 Manuel López-IbáñezThe problem is that diagnostic_action_after_output...
2015-06-23 Andre Vehreschildre PR fortran/64674 ([OOP] ICE in ASSOCIATE with class...
2015-06-19 Mikael MorinFix openmp global state fortran regression
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-15 Andre Vehreschildre PR fortran/44672 ([F08] ALLOCATE with SOURCE and...
2015-06-14 Thomas Koenigintrinsic.texi: Change \leq to < in descrition of imagi...
2015-06-11 Paul Thomasre PR fortran/66079 (memory leak with source allocation...
2015-06-11 Pierre-Marie de... Restore DW_AT_abstract_origin for cross-unit call sites
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-08 Steven G. Karglre PR fortran/66245 (ICE on select type with empty...
2015-06-06 Thomas Koenigre PR fortran/47359 (Recursive functions of intrinsic...
2015-06-06 Thomas Koenigre PR fortran/47359 (Recursive functions of intrinsic...
2015-06-05 Steven G. Karglre PR fortran/66347 (Seg fault (ICE) on compile)
2015-06-05 Thomas Koenigre PR fortran/66385 (ICE: FORALL writing multiple eleme...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-05 Steven G. Kargl[multiple changes]
2015-06-04 Thomas Koenigre PR fortran/58749 (PACK(ADJUSTL([" a"," b"]), [.TRUE...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-02 Steven G. KarglAdd the PR number that I forgot in m y previous commit.
2015-06-02 Steven G. Karglsimplify.c (gfc_simplify_reshape): Convert assert into...
2015-05-27 Andre Vehreschildtrans-stmt.c (gfc_trans_allocate): Add missing location...
2015-05-26 Paul Thomasre PR fortran/66082 (memory leak with automatic array...
2015-05-24 Mikael Morinre PR fortran/66257 (ELEMENTAL procedure pointer compon...
2015-05-23 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2015-05-22 Jim WilsonMakefile.in (check_gcc_parallelize): Delete.
2015-05-21 Thomas Koenigre PR fortran/66176 (Handle conjg() in inline matmul)
2015-05-20 Andre Vehreschildre PR fortran/65548 (gfc_conv_procedure_call)
2015-05-19 Jakub Jelinekre PR middle-end/66199 (lastprivate/linear clause issue...
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-18 Steven G. Karglre PR fortran/66057 (ICE for incomplete generic stateme...
2015-05-18 Steven G. Karglre PR fortran/66057 (ICE for incomplete generic stateme...
2015-05-18 Steven G. Karglre PR fortran/66052 (Segmentation fault for misplaced...
2015-05-18 Steven G. Karglre PR fortran/66045 (ICE on incorrect code with null)
2015-05-18 Steven G. Karglre PR fortran/66044 (ICE on misplaced entry statement)
2015-05-18 Steven G. Karglre PR fortran/66043 (ICE on storage_size of null or...
2015-05-18 Steven G. Karglre PR fortran/66040 (ICE on misplaced sequence in function)
2015-05-18 Steven G. Karglre PR fortran/66039 (ICE on incomplete parentheses...
2015-05-18 Steven G. Karglre PR fortran/64925 (ICE with same names for dummy...
2015-05-16 Jerry DeLislere PR fortran/65903 (Line continuation followed by...
2015-05-16 Thomas Koenigre PR fortran/66113 (Variable n cannot appear in the...
2015-05-16 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2015-05-16 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2015-05-16 Mikael Morin2015-05-16 Mikael Morin <mikael@gcc.gnu.org
2015-05-12 Thomas Koenigre PR fortran/66111 (ICE with matmul and vector subscripts)
2015-05-12 Thomas Koenigre PR fortran/66041 (Matmul ICE)
2015-05-11 Mikael MorinFix fortran/66100 bound simplification ICE
2015-05-10 Thomas Koenigre PR fortran/66041 (Matmul ICE)
2015-05-10 Mikael Morinbound simplification refactoring
2015-05-09 Mikael MorinFix fortran/65894 elemental procedures wrong-code
2015-05-08 Mikael Morintrans-array.c (gfc_walk_elemental_function_args): Don...
2015-05-06 Thomas Koenigre PR fortran/37131 (inline matmul for small matrix...
2015-05-05 David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-05-02 Steven G. Karglre PR fortran/65976 (gfortran man-page lists the -fno...
2015-05-01 Mikael MorinAllow bound simplification of array subreferences.
2015-04-30 Thomas Koenigre PR fortran/37131 (inline matmul for small matrix...
2015-04-30 David MalcolmFix spurious semicolons
2015-04-28 Andre Vehreschildinterface.c (gfc_compare_types): Check for unlimited...
2015-04-27 Jim WilsonMakefile-lan.in (ada.mostlyclean): Remove gnatbind...
2015-04-27 Andre Vehreschildre PR fortran/59678 ([F03] Segfault on equalizing varia...
2015-04-23 Andre VehreschildPF fortran/60322
2015-04-22 Steven G. Karglre PR fortran/65429 (ICE on implied-length character...
2015-04-10 Tobias Burnustrans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarr...
2015-04-10 Mikael Morinre PR fortran/56674 (ICE in check_sym_interfaces)
2015-04-09 Paul Thomasre PR fortran/56852 (ICE on invalid: "Bad array referen...
2015-04-07 Andre Vehreschildre PR fortran/65548 (gfc_conv_procedure_call)
2015-03-30 Jakub Jelinekre PR middle-end/65597 (ICE in build_outer_var_ref...
2015-03-25 Mikael MorinFix regression introduced at revision 221586.
2015-03-24 Andre Vehreschildre PR fortran/55901 ([OOP] type is (character(len=...
2015-03-24 Andre Vehreschildre PR fortran/64787 (Invalid code on sourced allocation...
2015-03-24 Iain Sandoegfortran.texi (_gfortran_caf_sync_memory): Improve...
2015-03-23 Paul Thomasre PR fortran/64952 (Missing temporary in assignment...
2015-03-22 Jerry DeLislere PR libfortran/59513 (Fortran runtime error: Sequenti...
2015-03-21 Mikael MorinFix ChangeLog year
2015-03-21 H.J. LuPut @{xxx} in one line
2015-03-21 Tobias Burnus2015-03-21 Tobias Burnus <burnus@net-b.de>
2015-03-21 Tobias Burnustrans-expr.c (gfc_get_tree_for_caf_expr): Reject unimpl...
2015-03-17 Paul Thomasre PR fortran/59198 (ICE on cyclically dependent polymo...
2015-03-17 Jerry DeLislere PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate)...
2015-03-16 Andre Vehreschildresolve.c: Prevent segfault on illegal input.
2015-03-14 Mikael Morinre PR fortran/61138 (Wrong code with pointer-bounds...
2015-03-11 Janne BlomqvistPR 65200 Handle EPERM in addition to EACCES.
2015-03-10 Paul Thomasre PR fortran/65024 ([OOP] unlimited polymorphic pointe...
2015-03-10 Alessandro Fanfarillotrans.h (caf_sync_memory): New function decl tree.
2015-03-08 Mikael Morinre PR fortran/60898 (model compile error with gfortran...
2015-03-02 Tobias Burnuscheck.c (gfc_check_atomic): Properly check for coarrayn...
2015-02-26 Martin LiskaFix LTO bootstrap.
2015-02-24 Thomas Schwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-02-22 Bernd Edlingerre PR fortran/64980 (ICE in trans-expr.c)
2015-02-13 Jerry DeLislere PR fortran/64506 (FORMAT Parse Error with Continuati...
2015-02-12 Paul Thomasre PR fortran/64932 (ICE in gfc_conv_descriptor_data_ge...
2015-02-08 Mikael MorinUse the local name instead of the original name in...
2015-02-06 Paul Thomasre PR fortran/63205 ([OOP] Wrongly rejects type =...
2015-02-06 Andre Vehreschildre PR fortran/60289 (allocating class(*) pointer as...
2015-02-05 Tobias Burnusre PR fortran/64943 (No error on ultimate allocatable...
2015-02-05 Paul Thomasre PR fortran/64757 (ICE in fold_convert_loc, at fold...
2015-02-05 Paul Thomas2015-02-05 Paul Thomas <pault@gcc.gnu.org>
2015-02-04 Jakub Jelinekdwarf2.h (enum dwarf_source_language): Add DW_LANG_Fort...
next