aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/com.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-10com.c (ffecom_stabilize_aggregate_) [case RTL_EXPR]: Abort.Toon Moene1-5/+1
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-10/+10
2000-10-13Remove obstacks.Mark Mitchell1-212/+2
2000-10-05* com.c (finish_function): Don't init can_reach_end.Richard Henderson1-3/+0
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-9/+0
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-0/+1
2000-08-24intdoc.c (ARRAY_SIZE): Remove macro.Greg McGary1-1/+1
2000-08-23com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.Toon Moene1-16/+58
2000-08-11com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable so that debug ...G. Helffrich1-2/+1
2000-07-22com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr, FFEINTRIN_impFP...Toon Moene1-4/+8
2000-06-21Make-lang.in (F77_SRCS): Remove all .j files.Zack Weinberg1-7/+7
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-1/+9
2000-06-11Warning fixes:Kaveh R. Ghazi1-1/+1
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson1-0/+15
2000-05-09top level:Zack Weinberg1-18/+17
2000-05-06com.c (ffecom_overlap_): Set source_offset to bitsize_zero_node.Zack Weinberg1-16/+15
2000-03-28com.c (ffecom_decl_field): Use DECL_ALIGN for a FIELD_DECL.Franz Sirl1-2/+2
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-3/+3
2000-03-10* com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.Jason Merrill1-1/+0
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-11/+10
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis1-6/+0
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-20/+25
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-46/+0
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-45/+18
2000-02-17Andy Vaught <andy@maxwell.la.asu.edu>Andy Vaught1-7/+4
2000-02-06com.c (mark_tracker_head, [...]): Protoize.Kaveh R. Ghazi1-4/+2
1999-12-30Make the Fortran front-end use garbage collection:Geoff Keating1-83/+177
1999-11-29com.c (ffecom_file_, [...]): Constify a char*.Kaveh R. Ghazi1-11/+10
1999-11-29com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.Kaveh R. Ghazi1-75/+26
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-1/+0
1999-10-16top.h (ffe_is_subscript_check_): Remove extern decl.Greg McGary1-6/+6
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-22/+16
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-86/+9
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-1/+1
1999-08-29* com.c (lang_printable_name): Constify a char*.Kaveh R. Ghazi1-2/+2
1999-08-09com.c (lang_print_error_function): Constify a char*.Kaveh R. Ghazi1-6/+2
1999-07-25com.c (ptr_type_node, [...]): New.Richard Henderson1-1/+5
1999-06-28Fix ICE involving -fno-f2c and COMPLEX intrinsic invocationCraig Burley1-1/+4
1999-05-25Delete vestigial FFECOM_FASTER_ARRAY_REFSCraig Burley1-2/+0
1999-05-25Fix 19990525-0.fCraig Burley1-0/+9
1999-05-17improve open-coding of complex divide, use new method in g77Craig Burley1-0/+5
1999-05-15fix INTEGER*8 subscripts, add -fflatten-arraysCraig Burley1-59/+119
1999-05-12disable maintenance of errnoCraig Burley1-0/+1
1999-05-03fix CTIME_subr bugCraig Burley1-1/+1
1999-05-03reverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_...Craig Burley1-8/+9
1999-04-25fix assignment to partially-overlapped COMPLEXCraig Burley1-0/+80
1999-04-22support array bounds checkingCraig Burley1-97/+264
1999-04-18fix crashes on I/O statements involving COMMON variablesCraig Burley1-0/+2
1999-04-17rewrite to use block/scope structure of GBECraig Burley1-1355/+1951
1999-04-04fix bugs exposed by --enable-checkingCraig Burley1-12/+32