aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/com.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-31com.c (ffecom_sym_transform_): Set tree type of offset to ssizetype.Jakub Jelinek1-2/+4
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-2/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-3/+4
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-4/+3
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-3/+0
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek1-2/+0
2003-07-31* com.c (ffecom_init_0): Use `dconsthalf'.Kaveh R. Ghazi1-7/+2
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-12/+9
2003-07-09re PR fortran/11301 (ICE with -fno-globals)Toon Moene1-1/+1
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-2/+2
2003-07-06bad.c: Convert () to (void) in function definitions.Andreas Jaeger1-82/+66
2003-07-05re PR fortran/11301 (ICE with -fno-globals)Toon Moene1-1/+1
2003-06-28dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.Zack Weinberg1-1/+0
2003-06-24re PR fortran/11299 (f771 ICE on line directive)Scott Snyder1-0/+2
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-3/+1
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth1-15/+0
2003-06-13com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL symbols in the glo...Richard Henderson1-2/+2
2003-06-08Make-lang.in (F77_OBJS, [...]): Update.Neil Booth1-26/+14
2003-06-08bld.c: Remove usage of FFETARGET_okCHARACTER2...Andreas Jaeger1-13/+0
2003-06-07symbol.c (ffesymbol_new_): Remove tests for macro FFECOM_symbolHOOK.Andreas Jaeger1-4/+0
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-2/+4
2003-06-01lex.c (ffelex_file_fixed): Remove usage of REDUCE_CARD_SIZE_AFTER_BIGGY.Andreas Jaeger1-41/+8
2003-05-31com.c (ffecom_init_0): Define built-in functions for tan and atan.Roger Sayle1-0/+14
2003-05-22com.c (ffecom_sym_transform_): Error out on unallocatable storage after type ...Bud Davis1-5/+5
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-1/+1
2003-05-12com.c (ffecom_init_0): Define built-in functions for atan2, exp, floor, fmod,...Roger Sayle1-25/+75
2003-05-08re PR fortran/8485 (g77 doesn't accept INTEGER*8 constant in PARAMETER multip...Roger Sayle1-6/+27
2003-05-03com.c (ffecom_do_entry_): Use location_t and input_location directly.Nathan Sidwell1-23/+14
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-22/+22
2003-04-17re PR c/10375 (Function-local external decls of builtins don't get attributes)Roger Sayle1-0/+2
2003-04-14builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle1-0/+2
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-9/+9
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell1-2/+2
2003-03-22com.c (ffecom_constantunion_with_type): New function.Bud Davis1-0/+72
2003-03-10* com.c (duplicate_decls): Synchronize with C's duplicate_decls.Roger Sayle1-4/+1
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-8/+19
2003-01-12com.c (ffecom_convert_narrow_, [...]): Convert to ISO C style function defini...Kaveh R. Ghazi1-57/+24
2002-10-30fold-const.c (fold_binary_op_with_conditional_arg): Improve handling of cases...Roger Sayle1-4/+12
2002-09-24update_version: Do not check in files which are unchanged.Zack Weinberg1-1/+1
2002-09-23ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-1/+2
2002-09-07com.c (ffe_type_for_mode): Handle long double.Jan Hubicka1-1/+4
2002-08-31com.c: Don't set flag_finite_math_only by default.Toon Moene1-1/+0
2002-07-30flags.h: Declare flag_finite_math_only.Toon Moene1-0/+1
2002-07-30adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy.Kaveh R. Ghazi1-8/+8
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-11/+13
2002-06-20com.c (ffecom_prepare_expr_,ffecom_expr_power_integer_): Remove #ifdefed HAHA...Andreas Jaeger1-41/+0
2002-06-20com.c: Remove #ifdef HOHO sections.Nathanael Nerode1-44/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-176/+89