aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23decl.c: Fix comment typos.Ondřej Bílka1-1/+1
2013-07-15re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-0/+96
2013-06-07re PR fortran/57556 ([OOP] ICE with move_alloc on polymorphic component with ...Tobias Burnus1-1/+1
2013-06-06re PR fortran/57542 ([OOP] ICE on FINALization with specific options)Tobias Burnus1-2/+4
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-128/+221
2013-03-312013-03-31 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-7/+16
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04trans.c (gfc_build_final_call): New function.Tobias Burnus1-1/+111
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-17/+23
2012-10-27trans.c (gfc_allocate_allocatable): Revert accidental commit.Thomas Koenig1-16/+12
2012-10-21re PR fortran/54465 (Implement -Wextra for Fortran)Thomas Koenig1-12/+16
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-0/+1
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-1/+0
2012-05-31re PR fortran/53521 (Memory leak with zero-sized array constructor)Tobias Burnus1-13/+1
2012-03-06f95-lang.c (yyerror, yylex): Remove.Steven Bosscher1-4/+4
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-25/+119
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-3/+25
2011-10-18re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)Mikael Morin1-1/+8
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-11/+15
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+4
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin1-0/+1
2011-08-02trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...Tobias Burnus1-10/+11
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+1
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera1-63/+50
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-86/+102
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-3/+1
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus1-2/+5
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-16/+36
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+5
2011-06-09trans.c (gfc_allocate_array_with_status): Mark error path as unlikely.Richard Guenther1-3/+4
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-6/+11
2011-05-29re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+1
2011-05-19re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+7
2011-05-04remove gfc_chainon_listNathan Froyd1-13/+0
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-3/+3
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-5/+17
2011-02-23re PR fortran/40850 (double free in nested types with allocatable components)Mikael Morin1-1/+12
2010-12-15Better error message for malloc() failureJanne Blomqvist1-4/+4
2010-12-15PR 28105 Remove size<0 checks before calling malloc/reallocJanne Blomqvist1-70/+10
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-10-26re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala...Janus Weil1-0/+97
2010-10-15re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-24/+45
2010-10-06trans.c (gfc_restore_backend_locus): New function.Mikael Morin1-3/+14
2010-10-04f95-lang.c (current_translation_unit): New global variable.Richard Guenther1-2/+0
2010-09-10re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-4/+6
2010-09-03re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-98/+118
2010-08-07interface.c (compare_actual_formal): Use XALLOCAVEC instead of alloca.Nathan Froyd1-1/+1
2010-07-29re PR fortran/45004 ([OOP] Segfault with allocatable scalars and move_alloc)Janus Weil1-5/+9
2010-07-27re PR fortran/40873 (-fwhole-file -fwhole-program: Wrong decls cause too much...Tobias Burnus1-1/+1