re PR fortran/54301 (Add optional warning if pointer assigning a local variable to...
[gcc.git] / gcc / fortran / expr.c
2012-08-20 Tobias Burnusre PR fortran/54301 (Add optional warning if pointer...
2012-08-14 Mikael Moringfortran.h (gfc_get_proc_ptr_comp): New prototype.
2012-08-02 Mikael Morinarray.c (gfc_copy_array_ref): Don't copy the offset...
2012-07-31 Janus Weilre PR fortran/42418 (PROCEDURE: Rejects interface which...
2012-07-30 Janus Weilre PR fortran/51081 ([F03] Proc-pointer assignment...
2012-07-25 Tobias Burnustrans-types.c (gfc_real16_is_float128): Fix spelling...
2012-07-20 Tobias Burnusre PR fortran/48820 (TR 29113: Implement parts needed...
2012-07-17 Janus Weilre PR fortran/51081 ([F03] Proc-pointer assignment...
2012-07-08 Steven Bosschergfortran.h: Do not include coretypes.h here.
2012-06-22 Janus Weilre PR fortran/47710 ([OOP] Improve ambiguity check...
2012-06-03 Alessandro Fanfarillore PR fortran/48831 (check.c: Constant expression ...
2012-05-30 Tobias Burnusdecl.c: Fix comment typos.
2012-05-05 Paul Thomasre PR fortran/41600 ([OOP] SELECT TYPE with associate...
2012-04-16 Tobias Burnus[multiple changes]
2012-03-03 Tobias Burnusre PR fortran/48820 (TR 29113: Implement parts needed...
2012-03-02 Tobias Burnusre PR fortran/52270 ([OOP] Polymorphic vars: wrong...
2012-01-29 Tobias Burnusre PR fortran/41600 ([OOP] SELECT TYPE with associate...
2012-01-27 Tobias Burnusre PR fortran/51970 ([OOP] gimplification failed for...
2012-01-19 Tobias Burnusre PR fortran/51904 (ICE on SIZE function evaluation)
2012-01-16 Tobias Burnusre PR fortran/51809 ([OOP] ICE (segfault) depending...
2012-01-06 Tobias Burnus2012-01-06 Tobias Burnus <burnus@net-b.de>
2011-12-31 Thomas Koenigre PR fortran/51502 (Potentially wrong code generation...
2011-12-11 Paul Thomasre PR fortran/41539 ([OOP] Calling function which takes...
2011-12-06 Tobias Burnusre PR fortran/51435 (Bad association status after null...
2011-11-09 Janus Weilre PR fortran/50960 ([OOP] vtables not marked as constant)
2011-11-08 Francois-Xavier... re PR fortran/50409 (SIGSEGV in gfc_simplify_expr)
2011-10-14 Janus Weilre PR fortran/50570 (Incorrect error for assignment...
2011-10-09 Janus Weilre PR fortran/50659 ([F03] ICE with PROCEDURE statement)
2011-10-07 Mikael Morinexpr.c (gfc_get_corank): Return 0 if input expression...
2011-09-22 Janus Weilre PR fortran/41733 (Proc-pointer conformance checks...
2011-08-25 Mikael Morinre PR fortran/50050 (Internal compiler error free_expr0...
2011-08-24 Tobias Burnusre PR fortran/50163 (ICE: initialization expression)
2011-08-22 Mikael Morinre PR fortran/50050 (Internal compiler error free_expr0...
2011-08-21 Thomas Koenigre PR fortran/47659 (-Wconversion[-extra] should emit...
2011-07-30 Thomas Koenigre PR fortran/48876 (ICE when initializing character...
2011-07-19 Tobias Burnusexpr.c (gfc_is_coarray): New function.
2011-07-17 Tobias Burnusre PR fortran/49624 (ICE with pointer-bound remapping)
2011-07-16 Tobias Burnusexpr.c (gfc_ref_this_image): New function.
2011-07-09 Uros Bizjakre PR fortran/48926 (gfortran.dg/coarray/image_index_1...
2011-07-02 Janus Weilre PR fortran/49562 ([OOP] assigning value to type...
2011-06-20 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-11 Tobias Burnusre PR fortran/48889 (f951: internal compiler error...
2011-04-28 Tobias Burnusre PR fortran/48112 (generic interface to external...
2011-04-20 Jim Meyeringremove useless if-before-free tests
2011-04-19 Janne BlomqvistReplace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
2011-04-18 Jim Meyeringconvert each use of gfc_free (p) to free (p)
2011-04-04 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-03-06 Paul Thomasre PR fortran/47850 (ICE in gfc_conv_array_initializer)
2011-02-08 Janus Weilre PR fortran/45290 ([F08] pointer initialization)
2011-01-21 Tobias Burnusre PR fortran/47377 (internal compiler error: in fold_c...
2011-01-08 Paul Thomasre PR fortran/46896 (Wrong code with transpose(a) passe...
2011-01-07 Janus Weilre PR fortran/47189 ([OOP] calling STORAGE_SIZE on...
2010-12-29 Janus Weilre PR fortran/46838 ([OOP] Initialization of polymorphi...
2010-11-10 Jerry DeLislere PR fortran/46331 (Compilation time long with simple...
2010-11-05 Janus Weilre PR fortran/45451 ([OOP] Inconsistent status of ALLOC...
2010-11-02 Steven G. Kargl2010-11-02 Steven G.
2010-10-23 Tobias Burnusre PR fortran/46122 (PROTECTED check too strict)
2010-10-21 Tobias Burnusre PR fortran/46100 ([Fortran 2008] Non-variable pointe...
2010-09-23 Daniel Kraftre PR fortran/38936 ([F03] ASSOCIATE construct / improv...
2010-09-09 Steven G. Kargldummy_optional_arg.f90: New test.
2010-08-19 Daniel Kraftre PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)
2010-08-18 Janus Weilre PR fortran/45290 ([F08] pointer initialization)
2010-08-15 Daniel Kraftre PR fortran/38936 ([F03] ASSOCIATE construct / improv...
2010-07-28 Daniel Kraftgfortran.h (gfc_build_intrinsic_call): New method.
2010-07-12 Mikael Morinexpr.c (gfc_get_int_expr): Don't initialize mpfr data...
2010-07-11 Janus Weilre PR fortran/44869 ([OOP] generic TBPs not initialized...
2010-07-08 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2010-07-06 Tobias Burnusre PR fortran/44742 (ICE in gfc_conv_array_initializer)
2010-06-21 Tobias Burnusre PR fortran/40632 (Support F2008's contiguous attribute)
2010-05-30 Janus Weilgfortran.h (CLASS_DATA): New macro for accessing the...
2010-05-19 Daniel Frankere PR fortran/42360 (intent(out)-dummy-not-set warning...
2010-05-17 Janus Weilclass.c (gfc_add_component_ref,gfc_class_null_initializ...
2010-05-15 Janus Weilre PR fortran/43207 ([OOP] invalid (pointer) assignment...
2010-05-13 Daniel Frankere PR fortran/35779 (error pointer wrong in PARAMETER)
2010-04-14 Jerry DeLislere PR fortran/43747 (ICE in find_array_section, at...
2010-04-13 Jerry DeLisle[multiple changes]
2010-04-10 Tobias Burnusre PR fortran/43591 (PPC: internal compiler error:...
2010-04-09 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2010-04-01 Paul Thomasioparm.def: Update copyright.
2010-03-17 Tobias Burnusre PR fortran/43331 (Cray pointers generate bogus IL...
2010-01-31 Paul Thomasre PR fortran/38324 (Wrong lbound given to allocatable...
2010-01-24 Paul Thomasre PR fortran/41044 (internal compiler error: in gfc_co...
2010-01-09 Jerry DeLislere PR fortran/20923 (gfortran slow for large array...
2009-12-14 Daniel Frankere PR fortran/42354 (Invalidly accepts C_LOC in init...
2009-12-11 Daniel Frankere PR fortran/40290 (Spurious warning on REAL*COMPLEX...
2009-12-10 Daniel Frankere PR fortran/34402 (Diagnose illegal initialization...
2009-12-07 Kaveh R. Ghazire PR other/40302 (GCC must hard-require MPC before...
2009-10-07 Janus Weilexpr.c (gfc_check_pointer_assign): Do the correct type...
2009-09-30 Tobias Burnusre PR fortran/40996 ([F03] ALLOCATABLE scalars)
2009-08-27 Janus Weilre PR fortran/40869 ([F03] PPC assignment checking)
2009-08-17 Janus Weilre PR fortran/40877 (memory leaks with gfc_charlen?)
2009-08-13 Janus Weilre PR fortran/40941 (gfc_typespec: put derived and...
2009-08-12 Tobias Burnusre PR fortran/41034 (Wrongly rejected proc pointer...
2009-08-09 Tobias Burnusre PR fortran/40955 (STDCALL attributes are not saved...
2009-07-24 Janus Weilre PR fortran/40822 (Internal compiler error when Fortr...
2009-07-09 Janus Weilre PR fortran/40646 ([F03] array-valued procedure point...
2009-06-28 Tobias Burnusre PR fortran/34112 (Add $!DEC ATTRIBUTE support for...
2009-06-26 Janus Weilre PR fortran/39997 (Procedure(), pointer & implicit...
2009-06-19 Kaveh R. Ghazigfortran.h (gfc_expr): Use mpc_t to represent complex...
2009-06-16 Janus Weilre PR fortran/36947 (Attributes not fully checked compa...
next