aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2012-09-30re PR fortran/54667 ([OOP] gimplification failure with c_f_pointer)Janus Weil3-21/+36
2012-09-24Add missing PR to the ChangeLogTobias Burnus1-0/+1
2012-09-24re PR fortran/54618 ([OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPT...Tobias Burnus2-1/+7
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl3-4/+8
2012-09-23re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus6-12/+58
2012-09-22re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Thomas Koenig2-21/+18
2012-09-20re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus2-2/+9
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2-9/+7
2012-09-17re PR fortran/54608 (Wrong-code with SCAN and VERIFY)Tobias Burnus2-2/+10
2012-09-17re PR fortran/54285 ([F03] Calling a PPC with proc-ptr result)Janus Weil3-5/+20
2012-09-17re PR fortran/54603 ([F03] Wrong code with structure constructor for proc-poi...Tobias Burnus2-2/+14
2012-09-17error.c (error_print): Move increment out of the assert.Tobias Burnus5-7/+19
2012-09-17re PR fortran/54594 ([OOP] Type-bound ASSIGNMENTs (elemental + array version)...Janus Weil2-1/+7
2012-09-16re PR fortran/54594 ([OOP] Type-bound ASSIGNMENTs (elemental + array version)...Janus Weil2-4/+13
2012-09-16re PR fortran/54387 ([F03] Wrongly accepts non-proc result variable on the RH...Janus Weil2-0/+15
2012-09-16trans-decl.c (gfc_generate_function_code): Fix gfc_option.coarray check.Tobias Burnus3-2/+9
2012-09-16symbol.c (gfc_undo_symbols): Correctly undo namelists.Mikael Morin2-1/+5
2012-09-15trans-io.c (gfc_trans_transfer): Add an assert.Tobias Burnus2-0/+5
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus8-55/+82
2012-09-15match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus6-24/+52
2012-09-13re PR fortran/54556 (Marking implicitly pure variables as DECL_PURE_P leads t...Tobias Burnus2-6/+15
2012-09-12re PR fortran/54225 (fortran compiler segfault processing ' print *, A(1,*) ')Tobias Burnus2-4/+16
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+2
2012-09-07re PR fortran/54208 (compilation error for ubound construct in PARAMETER stat...Mikael Morin2-0/+9
2012-09-06re PR rtl-optimization/54455 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek1-1/+1
2012-09-062012-09-06 Tobias BurnusTobias Burnus2-4/+9
2012-09-05re PR fortran/54462 (Another "segmentation fault" after an error in COMMON st...Tobias Burnus2-4/+11
2012-09-04re PR fortran/54435 (ICE with SELECT TYPE on a non-CLASS object)Janus Weil2-2/+9
2012-09-03re PR fortran/54467 (f951: internal compiler error: in gfc_add_component_ref,...Tobias Burnus2-1/+7
2012-09-03class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_fin...Tobias Burnus2-1/+9
2012-09-03class.c (finalize_component): Fixes to the comment.Tobias Burnus2-2/+6
2012-09-03[multiple changes]Tobias Burnus6-13/+778
2012-09-02re PR fortran/54426 (FAIL: gfortran.dg/common_6.f90 -O (internal compiler e...Tobias Burnus2-0/+41
2012-08-28re PR fortran/54389 ([F2003/F2008 difference] PURE functions and pointer dumm...Tobias Burnus2-2/+9
2012-08-28re PR fortran/54382 (gfortran show_locus: Invalid read of size 4)Tobias Burnus2-0/+6
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus3-3/+18
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus2-0/+6
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus3-1/+14
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus3-2/+10
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus2-0/+11
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus8-11/+38
2012-08-27re PR fortran/54370 (error: non-trivial conversion in unary operation)Tobias Burnus2-1/+7
2012-08-27options.c (set_Wall): Don't set for -Wcompare-reals.Tobias Burnus3-3/+7
2012-08-24dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RE...Simon Baldwin2-1/+5
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus7-229/+213
2012-08-23tree.c (copy_node_stat): Clear DECL_STRUCT_FUNCTION.Jakub Jelinek2-4/+10
2012-08-22trans-expr.c (gfc_copy_class_to_class, [...]): Free loop and ss data.Tobias Burnus3-0/+10
2012-08-21parse.c (parse_contained): Include EXEC_END_PROCEDURE in ns->code to make sur...Tobias Burnus2-0/+6
2012-08-20re PR fortran/54301 (Add optional warning if pointer assigning a local variab...Tobias Burnus2-0/+7
2012-08-20re PR fortran/54301 (Add optional warning if pointer assigning a local variab...Tobias Burnus6-3/+63