aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-04re PR libfortran/31760 (missing elemental applicability)Daniel Franke1-12/+12
2007-05-04re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke1-1/+7
2007-05-01intrinsic.c (add_functions): Fixed ELEMENTAL specifications.Daniel Franke1-66/+66
2007-04-25re PR fortran/31668 (%VAL rejected for PROC_MODULE and PROC_INTERNAL procedures)Tobias Burnus1-2/+2
2007-04-07re PR fortran/31257 (ICE in gfc_conv_expr_descriptor)Paul Thomas1-1/+1
2007-03-31intrinsic.c (add_functions): Fix name of dummy argument for new_line and exit...Tobias Burnus1-2/+2
2007-03-30intrinsic.c (conv_name): Let gfc_get_string handle the format.Tobias Schlüter1-8/+10
2007-03-08intrinsic.texi (GERROR, [...]): New.Daniel Franke1-2/+2
2007-01-08interface.c, [...]: Update Copyright years.Steven G. Kargl1-215/+204
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas1-1/+5
2006-12-28re PR fortran/30034 ([4.1 only] pure subroutine requires intent for procedure...Paul Thomas1-1/+7
2006-11-24resolve.c (resolve_actual_arglist): Remove the special case for CHAR.Francois-Xavier Coudert1-6/+3
2006-11-22re PR fortran/29441 ([4.1/4.2 only] non-constant parameter (constant) accepted)Tobias Schlüter1-2/+1
2006-10-09intrinsic.c (add_sym_0s, [...]): Use macro ACTUAL_NO...Francois-Xavier Coudert1-258/+265
2006-10-08[multiple changes]Paul Thomas1-0/+5
2006-10-08re PR fortran/28585 (Fortran 2003: Support NEW_LINE intrinsic)Tobias Burnus1-0/+4
2006-10-07intrinsic.c (add_functions): Add comments for gfc_check_access_func and gfc_r...Francois-Xavier Coudert1-0/+4
2006-10-07re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in...François-Xavier Coudert1-190/+215
2006-09-11intrinsic.c: Update Copyright date.Steven G. Kargl1-2/+2
2006-07-30intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert1-3/+40
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert1-0/+41
2006-07-04intrinsic.c (add_subroutines): Add ITIME and IDATE.Francois-Xavier Coudert1-2/+10
2006-06-24re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work)Francois-Xavier Coudert1-1/+1
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-1/+1
2006-06-08intrinsic.c (add_subroutine): Make make_noreturn() conditional on the appropr...Steven G. Kargl1-2/+4
2006-05-03re PR fortran/26896 (Description of implementation of -Wtabs/-Wno-tabs reversed)Steven G. Kargl1-3/+6
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas1-1/+1
2006-03-26re PR fortran/26816 ([4.1 only] FLOAT Intrinsic does not work with Integer Ha...Steven G. Kargl1-1/+1
2006-02-19re PR fortran/26201 (__convert_i4_i8 written to a module.)Erik Edelmann1-0/+1
2006-01-25re PR fortran/25716 (FAIL: gfortran.dg/char_result_11.f90 -O (test for exce...Erik Edelmann1-1/+16
2005-11-13fget.c: New file.Francois-Xavier Coudert1-1/+77
2005-11-06intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert1-2/+21
2005-11-05intrinsic.c (add_functions): Add function version of TTYNAM.Francois-Xavier Coudert1-0/+6
2005-11-01re PR fortran/21565 (namelist in block data is illegal)Paul Thomas1-0/+7
2005-10-30check.c (gfc_check_malloc, [...]): New functions.Francois-Xavier Coudert1-1/+10
2005-10-28check.c (gfc_check_alarm_sub, [...]): New functions.Francois-Xavier Coudert1-2/+20
2005-10-24Commit for Asher LangtonAsher Langton1-0/+7
2005-09-22re PR fortran/23516 (IMAG is not a generic function when implicit none is dec...Steven G. Kargl1-0/+9
2005-08-24re PR fortran/17758 (gfortran_abort and some others should be marked as noret...Thomas Koenig1-0/+13
2005-08-09check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert1-0/+10
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-0/+39
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-24re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics)Jerry DeLisle1-1/+31
2005-06-20intrinsic.c (check_intrinsic_standard): Fix spelling error in a warning message.Erik Edelmann1-1/+1
2005-06-18intrinsic.c (gfc_intrinsic_func_interface): Enable errors for generic functio...Steven G. Kargl1-5/+2
2005-06-01intrinsic.c (add_conv): No longer take a "simplify" argument as its always gf...Roger Sayle1-15/+29
2005-04-25re PR fortran/20879 (argument to ICHAR must have length one)Paul Brook1-2/+2
2005-03-22Makefile.am: Added new files.François-Xavier Coudert1-0/+96
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter1-14/+16
2005-02-24Revert yesterday's patch:Tobias Schlüter1-16/+14