aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-11-11re PR middle-end/27528 (compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on po...Richard Sandiford5-2/+74
2006-11-11bfin.h (FUNCTION_PROFILER): Don't use LABELNO.Jie Zhang2-4/+11
2006-11-11fold-const.c (operand_equal_p): Don't check for TREE_CONSTANT_OVERFLOW when c...Roger Sayle2-11/+8
2006-11-10rtl.h (MEM_COPY_ATTRIBUTES): Copy MEM_POINTER.Peter Bergner2-0/+5
2006-11-11builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().Kaveh R. Ghazi5-19/+110
2006-11-11fold-const.c (negate_mathfn_p): Add BUILT_IN_ERF.Kaveh R. Ghazi4-0/+63
2006-11-11tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempti...Roger Sayle3-6/+17
2006-11-11Daily bump.GCC Administrator1-1/+1
2006-11-10Corrected gfc_process_option to gfc_handle_option in my lastBrooks Moses1-1/+1
2006-11-10lang.opt (-fmodule-private): Remove option.Brooks Moses5-21/+18
2006-11-10cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka6-7/+24
2006-11-10re PR fortran/29758 (Runtime segfault in RESHAPE with insufficient elements i...Paul Thomas4-3/+54
2006-11-10re PR fortran/29454 (Slightly wrong error message for IF statement)Tobias Burnus2-1/+6
2006-11-10re PR fortran/29315 (error passing an array derived from type element)Paul Thomas4-3/+58
2006-11-10final.c (final): Walk from first instruction.Jan Hubicka3-1/+7
2006-11-10re PR tree-optimization/29777 (missed optimization: model missing widen_mult*...Uros Bizjak4-3/+60
2006-11-10builtins.c (do_mpfr_arg3): New.Kaveh R. Ghazi5-6/+191
2006-11-09* check.c (same_type_check): Typo fix in comment.Brooks Moses2-1/+5
2006-11-10Daily bump.GCC Administrator1-1/+1
2006-11-09re PR bootstrap/26892 (Can't compile a 64-bit gcc)Eric Christopher9-4346/+6381
2006-11-09ia64.c (ia64_hpux_init_libfuncs): Use HP-UX millicode routines for integer di...Steve Ellcey2-0/+21
2006-11-09re PR fortran/29431 (Not Implemented: complex character array constructors)Paul Thomas4-2/+45
2006-11-09* config/arm/t-linux (LIBGCC2_DEBUG_CFLAGS): Delete.Daniel Jacobowitz2-2/+5
2006-11-09re PR fortran/29744 (Type renaming crashes gfortran with excessive memory usage)Paul Thomas4-1/+48
2006-11-09re PR middle-end/29726 (invalid folding of ((X >> C1) & C2) != 0 or "M-x is u...Serge Belyshev5-3/+37
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas10-56/+139
2006-11-09simplify-rtx.c (avoid_constant_pool_reference): Avoid calling simplify_subreg...Andreas Krebbel4-0/+29
2006-11-09builtins-20.c: Use fabs, not __builtin_fabs.Kaveh R. Ghazi2-36/+37
2006-11-09io_constraints_3.f90: Fixed by using -fmax-errors.Tobias Burnus3-1/+7
2006-11-09invoke.texi: Minor formatting fixes in option lists.Brooks Moses2-4/+7
2006-11-09invoke.texi: Added documentation for -fmax-errors option.Brooks Moses2-28/+46
2006-11-08lang.opt: Add -fmax-errors= option.Brooks Moses5-18/+63
2006-11-08lang.opt: Remove non-working -qkind= option.Brooks Moses5-24/+8
2006-11-09Daily bump.GCC Administrator1-1/+1
2006-11-09re PR tree-optimization/29738 (Missed constant propagation into loops)Zdenek Dvorak5-179/+217
2006-11-08builtin-math-3.c: Add more sincos tests.Kaveh R. Ghazi2-4/+10
2006-11-08tree-pretty-print.c (dump_generic_node): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX i...Andrew Pinski2-6/+6
2006-11-08tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...Roger Sayle5-38/+85
2006-11-08configure.ac: Do not set PREFIX_INCLUDE_DIR if $prefix is NONE.Carlos O'Donell3-2/+9
2006-11-08gfortran.texi: Add volatile and internal-file namelist to Fortran 2003 status.Tobias Burnus3-4/+35
2006-11-08[multiple changes]Dorit Nuzman57-713/+4210
2006-11-08libgcc2.c (__bswapdi2): Rename from bswapDI2.Eric Christopher6-295/+328
2006-11-08Daily bump.GCC Administrator1-1/+1
2006-11-08c-common.c (c_common_attributes): Add gnu_inline attribyte.Jakub Jelinek6-19/+142
2006-11-07re PR other/25028 (TImode-to-floating conversions broken)Steve Ellcey4-1/+19
2006-11-07avr-protos.h (mask_one_bit_p, [...]): Remove prototype.Anatoly Sokolov3-177/+67
2006-11-07mips.h (ISA_HAS_PREFETCHX): Fix typo.Richard Sandiford2-1/+5
2006-11-07invoke.texi (fstrict-aliasing): Move implementation details...Josh Conner3-6/+12
2006-11-07re PR middle-end/29610 (ICE when compiling c++ code with -O2 -funswitch-loops)Richard Guenther3-1/+47
2006-11-07re PR fortran/29539 (ICE in variable_decl)Paul Thomas7-1/+98