gfortran.h (gfc_typebound_proc): New struct.
[gcc.git] / gcc / fortran / resolve.c
2008-08-24 Daniel Kraftgfortran.h (gfc_typebound_proc): New struct.
2008-08-23 Janus Weilgfortran.h (gfc_component): Add field "symbol_attribute...
2008-08-14 Janus Weilre PR fortran/36705 (Procedure pointers with attributes...
2008-08-08 Daniel Kraftgfortran.h (gfc_finalizer): Replaced member `procedure...
2008-07-29 Kaveh R. Ghazigfortran.h (try): Remove macro.
2008-07-24 Daniel Kraftre PR fortran/33141 (Intrinsic procedures: Improve...
2008-07-21 Ralf Wildenhuesfmt_g0_3.f08: Fix typo in expected error message.
2008-07-19 Kaveh R. Ghazigfortran.h (operator): Remove macro.
2008-07-19 Kaveh R. Ghazigfortran.h (protected): Remove macro.
2008-07-17 Tobias Burnusre PR fortran/36825 ([F08] Rank > 7 arrays [will break...
2008-07-12 Daniel Kraft[multiple changes]
2008-07-02 Janus Weilre PR fortran/32580 (iso_c_binding c_f_procpointer...
2008-06-17 Daniel Kraftre PR fortran/36112 (Bounds-checking on character lengt...
2008-06-17 Paul Thomasre PR fortran/34396 (Length of substrings defined by...
2008-06-08 Tobias Burnusre PR fortran/35830 (ICE with PROCEDURE(<interface...
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-06-04 Janus Weilre PR fortran/36322 (ICE with PROCEDURE using a complic...
2008-06-02 Daniel Kraftgfortran.h: New statement-type ST_FINAL for FINAL decla...
2008-05-28 Janus Weilre PR fortran/36325 (specific or generic INTERFACE...
2008-05-18 Francois-Xavier... intrinsic.c (char_conversions, ncharconv): New static...
2008-05-18 Tobias Burnusre PR fortran/36251 (PUBLIC and PRIVATE abuse)
2008-05-16 Jerry DeLislere PR fortran/34325 (Wrong error message for syntax...
2008-05-06 Francois-Xavier... arith.c: (gfc_arith_concat...
2008-05-01 Janus Weilgfortran.h (struct gfc_symbol): Moving "interface"...
2008-04-05 Jerry DeLislePR fortran/25829 28655
2008-03-30 Paul Thomasre PR fortran/35740 (a = conjg(transpose(a)) still...
2008-03-28 Daniel Frankere PR fortran/34714 (ICE-on-invalid in gfc_conv_descrip...
2008-03-24 Paul Thomasre PR fortran/34813 (ICE on incorrect nested type const...
2008-03-16 Paul Thomasre PR fortran/35470 (Valid pointer assigment code gives...
2008-03-15 Daniel Frankere PR fortran/35584 (overzealous warning: branch causes...
2008-02-28 Francois-Xavier... re PR fortran/34868 (ICE with -ff2c for function return...
2008-02-24 Tobias Schlüterarith.c: Update copyright years.
2008-02-04 Daniel Frankeresolve.c (resolve_where): Fix typo.
2008-02-03 Paul Thomasre PR fortran/32760 (Error defining subroutine named...
2008-01-25 Daniel Frankere PR fortran/34661 (ice on where / ASSIGNMENT(=))
2008-01-20 Paul Thomasre PR fortran/34861 (ICE in function with entry (and...
2008-01-13 Tobias Burnusre PR fortran/34665 (Cannot pass scalar to array argume...
2008-01-06 Tobias Burnusre PR fortran/34658 (save / common)
2008-01-06 Tobias Burnusre PR fortran/34655 (5.5.2.5)
2008-01-06 Tobias Burnusre PR fortran/34660 (elemental and dummy procedure)
2007-12-23 Tobias Burnusre PR fortran/34421 (ENTRY functions: Character with...
2007-12-20 Tobias Burnusre PR fortran/34482 (FAIL: gfortran.dg/nan_4.f90 ...
2007-12-16 Thomas Koenigre PR fortran/34305 (ICE with array(real) declaration)
2007-12-16 Paul Thomasre PR fortran/31213 (ICE on valid code with gfortran)
2007-12-14 Tobias Burnusre PR fortran/34438 (gfortran not compliant w.r.t defau...
2007-12-14 Tobias Burnusre PR fortran/34398 (BOZ literals: Range checks)
2007-12-08 Tobias Burnusre PR fortran/34342 (BOZ extensions not diagnosed as...
2007-12-05 Tobias Burnusre PR fortran/34333 (if(nan == nan) wrongly returns...
2007-11-27 Paul Thomasre PR fortran/29389 (Statement functions are not recogn...
2007-11-25 Jerry DeLislere PR fortran/33152 (Initialization/declaration problem...
2007-11-21 Francois-Xavier... re PR fortran/34083 (internal compiler error: in gfc_co...
2007-11-18 Jerry DeLisletrans-expr.c (gfc_conv_missing_dummy): Set the type...
2007-11-18 Tobias Burnusre PR fortran/34137 (Module function with ENTRY rejected)
2007-11-15 Tobias Burnusre PR fortran/33917 (Rejects valid PROCEDURE declarations)
2007-11-14 Jerry DeLislere PR fortran/33162 (INTRINSIC functions as ACTUAL...
2007-11-03 Francois-Xavier... gfortran.h: Shorten comment.
2007-10-31 Jerry DeLislere PR fortran/33162 (INTRINSIC functions as ACTUAL...
2007-10-29 Paul Thomas[multiple changes]
2007-10-22 Jerry DeLislere PR fortran/33849 (Fix misleading error message ...
2007-10-22 Steven G. Karglre PR fortran/31244 (data initialization with more...
2007-10-21 Paul Thomasre PR fortran/33749 (Wrong evaluation of expressions...
2007-10-20 Tobias Burnusre PR fortran/33818 (Bogus error "Variable 'str' is...
2007-10-18 Paul Thomasre PR fortran/33233 (Parent and contained procedure...
2007-10-17 Christopher D. Rickettre PR fortran/33760 (Bind(C): Using C_PTR as structure...
2007-10-15 Christopher D. Rickettre PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE...
2007-10-14 Tobias Burnusre PR fortran/33745 (-fbounds-check: Bogus out-of-bound...
2007-10-12 Paul Thomasre PR fortran/33542 (gfortran does not detect ambigious...
2007-10-08 Tobias Schlüterre PR fortran/33689 ([Regression 4.3] Array with consta...
2007-10-07 Tobias Schlüterre PR fortran/20851 (dummy argument may not appear...
2007-10-06 Tobias Schlüterre PR fortran/25076 (FORALL triplet subscript must...
2007-10-05 Francois-Xavier... gfortran.h (gfc_get_data_variable, [...]): Move to...
2007-10-04 Thomas Koenigre PR fortran/33539 (Too much noise for zero-length...
2007-10-04 Tobias Schlüterre PR fortran/33626 (Parentheses get wrong kind during...
2007-10-03 Tobias Schlüterre PR fortran/33198 (Derived type in common: Default...
2007-09-21 Asher Langtonre PR fortran/20441 (-finit-local-zero is missing from...
2007-09-20 Francois-Xavier... re PR fortran/33221 (Cannot declare variables of TYPE...
2007-09-20 Christopher D. Rickettre PR fortran/33497 (Bind(C): C_LOC rejects interoperab...
2007-09-18 Tobias Burnusre PR fortran/33231 (Reject for -std=f* calls to elemen...
2007-09-17 Tobias Burnusre PR fortran/33106 (Access of components of public...
2007-09-17 Tobias Burnusresolve.c (resolve_fl_procedure): Allow private dummies...
2007-09-13 Tobias Burnusre PR fortran/33343 (ICE (segfault) on invalid code...
2007-09-04 Janus Weildecl.c (match_procedure_decl,match_procedure_in_interfa...
2007-08-30 Paul Thomasre PR fortran/31879 (ICE with function having array...
2007-08-26 Tobias Burnusre PR fortran/32985 (COMMON checking: TYPE with(out...
2007-08-22 Christopher D. Rickettre PR fortran/33020 (Bind(C): c_f_pointer: type/rank...
2007-08-18 Tobias Burnus[multiple changes]
2007-08-06 Daniel Frankeresolve.c (derived_pointer): Removed, replaced callers...
2007-08-01 Nick Cliftonarith.c: Change copyright header to refer to version...
2007-07-31 Paul Thomasre PR fortran/31609 (module that calls a contained...
2007-07-29 Daniel Frankere PR fortran/32906 (Error: Parameter array ... cannot...
2007-07-28 Kazu Hiratagfortran.h, [...]: Fix comment typos.
2007-07-28 Jerry DeLislere PR fortran/31609 (module that calls a contained...
2007-07-28 Daniel Frankere PR fortran/31818 (Wrongly accepts namelists with...
2007-07-27 Steven G. Karglre PR fortran/32899 (Broken diagnostic for invalid...
2007-07-24 Paul Thomasre PR fortran/31205 (aliased operator assignment produc...
2007-07-23 Christopher D. Rickettre PR fortran/32797 ([ISO C Binding] Internal Error...
2007-07-23 Christopher D. Rickettre PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE...
2007-07-21 Christopher D. Rickettre PR fortran/32627 ([ISO Bind C] Accept c_f_pointer...
2007-07-21 Christopher D. Rickettre PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC...
2007-07-17 Janus Weilre PR fortran/32535 (namelist with private items contai...
next