aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2005-04-14gfortran.h (gfc_real_info): Add subnormal struct member.Steven G. Kargl4-15/+19
2005-04-14ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c.François-Xavier Coudert1-0/+2
2005-04-12* simplify.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-12lang.opt: Refer to the GCC internals documentation instead of c.opt.Richard Sandiford2-1/+5
2005-04-11simplify.c (gfc_simplify_nearest): Overhaul.Tobias Schlüter2-41/+63
2005-04-10* interface.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-10match.c (match_arithmetic_if): Arithmetic IF is obsolete in Fortran 95.Francois-Xavier Coudert2-0/+14
2005-04-09simplify.c (gfc_simplify_anint): Use mpfr_round()Steven G. Kargl2-78/+15
2005-04-09re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in...Andrew Pinski2-2/+11
2005-04-09match.c (match_arithmetic_if): Remove gfc_ prefix and correct comment accordi...Francois-Xavier Coudert2-5/+10
2005-04-08* match.c (gfc_match_arithmetic_if): Declare static.Diego Novillo2-1/+5
2005-04-08re PR fortran/17229 (parser confused by arithmetic if inside an if)Francois-Xavier Coudert2-0/+42
2005-04-07simplify.c (gfc_simplify_exponent): Fix exponent(tiny(x))Steven G. Kargl2-0/+11
2005-04-06Remove documentation of the nonexistent -std=f90 option.Steven G. Kargl2-1/+5
2005-04-06expr.c (gfc_check_assign): Don't allow NULL as rhs in a non-pointer assignment.Tobias Schlüter2-5/+11
2005-04-06Add ChangeLog.Feng Wang1-0/+14
2005-04-05re PR fortran/15959 (ICE and assertion failure in trans-decl.c with character...Feng Wang3-2/+95
2005-04-04* intrinsic.texi: BES?? functions are not in the f95 standard.Francois-Xavier Coudert2-12/+16
2005-04-03* intrinsic.texi: Document COS, EXP, LOG, LOG10, SIN, SQRT, TAN.Francois-Xavier Coudert2-40/+368
2005-04-03intrinsic.texi: Document BESJ0, BESJ1, BESJN, BESY0, BESY1, BESYN, ATAN, COSH...Francois-Xavier Coudert2-39/+555
2005-04-03Document ALLOCATED, ANINT, ANY, ASIN; Fix typos.Steven G. Kargl2-26/+235
2005-04-01decl.c, [...]: Fix comment typos.Kazu Hirata7-10/+15
2005-03-30gfortran.h (option_t): Change d8, i8, r8 to flag_default_double, flag_default...Steven G. Kargl6-48/+67
2005-03-29tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman2-1/+17
2005-03-28Document AIMAG, AINT, ALLSteven G. Kargl2-8/+174
2005-03-26Fix illogical logic.Steven G. Kargl2-11/+21
2005-03-26trans-common.c (create_common): Build RECORD_NODE for common blocks contain n...Canqun Yang2-8/+30
2005-03-25Fix "make dvi"Steven G. Kargl2-14/+19
2005-03-24intrinsic.texi: New file.Steven G. Kargl3-14/+726
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers2-2/+4
2005-03-23convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher8-238/+267
2005-03-22Makefile.am: Added new files.François-Xavier Coudert7-0/+633
2005-03-19Fix dates on ChangeLogTobias Schlüter1-2/+2
2005-03-19re PR fortran/18525 (ICE on valid code in gfc_get_symbol_decl())Tobias Schlüter3-1/+11
2005-03-19gfortran.h (arith): Remove ARITH_0TO0.Tobias Schlüter3-22/+16
2005-03-19Make-lang.in (fortran-warn): Remove -Wno-error.Kaveh R. Ghazi2-1/+14
2005-03-17trans-array.c (gfc_trans_static_array_pointer, [...]): Fix comment and format...Tobias Schlüter2-3/+9
2005-03-17* invoke.texi: Fix typos.François-Xavier Coudert1-2/+2
2005-03-17* invoke.texi: Fix typos.François-Xavier Coudert1-0/+4
2005-03-16gcc-version.m4: Delete.Zack Weinberg2-13/+18
2005-03-15trans-stmt.c (gfc_trans_label_assign): Don't set DECL_ARTIFICIAL flag to zero...Feng Wang2-2/+5
2005-03-15re PR fortran/18827 (ICE on assign to common variable)Feng Wang8-11/+80
2005-03-14re PR fortran/20467 (Bad fortran code causes ICE)Tobias Schlüter2-0/+7
2005-03-14tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of integer_zerop.Zdenek Dvorak2-1/+6
2005-03-13re PR fortran/16907 (Non-integer array indices rejected)Tobias Schlüter2-5/+17
2005-03-13re PR fortran/20323 (optional arguments incorrectly accepted in specification...Tobias Schlüter2-4/+11
2005-03-12re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence)Tobias Schlüter6-45/+51
2005-03-12Make-lang.in (fortran-warn): Set to $(STRICT_WARN) -Wno-error.Kaveh R. Ghazi5-21/+23
2005-03-08Remove spurious blank line.Tobias Schlüter1-1/+0
2005-03-05re PR fortran/19936 (confused error message about implied do loop)Steven G. Kargl2-0/+17