aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-11-28Oops, wrong file committed.Jan Hubicka1-241/+1
2006-11-28builtins.c: Include tree-flow.h.Jan Hubicka4-42/+312
2006-11-28re PR c++/29735 (ICE on "main" returning vector)Jakub Jelinek4-11/+33
2006-11-28* sv.po, tr.po: Update.Joseph Myers3-15705/+7087
2006-11-28invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka11-29/+280
2006-11-28ggc-page.c (ggc_print_statistics): Use %ul and a cast to unsigned long for pr...Richard Guenther2-4/+11
2006-11-28pack-test-1.c: Use __alignof__ to determine natural alignments.Nathan Sidwell2-53/+66
2006-11-28re PR fortran/29976 (ICE on optional arg)Paul Thomas4-1/+45
2006-11-28re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas4-4/+41
2006-11-28class.c (build_vcall_offset_vtbl_entries): Do not add vcall entries for a pri...Mark Mitchell2-1/+13
2006-11-28gcc-defs.exp (${tool}_check_compile): xfail test cases that fail to link due ...Ben Elliston2-0/+11
2006-11-28Daily bump.GCC Administrator1-1/+1
2006-11-27alias.c (init_alias_analysis): Remove simplification loop after propagating p...Steven Bosscher2-32/+5
2006-11-27i386.c (x86_ext_80387_constants): Add m_K8, m_CORE2 and m_GENERIC64.Uros Bizjak2-1/+6
2006-11-27* config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.Bob Wilson2-0/+7
2006-11-27c-common.c (constant_fits_type_p): Delete.Roger Sayle2-74/+69
2006-11-27invoke.texi: Fixed typo.Tobias Burnus2-1/+5
2006-11-27re PR target/29319 (ICE unrecognizable insn: offset too large for larl (break...Michael Matz5-4/+50
2006-11-2720061124-1.c: Add exit() function prototype.Uros Bizjak2-0/+5
2006-11-27expr.c (emit_block_move_via_libcall): Export.Jan Hubicka12-494/+1386
2006-11-27cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka1-1/+0
2006-11-27cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka8-37/+27
2006-11-27target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther9-3/+201
2006-11-27re PR fortran/25620 (Missed optimization with power)Richard Guenther5-23/+170
2006-11-27re PR tree-optimization/22372 (Vectorizer produces mis-match types)Ira Rosen2-56/+96
2006-11-27revert: i386.c (ix86_rtx_costs): For standard 80387 constants...Uros Bizjak3-19/+48
2006-11-27re PR c++/29886 (Cast misinterpreted as variable declaration)Mark Mitchell4-6/+53
2006-11-27Checkin ChangeLogs from previous checkin.Kaveh Ghazi1-0/+6
2006-11-27Daily bump.GCC Administrator1-1/+1
2006-11-26configure.in (--with-mpfr-dir, [...]): Remove flags.Kaveh Ghazi1-26/+29
2006-11-26Fix oversight.Eric Botcazou2-2/+5
2006-11-26builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.Kaveh R. Ghazi4-1/+47
2006-11-26re PR fortran/29892 (substring out of bounds: Missing variable name for varia...Francois-Xavier Coudert3-6/+45
2006-11-26ipa-6.c: New.Razya Ladelsky2-0/+35
2006-11-26re PR tree-optimization/29122 (ICE with -ipa-cp and -m64 (tail calls))Razya Ladelsky2-7/+9
2006-11-26trans-decl.c (gfc_build_intrinsic_function_decls): Mark the pow functions as ...Andrew Pinski2-0/+8
2006-11-25re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a...Andrew Pinski4-2/+19
2006-11-26Daily bump.GCC Administrator1-1/+1
2006-11-25re PR fortran/29951 (incorrect conversion from string to integer by TRANSFER())Andrew Pinski4-3/+49
2006-11-25reg-stack.c (get_true_reg): Fix UNSPEC_TRUNC_NOOP handling.Uros Bizjak2-5/+7
2006-11-25cse.c (cse_altered): Remove.Steven Bosscher2-29/+28
2006-11-25c.opt: Remove -ffixed-form, -ffixed-line-length-none, and -ffixed-line-length...Brooks Moses2-9/+5
2006-11-25re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Francois-Xavier Coudert2-57/+145
2006-11-25config/i386/i386.md (fpremxf4): Rename to fpremxf4_i387.Uros Bizjak2-88/+52
2006-11-25re PR fortran/29973 ([4.2 only] CHAR not allowed as actual argument, even in ...Francois-Xavier Coudert2-8/+5
2006-11-25Add some missing >s.Jakub Jelinek1-4/+4
2006-11-25function.c (instantiate_virtual_regs_in_insn): Call force_reg inside start_se...Joseph Myers2-1/+13
2006-11-25jump.c (mark_all_labels): Work in cfglayout mode.Steven Bosscher4-5/+55
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak38-457/+502
2006-11-25config/i386/i386.md (UNSPEC_TRUNC_NOOP): New unspec definition.Uros Bizjak3-106/+81