aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-02re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosi...Thomas Koenig1-0/+31
2013-01-28re PR fortran/53537 (Explicit IMPORT of renamed USE-associated symbol fails)Tobias Burnus1-29/+5
2013-01-12re PR fortran/55868 (gfortran generates for CLASS(*) __m_MOD___vtab__$tar o...Paul Thomas1-88/+88
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-07re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus1-3/+3
2013-01-04class.c (gfc_find_intrinsic_vtab): Add _final component.Tobias Burnus1-1/+1
2013-01-04re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus1-5/+33
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-1/+33
2012-11-26re PR fortran/54997 (-Wunused-function gives false warnings)Janus Weil1-2/+0
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-2/+3
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus1-1/+0
2012-08-14decl.c (match_ppc_decl): Copy the procedure interface's symbol as procedure i...Mikael Morin1-0/+1
2012-07-31re PR fortran/42418 (PROCEDURE: Rejects interface which is both specific and ...Janus Weil1-27/+6
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus1-2/+2
2012-07-21re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-6/+17
2012-07-20decl.c (gfc_verify_c_interop_param): Allow assumed-shape with -std=f2008ts.Tobias Burnus1-23/+9
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+3
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-40/+40
2012-07-17re PR fortran/53985 (-Wno-c-binding-type still prints a warning)Tobias Burnus1-2/+2
2012-07-17re PR fortran/52101 (Obsolescence warning for non-obs. feature character name...Tobias Burnus1-5/+6
2012-07-17re PR fortran/49265 (Double colon in procedure-stmt (generic interface))Tobias Burnus1-0/+14
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-06-13re PR fortran/53597 (F95/F2003 constraint no longer triggers: un-SAVED defaul...Tobias Burnus1-2/+3
2012-05-30re PR c/53502 (Bootstrap broken with --disable-build-poststage1-with-cxx)Tobias Burnus1-3/+2
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-9/+9
2012-05-06re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Tobias Burnus1-1/+4
2012-03-12re PR fortran/52542 (Procedure with a Bind (C) named interface does not inher...Tobias Burnus1-0/+7
2012-03-03lang.opt (Wc-binding-type): New flag.Tobias Burnus1-3/+3
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-4/+26
2012-01-31re PR fortran/52024 ([OOP] GENERIC operator cannot be resolved)Tobias Burnus1-0/+2
2012-01-29PR 51808 Constify binding_label.Janne Blomqvist1-4/+5
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist1-29/+27
2012-01-16re PR fortran/48426 ([patch] Quad precision promotion)Zydrunas Gimbutas1-3/+57
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-29/+150
2011-10-18re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil1-8/+14
2011-10-15gfortran.texi (Fortran 2008 status, [...]): Update implementation status, cha...Tobias Burnus1-1/+1
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+2
2011-08-14re PR fortran/50073 (gfortran must not accept function name when result name ...Janus Weil1-10/+32
2011-06-18re PR fortran/49400 ([F08] Proc-pointer declaration in BLOCK construct)Janus Weil1-0/+1
2011-06-02re PR fortran/37039 (Cray pointer with pointee DIMENSION statement after POIN...Asher Langton1-3/+4
2011-06-02re PR fortran/49265 (Double colon in procedure-stmt (generic interface))Steven G. Kargl1-1/+16
2011-05-29re PR fortran/45786 (Relational operators .eq. and == are not recognized as e...Thomas Koenig1-0/+11
2011-05-06re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-4/+13
2011-04-30re PR fortran/48800 (ICE with non-allocatable/pointer deferred-shape array)Tobias Burnus1-1/+1
2011-04-26decl.c (gfc_match_end): Check that the block name starts with "block@".Thomas Koenig1-1/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-11/+11
2011-03-29re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil1-2/+4
2011-02-16re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil1-6/+12
2011-02-12class.c (gfc_build_class_symbol): Reject polymorphic arrays.Janus Weil1-5/+8
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-1/+7