aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2010-05-14trans.c (trans_code): Set backend locus early.Jakub Jelinek3-2/+10
2010-05-13re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke7-22/+26
2010-05-13re PR fortran/44036 (I can't declare an external function in an OMP shared st...Jakub Jelinek3-2/+25
2010-05-11re PR fortran/43711 (Unformitive error message for two NOWAIT in OpenMP direc...Daniel Franke2-8/+47
2010-05-11re PR fortran/31820 (Warning if case label value exceeds maximum value for type)Daniel Franke2-7/+39
2010-05-10re PR fortran/27866 (Warn when casting, e.g. assigning a double precision to ...Daniel Franke2-2/+42
2010-05-10re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil3-10/+26
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2-12/+56
2010-05-07re PR fortran/40728 (Bogus error "Error: Can't convert UNKNOWN to REAL(8) at ...Daniel Franke2-11/+15
2010-05-07* g++.dg/cpp0x/nullptr20.C: Use sprintf.Jason Merrill1-0/+5
2010-05-06Add support for C++0x nullptr.Jason Merrill1-4/+4
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez3-3/+10
2010-05-06re PR fortran/43985 (ICE when assumed size cray-pointee passed as argument)Tobias Burnus2-3/+12
2010-05-05resolve.c (traverse_data_list): Rephrase error message for non-constant bound...Daniel Franke2-7/+14
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke8-205/+49
2010-05-05re PR fortran/43696 ([OOP] Bogus error: Passed-object dummy argument must not...Janus Weil3-2/+21
2010-05-03re PR fortran/43592 (Unexpected INTERFACE statement in INTERFACE block at (1))Steven G. Kargl2-2/+7
2010-05-02re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-37/+75
2010-04-302010-04-30 Tobias Burnus Mburnus@net-b.de>Tobias Burnus2-5/+10
2010-04-29[multiple changes]Paul Thomas14-443/+780
2010-04-28re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-0/+13
2010-04-27gfc-internals.texi: Update copyright year.Tobias Burnus4-3/+9
2010-04-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus6-40/+98
2010-04-24re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl2-1/+8
2010-04-24re PR fortran/43832 (OPEN statement not diagnosing missing unit number)Jerry DeLisle2-2/+11
2010-04-24re PR fortran/43841 (Missing temporary for ELEMENTAL function call)Paul Thomas4-7/+23
2010-04-22re PR fortran/43829 (Scalarization of reductions)Richard Guenther3-4/+27
2010-04-21re PR fortran/43836 (ice with -fexceptions and -fopenmp)Jakub Jelinek2-1/+8
2010-04-20intrinsic.c (sort_actual): Remove 'is' in error message.Harald Anlauf2-1/+5
2010-04-20re PR fortran/43227 (ICE: segmentation fault in mio_expr)Paul Thomas3-4/+28
2010-04-19re PR fortran/43339 (Incorrect output for pgm checking data sharing attributes)Jakub Jelinek2-15/+20
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2-8/+13
2010-04-17re PR fortran/31538 (misleading bounds check error)Steven G. Kargl4-11/+32
2010-04-17gfortran.texi: Update information on temporary file locations.Jerry DeLisle2-2/+6
2010-04-16trans-decl.c (gfc_build_qualified_array): Ensure ubound.N and lbound.N artifi...Jakub Jelinek2-10/+31
2010-04-15re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl2-4/+9
2010-04-15trans-decl.c (gfc_build_qualified_array): Clear DECL_IGNORED_P on VAR_DECL LB...Jakub Jelinek2-11/+15
2010-04-14Add ChangeLog entry for my previous commit.Steven G. Kargl1-0/+8
2010-04-14intrinsic.texi: Add the missing specific name of intrinsic procedure where th...Steven G. Kargl1-60/+147
2010-04-14re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus9-16/+838
2010-04-14re PR fortran/43747 (ICE in find_array_section, at fortran/expr.c:1551)Jerry DeLisle3-2/+20
2010-04-13re PR other/31400 (enable static linking of support libraries through -static...Iain Sandoe2-2/+10
2010-04-13[multiple changes]Jerry DeLisle32-2618/+2549
2010-04-10re PR fortran/43591 (PPC: internal compiler error: in gfc_traverse_expr, at f...Tobias Burnus2-1/+15
2010-04-09re PR bootstrap/43684 (multiple 'set but not used' errors.)Iain Sandoe2-2/+17
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus13-93/+821
2010-04-09re PR fortran/28039 (Warn when ignoring extra characters in the format specif...Bud Davis2-7/+32
2010-04-08module.c (use_iso_fortran_env_module): Fix standard check.Tobias Burnus2-4/+12
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2-30/+15
2010-04-07PR fortran/40539 Document LOGICAL representationJanne Blomqvist2-6/+37