summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
Commit message (Expand)AuthorAgeFilesLines
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-17/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* trans-expr.c (gfc_conv_function_call): Return int instead of void.Jakub Jelinek2005-06-131-6/+18
* trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor...Richard Henderson2005-06-121-12/+3
* trans-expr.c (gfc_conv_variable): POINTER results don't need f2c calling conv...Tobias Schlüter2005-06-121-4/+1
* trans-expr.c (gfc_conv_variable): Clean up bracketting.Paul Thomas2005-06-011-13/+14
* re PR fortran/18109 (ICE with explicit array of strings)Paul Thomas2005-05-311-1/+4
* * trans-expr.c: Fix comment typos.Kazu Hirata2005-05-301-2/+2
* * trans-expr.c: Remove trailing ^M.Kazu Hirata2005-05-301-51/+51
* re PR fortran/16939 (Pointers not passed as subroutine arguments)Paul Thomas2005-05-291-38/+106
* resolve.c (resolve_symbol): Copy 'pointer' and 'dimension' attribute from res...Tobias Schlüter2005-05-111-1/+1
* re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter2005-05-111-4/+31
* [multiple changes]Jakub Jelinek2005-04-291-10/+34
* trans-expr.c (gfc_conv_expr_present): Fix broken assert.Paul Brook2005-04-291-2/+3
* convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher2005-03-231-8/+7
* re PR fortran/19673 (pointer function with RESULT specified returns pointer t...Tobias Schlüter2005-03-041-1/+2
* gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter2005-02-231-20/+20
* data.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-1/+1
* * trans-expr.c (gfc_conv_function_call): Remove bogus TODO.Paul Brook2005-01-221-1/+1
* arith.c, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-2/+0
* trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimi...Andrew Pinski2004-12-271-1/+2
* re PR fortran/18375 (ICE when compiling spec benchmark fma3d)Paul Brook2004-11-101-2/+2
* arith.c, [...]: Fix comment formatting.Kazu Hirata2004-11-081-1/+1
* trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.Tobias Schlüter2004-10-041-0/+47
* re PR fortran/17615 (Internal compiler error using interface procedures)Tobias Schlüter2004-09-241-2/+2
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* array.c, [...]: Fix comment typos.Kazu Hirata2004-09-161-1/+1
* data.c, [...]: Fix comment typos.Kazu Hirata2004-09-141-2/+2
* array.c: Don't include assert.h.Paul Brook2004-09-081-67/+58
* trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2004-08-311-12/+12
* Make-lang.in (fortran/f95-lang.o): Update dependencies.Richard Henderson2004-08-301-0/+3
* expr.c (gfc_check_assign): Add comment.Tobias Schlüter2004-08-261-0/+7
* re PR fortran/17144 (Not Implemented: Character string array constructors / A...Paul Brook2004-08-251-6/+6
* trans.h (build2_v, build3_v): New macros.Tobias Schlüter2004-08-251-36/+36
* * trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.Tobias Schlüter2004-08-221-32/+39
* re PR fortran/16919 (ICE with derived type and array constructor)Paul Brook2004-08-091-17/+221
* trans-array.c (gfc_trans_allocate_array_storage, [...]): For functions...Paul Brook2004-08-061-17/+25
* gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson2004-07-301-2/+11
* expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook2004-07-121-22/+44
* trans-array.c (gfc_build_null_descriptor): New function.Paul Brook2004-07-101-22/+17
* re PR fortran/15969 (ICE and assertion failure in trans-expr.c)Tobias Schlüter2004-07-101-7/+24
* Make sure types in assignments are compatible.Steven Bosscher2004-06-291-25/+38
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-1/+1
* re PR fortran/12841 (passing null to a subroutine)Tobias Schlüter2004-06-121-2/+4
* trans-expr.c (gfc_conv_cst_int_power): Compute x**(-n) by converting it to (1...Toon Moene2004-06-091-3/+4
* gfortran.h (gfc_actual_arglist): New field missing_arg_type.Tobias Schlüter2004-06-041-1/+1
* re PR fortran/15620 (Statement functions and optimization cause IC)Paul Brook2004-05-301-37/+74
* f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.Feng Wang2004-05-191-160/+202
* Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter2004-05-141-12/+12