aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-04-15trans-io.c (set_string): Use fold_build2 and build_int_cst instead of build2 ...Roger Sayle2-2/+7
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2-1/+6
2006-04-08gfortran.texi: Fix typos.Kazu Hirata5-8/+14
2006-04-06dependency.c (get_no_elements): Delete function.Roger Sayle2-126/+141
2006-04-05Correct PR number in ChangeLogs.H.J. Lu1-1/+1
2006-04-04re PR fortran/25619 (temporary array of constant size character type goes wrong)H.J. Lu2-15/+35
2006-04-03re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas7-25/+109
2006-04-02trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th...Erik Edelmann4-10/+22
2006-04-01re PR fortran/25270 (testcases fail with a type mismatch)Roger Sayle2-7/+17
2006-04-01dependency.c (gfc_is_inside_range): Delete.Roger Sayle2-46/+106
2006-04-01dependency.c (gfc_dep_compare_expr): Strip parentheses and unary plus operato...Roger Sayle2-14/+142
2006-04-01re PR fortran/25358 (vector assignment to assumed-size Cray Pointee error)Asher Langton2-1/+6
2006-03-31re PR fortran/21130 (38822 lines of Fortran 90 takes more than 10 minutes to ...Paul Thomas2-6/+13
2006-03-30re PR middle-end/22375 (fold_builtins creates mis-matched types)Roger Sayle2-1/+10
2006-03-30Makefile.in: Rename docdir to gcc_docdir.Carlos O'Donell2-1/+5
2006-03-28intrinsic.texi: s/floor/float in previous commit.Steven G. Kargl2-1/+5
2006-03-28re PR fortran/26779 (Internal module procedure may not have private type dumm...Paul Thomas2-3/+13
2006-03-27io.c (check_io_constraints): Don't look at dt->advance->value.charater.string...Jakub Jelinek2-10/+18
2006-03-27f95-lang.c (gfc_get_alias_set): New function.Jakub Jelinek2-0/+26
2006-03-26re PR fortran/26816 ([4.1 only] FLOAT Intrinsic does not work with Integer Ha...Steven G. Kargl3-1/+43
2006-03-25re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig2-4/+24
2006-03-25dependency.c (gfc_check_dependency): Improve handling of pointers...Roger Sayle2-20/+40
2006-03-25gfortran.h (gfc_symbol): Add a new "forall_index" bit field.Roger Sayle4-2/+110
2006-03-22re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt2-1/+6
2006-03-22[multiple changes]Thomas Koenig6-2/+64
2006-03-22re PR fortran/17298 (gfortran ICE: Not Implemented: Scalarization of non-elem...Paul Thomas2-3/+242
2006-03-21options.c (gfc_init_options): Initialize flag_argument_noalias to 3.Toon Moene2-1/+9
2006-03-20re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.))Thomas Koenig2-6/+151
2006-03-19Correct error in PR numberPaul Thomas1-1/+1
2006-03-19re PR fortran/26716 (gfortran: incorrect choice of overloaded function)Paul Thomas3-9/+22
2006-03-17gfortran.h (gfc_equiv_info): Add length field.Roger Sayle4-8/+40
2006-03-15re PR fortran/19101 (missing & in character continuation not caught)Jerry DeLisle6-7/+54
2006-03-14re PR fortran/18537 (no warning about tabs with std=f95 option)Steven G. Kargl6-18/+83
2006-03-13re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)Paul Thomas2-22/+16
2006-03-13trans-openmp.c (gfc_trans_omp_variable): Handle references to parent result.Jakub Jelinek3-30/+48
2006-03-13trans-decl.c (gfc_get_fake_result_decl): Re-add setting of GFC_DECL_RESULT flag.Jakub Jelinek2-0/+6
2006-03-11dependency.c (gfc_dep_compare_expr): Allow unary and binary operators to comp...Roger Sayle2-10/+68
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann7-27/+63
2006-03-09trans-expr.c (gfc_add_interface_mapping): Copy 'allocatable' attribute from s...Erik Edelmann2-2/+10
2006-03-09re PR fortran/26257 (internal compiler error: Segmentation fault, on function...Paul Thomas4-7/+25
2006-03-07Corrected dates in recent ChangeLog entries in fortran/Changelog andErik Edelmann1-1/+1
2006-03-06trans-array.c (gfc_trans_dealloc_allocated): New function.Paul Thomas4-14/+50
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas8-56/+150
2006-03-06simplify.c (gfc_simplify_verify): Fix return when SET=''.Steven G. Kargl2-2/+6
2006-03-05re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))Erik Edelmann6-9/+95
2006-03-04dependency.c (gfc_check_element_vs_element): Revert last change.Roger Sayle2-7/+5
2006-03-03dependency.c (gfc_check_element_vs_element): Consider two unordered scalar su...Roger Sayle2-1/+12
2006-03-03dependency.c (gfc_check_dependency): Call gfc_dep_resolver to check whether t...Roger Sayle2-31/+32
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig6-21/+65
2006-03-02trans-stmt.c (generate_loop_for_temp_to_lhs): Add an additional INVERT argume...Roger Sayle2-81/+161