aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2013-02-24resolve.c (generate_component_assignments): Don't use UTF-8 ligature in diagn...Joseph Myers2-1/+6
2013-02-21re PR fortran/56385 ([OOP] ICE with allocatable function result in a procedur...Janus Weil2-3/+10
2013-02-21re PR fortran/56416 (texinfo 5: Many warnings for gfortran's *.texi)Tobias Burnus3-101/+109
2013-02-15re PR fortran/56318 (Wrong result with MATMUL of PARAMETER)Tobias Burnus2-3/+10
2013-02-15re PR fortran/53818 (-finit-local-zero -fno-automatic: Function result cannot...Tobias Burnus2-2/+9
2013-02-14re PR fortran/56224 (gfortran -fopenmp cannot find omp_lib.h)Thomas Koenig4-7/+28
2013-02-14revert: [multiple changes]Tobias Burnus2-3/+20
2013-02-12re PR fortran/46952 ([OOP] Spurious "recursive call" error with type bound pr...Janus Weil2-19/+27
2013-02-09re PR fortran/55362 (ICE with size() on character pointer)Paul Thomas2-2/+8
2013-02-08re PR fortran/54107 ([F03] Memory hog with abstract interface)Mikael Morin2-8/+32
2013-02-07re PR fortran/54339 (Update gfortran manual for GCC 4.8's TS29113 changes)Tobias Burnus2-23/+112
2013-02-06re PR fortran/55789 (Needless realloc with array constructor.)Paul Thomas2-3/+6
2013-02-04re PR fortran/56008 ([F03] wrong code with lhs-realloc on assignment with der...Paul Thomas2-0/+43
2013-02-04re PR fortran/54195 ([OOP] IMPORT fails with GENERIC TBP: "is already present...Mikael Morin2-1/+7
2013-02-04re PR fortran/54107 ([F03] Memory hog with abstract interface)Mikael Morin3-8/+18
2013-02-02re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosi...Thomas Koenig3-1/+46
2013-01-30re PR fortran/56138 (Deferred-length character RESULT: ICE in gfc_add_modify_...Tobias Burnus2-1/+7
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil14-316/+162
2013-01-28re PR fortran/53537 (Explicit IMPORT of renamed USE-associated symbol fails)Tobias Burnus3-39/+28
2013-01-27re PR fortran/55984 ([OOP] ICE: gfc_trans_code(): Bad statement code)Paul Thomas1-1/+1
2013-01-27[multiple changes]Paul Thomas5-4/+25
2013-01-23re PR fortran/56081 (Seg fault ICE on select with bad case)Janus Weil2-4/+23
2013-01-23re PR fortran/56052 ([OOP] ICE in omp_add_variable, at gimplify.c:5606)Jakub Jelinek2-1/+15
2013-01-23re PR target/49069 (ICE in gen_cstoredi4, at config/arm/arm.md:7554)Jakub Jelinek1-1/+2
2013-01-21re PR fortran/55919 (Bogus warning with -J directory/)Thomas Koenig2-1/+18
2013-01-17trans-stmt.c (gfc_trans_do): Conditionally compute countm1 dependent on sign ...Richard Biener2-34/+42
2013-01-16re PR fortran/55983 (ICE in find_typebound_proc_uop, at fortran/class.c:2711)Janus Weil2-5/+13
2013-01-16re PR driver/55884 (FAIL: libgomp.fortran/omp_parse3.f90 -O0 (test for exce...Jakub Jelinek3-1/+17
2013-01-16re PR fortran/52865 (GCC can't vectorize fortran loop but able to vectorize s...Jakub Jelinek2-8/+19
2013-01-15re PR fortran/54286 (Accepts invalid proc-pointer assignments involving proc-...Paul Thomas2-1/+7
2013-01-14re PR fortran/55806 (Missed optimization with ANY or ALL)Thomas Koenig2-0/+176
2013-01-13re PR fortran/55935 ([OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs w...Jakub Jelinek2-0/+8
2013-01-13re PR fortran/54286 (Accepts invalid proc-pointer assignments involving proc-...Paul Thomas2-6/+34
2013-01-12re PR fortran/55072 (Missing internal_pack leads to wrong code with derived t...Janus Weil2-8/+8
2013-01-12re PR fortran/55868 (gfortran generates for CLASS(*) __m_MOD___vtab__$tar o...Paul Thomas3-90/+97
2013-01-10Update copyright years in gcc/Richard Sandiford75-176/+77
2013-01-09re PR fortran/47203 (USE of module with same name as SUBROUTINE not reject, b...Mikael Morin2-1/+7
2013-01-09re PR fortran/55758 (LOGICAL and BIND(C): Reject kind=2/4/8/16 with -std=f200...Tobias Burnus2-0/+32
2013-01-08re PR fortran/55618 (Failures with ISO_Varying_String test suite)Paul Thomas2-1/+14
2013-01-07re PR fortran/53876 ([OOP] ICE with class array)Paul Thomas1-3/+3
2013-01-07re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus5-31/+79
2013-01-07re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at...Tobias Burnus5-143/+77
2013-01-07re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus2-5/+15
2013-01-06PR fortran/PR53876 PR fortran/PR54990 PR fortran/PR54992Paul Thomas4-77/+124
2013-01-06re PR fortran/42769 ([OOP] ICE in resolve_typebound_procedure)Mikael Morin3-4/+22
2013-01-05Add PR reference in ChangeLogsMikael Morin1-0/+1
2013-01-05re PR fortran/55827 (ICE with multiple fortran modules and character lenght d...Steven G. Kargl3-8/+31
2013-01-05class.c (finalize_component): Used passed offset expr.Tobias Burnus2-166/+594
2013-01-04trans.c (gfc_build_final_call): New function.Tobias Burnus4-7/+131
2013-01-04intrinsic.c (add_functions): New internal intrinsic function GFC_PREFIX ("str...Tobias Burnus6-0/+65