aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/com.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-03-27Warning fixes:Kaveh R. Ghazi1-46/+39
1999-02-15delete/change my email addressCraig Burley1-1/+1
1998-10-12Warning fixes:Kaveh R. Ghazi1-0/+2
1998-10-02(ffecom_expr_intrinsic_): Fix return type for RAND.Dave Love1-1/+1
1998-08-05com.c (ffecom_convert_narrow_, [...]): Allow conversion from pointer to same-...Craig Burley1-4/+10
1998-07-16(ffecom_finish_symbol_transform_): Revert change of 1998-05-23...Craig Burley1-29/+4
1998-07-13com.c (ffecom_push_tempvar): Replace kludge that munged back-end globals dire...Craig Burley1-9/+10
1998-07-12com.c (ffecom_expr_): Die if padding for constant is non-zero.Craig Burley1-23/+1
1998-07-08Fix debugging of CHARACTER*(*), etc., which requires emitting debug info on t...Craig Burley1-10/+0
1998-07-06intdoc.in: Add entry for DATE_AND_TIME.Dave Love1-0/+1
1998-06-30Fix 980628-*.f:Craig Burley1-21/+100
1998-06-16Cutover to system.h:Craig Burley1-1/+5
1998-06-15Restore circa-0.5.22 capabilities of `g77' driver:Craig Burley1-4/+2
1998-06-10New interface for lang_decode_option.Dave Brolley1-3/+4
1998-06-07com.c (lang_init_options): New function.Richard Henderson1-0/+9
1998-06-04com.c (ffecom_init_0): Fix setup of INTEGER(KIND=7) pointer type.Craig Burley1-2/+3
1998-06-03(ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D a...Craig Burley1-7/+22
1998-05-23com.c (ffecom_finish_symbol_transform_): Don't transform statement (nested) f...Craig Burley1-9/+36
1998-05-22com.c (ffecom_init_0): Rename xargc to f__xargc, in accord with same-dated ch...Craig Burley1-1/+1
1998-05-19JCB: update email in header.Dave Love1-1/+1
1998-05-18(ffecom_convert_narrow_, ffecom_convert_widen_):Craig Burley1-2/+17
1998-05-14[multiple changes]Craig Burley1-3/+3
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-15com.c (init_parse): Now returns char* containing filename;Dave Brolley1-1/+3
1998-04-14Changes from Craig. See ChangeLog for details.Craig Burley1-0/+2
1998-04-08com.c (finput): New variable.Dave Brolley1-3/+26
1998-04-04com.c (ffecom_expr_): Revert Oct 22 change.Richard Henderson1-55/+36
1998-03-27* com.c (ffecom_tree_canonize_ptr_): Fix up spacing a bit.Craig Burley1-2/+2
1998-03-23c-lang.c (lang_print_xnode): New function.Martin v. Löwis1-0/+10
1998-03-22Merge in g77-0.5.22.Jeff Law1-6/+17
1998-02-22Another bunch of patches from Craig. See ChangeLogs for details.Jeff Law1-62/+90