aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-24re PR fortran/32778 (pedantic warning: intrinsics that are GNU extensions not...Daniel Franke1-33/+30
2007-07-22re PR fortran/29962 (Initialization expressions)Daniel Franke1-361/+346
2007-06-30re PR fortran/20373 (INTRINSIC symbols can be given the wrong type)Daniel Franke1-8/+7
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther1-2/+2
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-347/+352
2007-05-29gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF.Tobias Schlüter1-0/+6
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-10/+0
2007-05-17re PR fortran/31919 ([4.1/4.2 only] min/max do not check array conformance)Daniel Franke1-23/+21
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