aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2004-08-26check.c (gfc_check_atan2): New function.Tobias Schlüter4-1/+20
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson9-101/+74
2004-08-26expr.c (gfc_check_assign): Add comment.Tobias Schlüter3-0/+22
2004-08-25config-lang.in: Remove dead commented line.Paul Brook3-3/+6
2004-08-25re PR fortran/17190 (MPFR semantics for mpfr_get_z_exp changed)Paul Brook2-3/+11
2004-08-25re PR fortran/17144 (Not Implemented: Character string array constructors / A...Paul Brook8-60/+238
2004-08-25trans.h (build2_v, build3_v): New macros.Tobias Schlüter12-460/+525
2004-08-25trans-const.c (gfc_conv_mpz_to_tree): Change call to build_int_cst to build_i...Tobias Schlüter2-1/+7
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell9-31/+49
2004-08-24trans-decl.c, [...]: Add and remove blank lines as required.Tobias Schlüter3-4/+7
2004-08-24* trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning.Richard Henderson2-5/+10
2004-08-24resolve.c (merge_argument_lists): Revert unintentionally committed change.Tobias Schlüter2-4/+5
2004-08-24* resolve.c (resolve_entries): Fix a bunch of comment typos.Tobias Schlüter2-5/+17
2004-08-24trans-decl.c (build_function_decl): Fix spelling in comment.Tobias Schlüter1-7/+1
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-8/+13
2004-08-24* trans-types.c: Spelling and formatting fixes.Tobias Schlüter2-12/+16
2004-08-23trans-const.c (gfc_conv_mpz_to_tree): Use mpz_getlimbn instead of going throu...Richard Henderson2-49/+46
2004-08-24defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher2-82/+61
2004-08-23re PR fortran/13465 (Data statement for large arrays compiles verrrry sllloww...Richard Henderson5-25/+240
2004-08-22* trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.Tobias Schlüter4-58/+73
2004-08-22check.c (gfc_check_reduction): Rename to ...Tobias Schlüter4-15/+52
2004-08-20Trivial spelling typo fix.Paul Brook1-1/+1
2004-08-20re PR fortran/17077 (adjustable size arrays crash)Paul Brook3-7/+19
2004-08-20re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF follow...Tobias Schlüter2-19/+179
2004-08-20Commit previously forgotten ChangeLog diffs for this patch:Erik Schnetter1-0/+15
2004-08-19re PR fortran/17091 (gfortran MAIN__ symbol not marked TREE_PUBLIC)Paul Brook3-32/+8
2004-08-19re PR fortran/14976 (.space is wrong)Paul Brook2-90/+88
2004-08-19re PR fortran/16946 (sum (array, mask) is not accepted)Erik Schnetter5-69/+91
2004-08-18* trans-types.c (gfc_sym_type): Use pointer types for optional args.Paul Brook2-1/+12
2004-08-18re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman2-50/+116
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook16-176/+669
2004-08-15re PR fortran/17030 (gfortran does not optimize ABS of complex that well)Andrew Pinski5-31/+47
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell9-50/+56
2004-08-14* trans-decl.c (gfc_build_function_decl): Remove dead code.Paul Brook2-116/+116
2004-08-14* trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.Paul Brook2-1/+4
2004-08-13gfortran.h: Add comments.Tobias Schlüter5-10/+54
2004-08-11Fix comment typoGiovanni Bajo1-1/+1
2004-08-11[multiple changes]Paul Brook2-0/+7
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson4-33/+23
2004-08-10trans-io.c (transfer_expr): Handle pointters.Paul Brook2-1/+9
2004-08-09re PR fortran/16919 (ICE with derived type and array constructor)Paul Brook4-30/+275
2004-08-08simplify.c (gfc_simplify_shape): Bugfix.Victor Leikehman5-8/+88
2004-08-06intrinsic.c (add_subroutines): Add getenv and get_environment_variable.Janne Blomqvist4-4/+74
2004-08-06f95-lang.c (gfc_init_builtin_functions): Fix the number of __builtin_pow[f] a...Feng Wang2-2/+7
2004-08-06arith.c: Add #define for model numbers.Steven G. Kargl14-1334/+890
2004-08-06trans-array.c (gfc_trans_allocate_array_storage, [...]): For functions...Paul Brook3-68/+198
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating4-10/+10
2004-08-01options.c (gfc_init_options): Don't warn about the use GNU extensions by defa...Roger Sayle2-3/+14
2004-07-30gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson2-2/+16
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson2-0/+10