summaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus2014-03-191-15/+12
* re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil2014-02-211-3/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* re PR fortran/58185 ([OOP] ICE when selector in SELECT TYPE is non-polymorphic)Janus Weil2013-08-221-31/+11
* gfortran.h (gfc_get_code): Modified prototype.Janus Weil2013-08-091-35/+23
* match.c (gfc_match_call): Exit loop after setting i.Po-Chun Chang2013-07-291-1/+4
* [multiple changes]Tobias Burnus2013-07-171-6/+2
* re PR fortran/57549 (Bogus error with array constructor with derived-type typ...Tobias Burnus2013-06-071-4/+4
* re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus2013-05-201-18/+0
* expr.c (find_array_element): Don't copy expr.Tobias Burnus2013-04-181-2/+9
* re PR fortran/56816 (ICE in delete_root)Mikael Morin2013-04-141-7/+4
* Replace enum gfc_try with bool type.Janne Blomqvist2013-04-111-102/+79
* re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil2013-04-041-4/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* re PR fortran/55172 ([OOP] gfc_variable_attr(): Bad array reference in SELECT...Paul Thomas2013-01-041-4/+19
* re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Paul Thomas2012-12-211-0/+3
* array.c (resolve_array_list): Apply C4106.Paul Thomas2012-12-201-54/+132
* re PR fortran/54881 ([OOP] ICE in fold_convert_loc, at fold-const.c:2016)Janus Weil2012-11-261-76/+29
* expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus2012-10-041-1/+4
* match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus2012-09-151-8/+12
* re PR fortran/54435 (ICE with SELECT TYPE on a non-CLASS object)Janus Weil2012-09-041-2/+2
* re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus2012-08-271-0/+1
* gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin2012-08-141-1/+1
* re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus2012-08-141-2/+2
* re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil2012-07-171-22/+22
* gfortran.h: Do not include coretypes.h here.Steven Bosscher2012-07-081-0/+1
* re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object...Janus Weil2012-06-081-22/+22
* decl.c: Fix comment typos.Tobias Burnus2012-05-301-2/+2
* re PR fortran/51055 (deferred length character allocation: allocate(character...Tobias Burnus2012-05-231-0/+3
* re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas2012-05-051-40/+155
* re PR fortran/52652 (call to gfc_match_asynchronous for allocatable at parse....Paul Thomas2012-03-281-3/+3
* re PR translation/52232 (translatable string typos: "conindexed" (should be "...Tobias Burnus2012-02-171-2/+2
* PR 51808 Constify binding_label.Janne Blomqvist2012-01-291-1/+1
* PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist2012-01-291-24/+23
* re PR fortran/51953 ([F2008] Allow multiple allocate-objects in ALLOCATE with...Tobias Burnus2012-01-271-6/+5
* re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus2011-12-191-5/+14
* re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas2011-12-111-1/+39
* re PR fortran/48887 ([OOP] SELECT TYPE: Associate name shall not be a pointe...Tobias Burnus2011-12-031-6/+1
* re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus2011-11-161-0/+3
* re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus2011-09-081-433/+552
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-06-081-6/+196
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-05-271-0/+7
* re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil2011-05-211-1/+5
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-7/+7
* re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil2011-02-161-5/+2
* re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas2011-01-281-2/+3
* re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus2011-01-261-7/+0
* re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus2011-01-131-7/+7
* re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas2011-01-081-2/+18