aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-07re PR fortran/57549 (Bogus error with array constructor with derived-type typ...Tobias Burnus1-4/+4
2013-05-20re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-18/+0
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus1-2/+9
2013-04-14re PR fortran/56816 (ICE in delete_root)Mikael Morin1-7/+4
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-102/+79
2013-04-04re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil1-4/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04re PR fortran/55172 ([OOP] gfc_variable_attr(): Bad array reference in SELECT...Paul Thomas1-4/+19
2012-12-21re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Paul Thomas1-0/+3
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-54/+132
2012-11-26re PR fortran/54881 ([OOP] ICE in fold_convert_loc, at fold-const.c:2016)Janus Weil1-76/+29
2012-10-04expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus1-1/+4
2012-09-15match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus1-8/+12
2012-09-04re PR fortran/54435 (ICE with SELECT TYPE on a non-CLASS object)Janus Weil1-2/+2
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus1-0/+1
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-1/+1
2012-08-14re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus1-2/+2
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-22/+22
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-06-08re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object...Janus Weil1-22/+22
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-2/+2
2012-05-23re PR fortran/51055 (deferred length character allocation: allocate(character...Tobias Burnus1-0/+3
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas1-40/+155
2012-03-28re PR fortran/52652 (call to gfc_match_asynchronous for allocatable at parse....Paul Thomas1-3/+3
2012-02-17re PR translation/52232 (translatable string typos: "conindexed" (should be "...Tobias Burnus1-2/+2
2012-01-29PR 51808 Constify binding_label.Janne Blomqvist1-1/+1
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist1-24/+23
2012-01-27re PR fortran/51953 ([F2008] Allow multiple allocate-objects in ALLOCATE with...Tobias Burnus1-6/+5
2011-12-19re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus1-5/+14
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-1/+39
2011-12-03re PR fortran/48887 ([OOP] SELECT TYPE: Associate name shall not be a pointe...Tobias Burnus1-6/+1
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-0/+3
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-433/+552
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-6/+196
2011-05-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+7
2011-05-21re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil1-1/+5
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-7/+7
2011-02-16re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil1-5/+2
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-2/+3
2011-01-26re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus1-7/+0
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-7/+7
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-2/+18
2010-12-30re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...Janus Weil1-1/+1
2010-12-11re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle1-8/+9
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-2/+2
2010-11-022010-11-02 Steven G.Steven G. Kargl1-4/+24
2010-11-01re PR fortran/46152 ([F03] ALLOCATE with type-spec fails for intrinsic types)Steven G. Kargl1-40/+37
2010-10-21re PR fortran/46060 ([F03] procedure pointer component referenced without arg...Janus Weil1-0/+5
2010-09-23re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-16/+2
2010-09-03re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)Daniel Kraft1-9/+44