aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2015-03-11PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist2-0/+23
2015-03-10re PR fortran/65024 ([OOP] unlimited polymorphic pointer structure not built ...Paul Thomas2-2/+11
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo4-33/+27
2015-03-08re PR fortran/60898 (model compile error with gfortran 4.7 and gcc 4.9)Mikael Morin2-4/+13
2015-03-02check.c (gfc_check_atomic): Properly check for coarrayness and for being coin...Tobias Burnus2-1/+6
2015-02-26Fix LTO bootstrap.Martin Liska2-5/+10
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge3-18/+32
2015-02-22re PR fortran/64980 (ICE in trans-expr.c)Bernd Edlinger2-8/+10
2015-02-13re PR fortran/64506 (FORMAT Parse Error with Continuation Line)Jerry DeLisle2-5/+25
2015-02-12re PR fortran/64932 (ICE in gfc_conv_descriptor_data_get for generated finali...Paul Thomas2-5/+47
2015-02-08Use the local name instead of the original name in the check for name conflic...Mikael Morin2-4/+14
2015-02-06re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...Paul Thomas5-19/+267
2015-02-06re PR fortran/60289 (allocating class(*) pointer as character gives type-spec...Andre Vehreschild3-2/+27
2015-02-05re PR fortran/64943 (No error on ultimate allocatable components in IO list)Tobias Burnus2-3/+14
2015-02-05re PR fortran/64757 (ICE in fold_convert_loc, at fold-const.c:2353)Paul Thomas1-1/+1
2015-02-052015-02-05 Paul Thomas <pault@gcc.gnu.org>Paul Thomas3-3/+66
2015-02-04dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...Jakub Jelinek2-0/+12
2015-02-03intrinsic.texi (CO_ASSOCIATED): c_prt_1 should be c_ptr_1.Steven G. Kargl2-2/+5
2015-02-02trans-decl.c (gfc_get_symbol_decl): Removed duplicate code.Andre Vehreschild3-22/+27
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers23-119/+109
2015-01-30Always pass explicit location to fatal_error.Joseph Myers5-5/+13
2015-01-29intrinsic.texi (CO_BROADCAST): Correct argument description.Tobias Burnus2-1/+5
2015-01-27re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?))Tobias Burnus3-9/+26
2015-01-27re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z...Rainer Orth2-3/+7
2015-01-26re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)Paul Thomas2-3/+13
2015-01-26re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z...Tobias Burnus2-3/+21
2015-01-26io.c (gfc_match_inquire): Replace "-1" by a defined constant.Tobias Burnus2-1/+5
2015-01-26re PR fortran/64230 (Invalid memory reference in a compiler-generated finaliz...Janus Weil2-8/+35
2015-01-25re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)Mikael Morin3-130/+14
2015-01-24parse.c (gfc_parse_file): Fix two-location gfc_error call.Tobias Burnus2-1/+5
2015-01-23Remove false positives for warnings that break LTO profiledMartin Liska4-4/+22
2015-01-23Make fopenacc an LTO optionTom de Vries2-1/+6
2015-01-23Make fopenmp an LTO optionTom de Vries2-1/+5
2015-01-23In gcc/fortran/ fixed some cosmetics.Andre Vehreschild3-5/+12
2015-01-23diagnostic-core.h (internal_error_no_backtrace): New prototype.Jakub Jelinek2-0/+7
2015-01-23re PR fortran/60922 (Memory leak with allocatable CLASS components)Janus Weil2-1/+7
2015-01-23re PR fortran/64726 ([OpenACC] ICE with -fopenacc and reduction(+:a))Tobias Burnus2-1/+7
2015-01-23re PR fortran/61933 (Inquire on internal units)Jerry DeLisle3-22/+142
2015-01-21re PR fortran/57023 (Not packing arrays with changing variable used for size)Thomas Koenig2-3/+41
2015-01-18[multiple changes]Paul Thomas7-29/+266
2015-01-18correct PR numbers on previous commitPaul Thomas1-1/+1
2015-01-18re PR fortran/64578 ([OOP] Seg-fault and ICE with unlimited polymorphic array...Paul Thomas2-2/+16
2015-01-18re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array)Paul Thomas4-5/+35
2015-01-17re PR fortran/64578 ([OOP] Seg-fault and ICE with unlimited polymorphic array...Paul Thomas3-49/+64
2015-01-17re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Andre Vehreschild6-26/+186
2015-01-17re PR fortran/60334 (Segmentation fault on character pointer assignments)Andre Vehreschild3-9/+44
2015-01-16re PR fortran/45290 ([F08] pointer initialization)Janus Weil2-2/+8
2015-01-15openmp.c (check_symbol_not_pointer, [...]): Replace '%s' by %qs.Tobias Burnus2-23/+29
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge23-373/+3428
2015-01-15re PR fortran/58023 ([F03] ICE on invalid with bad PPC declaration)Janus Weil2-14/+44