aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-01-24re PR testsuite/30181 (FAIL: gcc.dg/builtins-57.c scan-tree-dump trunc)Richard Guenther2-10/+25
2007-01-24builtins.c (expand_builtin_cexpi): Get the fndecl for cexp in the correct way.Richard Guenther2-2/+12
2007-01-24pr23382.c: Avoid DCE from eliminating dead variable.Jan Hubicka4-2/+36
2007-01-24c-cppbuiltin.c (builtin_define_type_sizeof): New function.Andreas Krebbel5-0/+73
2007-01-24i386.md (tanxf2, [...]): Use op2 instead of operands[2] to avoid access past ...Uros Bizjak2-25/+31
2007-01-24reload1.c (emit_reload_insns): Pass the reload register for a non-spill outpu...Richard Sandiford2-0/+22
2007-01-23re PR objc/27438 ([unit-at-a-time] '_OBJC_INSTANCE_0' defined but not used wa...Andrew Pinski4-0/+27
2007-01-23re PR java/30454 (empty "zip" file in class path can cause leakage of file st...Andrew Pinski2-2/+16
2007-01-24re PR fortran/30532 (^Z as EOF?)Jerry DeLisle3-0/+22
2007-01-24[multiple changes]Jerry DeLisle3-8/+19
2007-01-24Daily bump.GCC Administrator1-1/+1
2007-01-23re PR c++/27492 (ICE on invalid covariant return type)Simon Martin4-0/+30
2007-01-23typeck.c (convert_for_assignment): Only warn about a = b = c when converting ...Ian Lance Taylor4-2/+27
2007-01-23rs6000-c.c (rs6000_cpu_cpp_builtins): Define _SOFT_DOUBLE if doubles use soft...Joseph Myers10-93/+615
2007-01-23call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVER...Roger Sayle3-10/+14
2007-01-23re PR ada/30560 (gnatchop behaves differently dependend on argv[0] -- make ch...Richard Guenther2-2/+8
2007-01-23re PR bootstrap/30541 (Top-level should pass GNATBIND, GNATLINK and GNATMAKE ...Richard Guenther3-10/+17
2007-01-23Makefile.in (OBJS-common): Reformat, alphabetize, but put insn-*.o first.Ian Lance Taylor2-52/+245
2007-01-23i386.md: Use REG_P...Uros Bizjak5-295/+306
2007-01-23Daily bump.GCC Administrator1-1/+1
2007-01-22* config/m68k/m68k.h: Fix comment.Andreas Schwab2-2/+6
2007-01-22passes.c (init_optimization_passes): Do not rerun pass_early_warn_uninitialized.Jan Hubicka2-8/+13
2007-01-22re PR tree-optimization/30038 (Call to sin(x), cos(x) should be transformed t...Richard Guenther6-2/+266
2007-01-22Typo fix.Ben Elliston1-1/+1
2007-01-21intrinsic.texi (ACHAR): Added cross-references.Brooks Moses2-2/+19
2007-01-22Daily bump.GCC Administrator1-1/+1
2007-01-21re PR rtl-optimization/29329 (internal consistency failure)Eric Botcazou4-22/+71
2007-01-21re PR libfortran/30525 ([4.2, 4.1 only] character comparisons with padding)Thomas Koenig2-0/+31
2007-01-21ipa-inline.c (inlining_mode): Comment, move up.Jan Hubicka2-130/+162
2007-01-21re PR bootstrap/30511 (False array bound check causes gcc failed to boostrap)Dirk Mueller2-10/+34
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen6-52/+138
2007-01-20re PR objc/30479 (Precompiled headers don't seem to work with GNU ObjC)Andrew Pinski7-3/+88
2007-01-21invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.Roger Sayle2-18/+31
2007-01-21tree-flow.h (struct stmt_ann_d): Move references_memory to proper place withi...Jan Hubicka2-4/+9
2007-01-20intrinsic.texi: Edited all "Syntax" examples to a consistent form.Brooks Moses2-147/+145
2007-01-21Daily bump.GCC Administrator1-1/+1
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl12-1714/+1623
2007-01-20module.c (mio_array_ref): The dimen_type fields of an array ref are an enumer...Roger Sayle2-2/+25
2007-01-20dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle8-22/+137
2007-01-20trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless implementation fo...Roger Sayle5-14/+120
2007-01-20gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert7-6/+39
2007-01-20gcc/Changelog typosBasile Starynkevitch1-8/+7
2007-01-20pa.c (output_move_double): Change array size of xoperands to 4.John David Anglin2-4/+5
2007-01-20re PR fortran/30446 ([4.1 only] -J option doesn't add path to search list)Francois-Xavier Coudert2-0/+8
2007-01-20tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL as temporary.Jan Hubicka2-7/+11
2007-01-20re PR fortran/30223 (Fortran frontend does not know about cbrt, cexpi and sin...Richard Guenther2-4/+72
2007-01-20Cast both sides of the conditional expression.Ian Lance Taylor1-1/+3
2007-01-20expmed.c (expand_divmod): Cast constant to unsigned HOST_WIDE_INT before nega...Ian Lance Taylor2-2/+9
2007-01-20tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field to unsigned.Ian Lance Taylor3-19/+39
2007-01-20re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi4-0/+26