aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-types.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-22re PR fortran/33522 (Incorrect warning messages about uninitialized variables)Francois-Xavier Coudert1-0/+6
2007-09-17trans-types.c (gfc_get_desc_dim_type): Do not to try emit debug info.Francois-Xavier Coudert1-0/+8
2007-09-11re PR fortran/33040 ([ISO_C_BINDING] ICE in gfc_trans_structure_assign)Christopher D. Rickett1-0/+20
2007-08-28re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek1-1/+20
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-23re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-5/+25
2007-07-12re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek1-0/+2
2007-07-02[multiple changes]Christopher D. Rickett1-3/+200
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-8/+0
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-1/+2
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther1-1/+2
2007-05-15trans-types.c (gfc_type_for_size): Handle signed TImode.Paul Brook1-0/+7
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-8/+0
2007-04-17trans-types.h (gfc_packed): New enum.Tobias Schlüter1-8/+10
2007-04-13re PR fortran/31550 (f951: segfault in fold-const.c:1963)Paul Thomas1-1/+1
2007-04-12+ * trans-types.c: Update copyright years.Tobias Schlüter1-37/+38
2007-04-03re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert1-1/+5
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-14/+2
2007-03-18re PR fortran/30531 ([4.2 only] allocatable component and intent(out) yield I...Paul Thomas1-40/+2
2007-01-30re PR fortran/30432 ([4.1 only] gfortran.dg/c_by_val_1.f fails on ia64-*-*, p...Steve Ellcey1-1/+2
2006-12-21re PR fortran/25392 (ICEs with -ff2c)Tobias Schlüter1-19/+19
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-1/+1
2006-11-21re PR fortran/29820 (ICE in fold_convert, at fold-const.c:2146)Paul Thomas1-5/+2
2006-11-19module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code.Francois-Xavier Coudert1-2/+18
2006-11-09re PR fortran/29744 (Type renaming crashes gfortran with excessive memory usage)Paul Thomas1-1/+5
2006-10-31re PR fortran/29387 (ICE on character array function of variable length)Paul Thomas1-5/+9
2006-10-08[multiple changes]Paul Thomas1-2/+5
2006-09-10re PR fortran/28959 (ICE on derived type with host association)Paul Thomas1-1/+6
2006-09-05re PR fortran/28908 (fold_convert fails for Fortran operator)Paul Thomas1-2/+75
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-75/+2
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-4/+4
2006-07-24re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))Jerry DeLisle1-0/+15
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-19gfortranspec.c: Update copyright years.Tobias Schlüter1-1/+2
2006-01-11[multiple changes]Paul Thomas1-1/+5
2005-12-29re PR fortran/25532 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269)Paul Thomas1-1/+10
2005-12-22re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas1-3/+64
2005-11-16re PR fortran/24096 (huge() returns infinity for long doubles)Alan Modra1-0/+9
2005-10-12[multiple changes]Paul Thomas1-12/+22
2005-10-03trans-types.c (gfc_init_kinds): Only pass float...Steve Ellcey1-0/+8
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert1-8/+8
2005-07-29* trans-types.h (gfc_array_range_type): Add missing GTY decl for this.Steven Bosscher1-1/+2
2005-07-14* trans-types.c (MAX_REAL_KINDS): Increase from 4 to 5.Steve Ellcey1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-12trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor...Richard Henderson1-57/+68
2005-06-12trans-expr.c (gfc_conv_variable): POINTER results don't need f2c calling conv...Tobias Schlüter1-13/+4
2005-05-26data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-17trans-types.c (gfc_array_range_type): New variable.Zdenek Dvorak1-3/+8
2005-05-12* trans-types.c (gfc_is_nodesc_array): Remove redundant check.Tobias Schlüter1-3/+0
2005-05-11re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter1-6/+28