aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-18re PR fortran/16465 (parser chokes with ffixed-line-length-7)Tobias Schlüter4-22/+81
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers2-0/+6
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2-1/+3
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter5-18/+142
2004-07-15re PR fortran/13792 (lbound/ubound generates internal compiler error)Tobias Schlüter2-3/+6
2004-07-15re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM...Tobias Schlüter2-1/+3
2004-07-15re PR fortran/15129 (assumed size characters passed to subroutines incorrect)Tobias Schlüter2-1/+25
2004-07-15re PR fortran/15324 (segfault / ICE with array of assumed length characters)Tobias Schlüter1-1/+1
2004-07-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter2-3/+27
2004-07-12expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook7-140/+78
2004-07-11re PR fortran/15986 (Forward referenced procedure not handled correctly)Paul Brook2-1/+11
2004-07-11re PR fortran/15754 (Accepts assignment of the form P = NULL())Tobias Schlüter1-0/+4
2004-07-11Revert accidental commitTobias Schlüter2-8/+0
2004-07-11re PR fortran/16433 (wrong hexadecimal constant warning)Tobias Schlüter3-1/+14
2004-07-11re PR fortran/16433 (wrong hexadecimal constant warning)Tobias Schlüter2-8/+18
2004-07-11re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2-6/+15
2004-07-11re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2-2/+9
2004-07-11re PR fortran/16455 (print the location of a missing module fatal error)Tobias Schlüter1-1/+1
2004-07-11re PR fortran/16455 (print the location of a missing module fatal error)Tobias Schlüter2-2/+8
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers2-38/+25
2004-07-11trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in comm...Tobias Schlüter2-2/+12
2004-07-10trans-array.c (gfc_build_null_descriptor): New function.Paul Brook4-31/+48
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter8-43/+83
2004-07-11re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter2-11/+3
2004-07-10* parse.c (decode_statement): Fix matching of BLOCK DATA.Tobias Schlüter2-1/+3
2004-07-10re PR fortran/15969 (ICE and assertion failure in trans-expr.c)Tobias Schlüter2-7/+28
2004-07-10re PR fortran/16336 (ICE with common block in module)Tobias Schlüter2-1/+4
2004-07-10expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.Tobias Schlüter2-28/+36
2004-07-10trans-common.c: Fix whitespace issues, make variable names more readable.Tobias Schlüter2-113/+120