re PR fortran/36251 (PUBLIC and PRIVATE abuse)
[gcc.git] / gcc / fortran / ChangeLog
2008-05-18 Tobias Burnusre PR fortran/36251 (PUBLIC and PRIVATE abuse)
2008-05-17 Tobias Burnusintrinsic.texi: Correct description of GET_COMMAND_ARGU...
2008-05-17 Tobias BurnusRemove bogus lines added in previous (Rev.
2008-05-17 Tobias Burnusintrinsic.c (add_functions): Change FLUSH(C) to FLUSH...
2008-05-16 Paul Thomasre PR fortran/35756 (incorrect WHERE for functions...
2008-05-16 Tobias Burnuslibgfortran.h: Increase GFC_MAX_DIMENSIONS to 15.
2008-05-16 Daniel Kraftre PR fortran/27997 (Fortran 2003: Support type-spec...
2008-05-16 Jerry DeLislere PR fortran/34325 (Wrong error message for syntax...
2008-05-16 Tobias Burnusintrinsic.texi: Write Fortran 77/90/95 instead of F77...
2008-05-16 Daniel Kraftprimary.c: New private structure "gfc_structure_ctor_co...
2008-05-16 Steven G. Kargl[multiple changes]
2008-05-15 Francois-Xavier... trans-expr.c (gfc_conv_concat_op): Take care of nondefa...
2008-05-15 Sa LiuAdd support to C binding with 128-bit integer.
2008-05-14 Francois-Xavier... re PR fortran/36059 (-frepack-arrays: symbols w/ TARGET...
2008-05-14 François-Xavier... re PR fortran/36186 (Wrong handling of BOZ in CMPLX)
2008-05-14 Paul Thomasre PR fortran/36233 (Array valued actual procedure...
2008-05-14 Francois-Xavier... re PR fortran/35682 (assignment to run-time zero-sized...
2008-05-14 Francois-Xavier... re PR fortran/35685 (UBOUND incorrect for run-time...
2008-05-14 Francois-Xavier... re PR fortran/36215 (Fortran bootstrap fails on _abs_c4...
2008-05-12 François-Xavier... re PR fortran/36176 (TRANSFER of constant substrings)
2008-05-11 Thomas Koenigre PR fortran/35719 (pointer to zero sized array not...
2008-05-10 Francois-Xavier... re PR fortran/36197 ([4.4 Regressio]: gfortran.dg/initi...
2008-05-09 Francois-Xavier... re PR fortran/36162 (Non-ASCII character in module...
2008-05-07 Kenneth Zadeck[multiple changes]
2008-05-06 Francois-Xavier... arith.c: (gfc_arith_concat...
2008-05-06 Francois-Xavier... simplify.c (gfc_simplify_bessel_j0,gfc_simplify_bessel_...
2008-05-06 Francois-Xavier... check.c (gfc_check_sizeof): Switch to ATTRIBUTE_UNUSED.
2008-05-06 Francois-Xavier... openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char...
2008-05-06 Tobias Burnusre PR fortran/36117 (Use MPFR for bessel function ...
2008-05-03 Janus Weilmisc.c (gfc_clear_ts): Set interface to NULL.
2008-05-03 Jerry DeLislere PR fortran/33268 (read ('(f3.3)'), a rejected due...
2008-05-02 Bud DavisPR fortran/PR35940
2008-05-01 Janus Weilgfortran.h (struct gfc_symbol): Moving "interface"...
2008-04-30 François-Xavier... intrinsic.c (add_functions): Add SELECTED_CHAR_KIND...
2008-04-30 Paul Thomasre PR fortran/35997 (Used function interface bug)
2008-04-28 Jakub Jelinekre PR debug/36060 (Too big stack requirements of cc1plu...
2008-04-26 George Helffrichre PR fortran/35892 (gfortran lost memory blocks)
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-25 Tobias Burnusre PR fortran/35156 ([patch] Deprecate -M<dir>)
2008-04-24 Jerry DeLislere PR fortran/35994 (MAXLOC and MINLOC off by one with...
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-04-21 Steve Ellcey* f95-lang.c (gfc_init_decl_processing): use ptr_mode...
2008-04-21 Daniel Frankere PR fortran/35019 (Gfortran does not support "-J...
2008-04-20 Jerry DeLislere PR fortran/35882 (Miscounted continuation lines...
2008-04-19 Paul Thomasre PR target/35944 (wrong result for MOD with kind...
2008-04-19 Jerry DeLisleFix typo in pr number
2008-04-19 Jerry DeLislere PR fortran/35724 (Compile time segmentation fault...
2008-04-17 Jerry DeLislere PR fortran/35724 (Compile time segmentation fault...
2008-04-16 Paul Thomasre PR fortran/35932 (ICE: CHAR with array arg and also...
2008-04-16 Jakub Jelinekre PR target/35662 (gfortran interfaces badly with...
2008-04-15 Paul Thomasre PR fortran/35864 (Revision 133965 broke gfortran...
2008-04-14 Jerry DeLislere PR fortran/35882 (Miscounted continuation lines...
2008-04-07 Jerry DeLislePR fortran/25829 28655
2008-04-06 Paul ThomasIndex...
2008-04-06 Tobias Schlüterre PR fortran/35832 (Better error message for wrong...
2008-04-06 Tobias Burnusio.c (check_io_constraints): Add constrains.
2008-04-06 Francois-Xavier... gcc.c (default_compilers): Sync Fortran extensions...
2008-04-06 Francois-Xavier... * parse.c (gfc_parse_file): Use gfc_dump_parse_tree.
2008-04-06 François-Xavier... dump-parse-tree.c: Use fprintf, fputs and fputc instead...
2008-04-05 Jerry DeLislePR fortran/25829 28655
2008-04-03 Jakub Jelinekre PR fortran/35786 (OpenMP Fortran PRIVATE on paramete...
2008-04-03 Tom Tromeyt-uclinux (generated_files): Add sysroot-suffix.h.
2008-04-03 Paolo Bonzinitree-inline.c (copy_generic_body, [...]): Export.
2008-04-01 George Helffrichtrans-common.c (create_common): Add decl to function...
2008-04-01 Joseph Myerstexi2pod.pl: Handle @samp and @url inside verbatim...
2008-03-30 Paul Thomasre PR fortran/35740 (a = conjg(transpose(a)) still...
2008-03-29 Paul Thomasre PR fortran/35698 (lbound and ubound wrong for alloca...
2008-03-28 Daniel Frankere PR fortran/34714 (ICE-on-invalid in gfc_conv_descrip...
2008-03-28 Tobias Burnussymbol.c (gfc_get_default_type): Fix error message...
2008-03-28 Jerry DeLislere PR fortran/35724 (Compile time segmentation fault...
2008-03-27 Tom Tromeysourcebuild.texi, [...]: Revert automatic dependency...
2008-03-25 Tom Tromeyx-solaris (host-solaris.o): Update.
2008-03-24 Paul Thomasre PR fortran/34813 (ICE on incorrect nested type const...
2008-03-23 Tobias Schlütertrans.h: Use fold_build in build1_v, build2_v and build...
2008-03-19 Daniel Frankere PR fortran/35152 (Implicit procedure with keyword...
2008-03-16 Paul Thomasre PR fortran/35470 (Valid pointer assigment code gives...
2008-03-15 Jerry DeLislere PR fortran/35184 (ICE in gfc_conv_array_index_offset)
2008-03-15 Daniel Frankere PR fortran/35584 (overzealous warning: branch causes...
2008-03-11 Paolo Bonzinilanghooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
2008-03-09 Paul Thomasre PR fortran/35474 (Reading module file with COMMON...
2008-03-09 Ralf Wildenhuesc.opt (Wsynth): Deprecate.
2008-03-08 Francois-Xavier... re PR fortran/34956 (-fbounds-check: bounds_check_9...
2008-03-06 Francois-Xavier... re PR fortran/33197 (Fortran 2008: math functions)
2008-03-03 François-Xavier... re PR fortran/33197 (Fortran 2008: math functions)
2008-03-02 Jakub Jelinekre PR driver/35420 (--version copyright date vs. 2008)
2008-02-29 Jerry DeLislere PR fortran/35059 (Seg fault when max constructor...
2008-02-28 Daniel Frankere PR fortran/31463 ([patch] inconsistent warnings...
2008-02-28 Francois-Xavier... re PR fortran/34868 (ICE with -ff2c for function return...
2008-02-27 Francois-Xavier... re PR fortran/33387 (Fortran front-end should translate...
2008-02-26 Tobias Burnusre PR fortran/35033 (Valid ASSIGNMENT(=) rejected)
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2008-02-25 Francois-Xavier... re PR fortran/34729 (Localization of run-time error...
2008-02-24 Tobias Schlüterarith.c: Update copyright years.
2008-02-24 Tobias SchlüterUpdate ChangeLog with entries for r132592.
2008-02-24 Jerry DeLislere PR fortran/35223 (IBITS gives compiler error)
2008-02-23 Francois-Xavier... re PR target/25477 (builtin functions should use $LDBL1...
2008-02-22 Jerry DeLislere PR fortran/34907 (valgrind error indication from...
2008-02-22 Ralf Wildenhuesgfc-internals.texi: Fix typos and markup nits.
2008-02-21 Richard Guenthertree.def (PAREN_EXPR): New tree code.
2008-02-20 Tobias Burnusre PR fortran/34997 (Mention -fdollar-ok option in...
next