aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-12-27re PR c++/19149 (seg fault on invalid code)Mark Mitchell4-1/+19
2004-12-27type_traits: Rework the _DEFINE_SPEC* macros.Paolo Carlini2-53/+51
2004-12-27* g++.dg/opt/temp1.C (memcpy): Return a value.Mark Mitchell2-0/+3
2004-12-27re PR libfortran/19032 (modulo generates wrong result for divisor 1 and -1)Tobias Schlüter5-26/+65
2004-12-27trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimi...Andrew Pinski2-1/+7
2004-12-27Fix typo in ChangeLogTobias Schlüter1-1/+1
2004-12-27trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift.Tobias Schlüter8-33/+567
2004-12-27re PR c++/19148 (ICE: gimplification failed)Mark Mitchell2-0/+17
2004-12-27re PR c++/19148 (ICE: gimplification failed)Mark Mitchell2-5/+15
2004-12-27* gfortran.dg/g77/select_no_compile.f: Remove.Paul Brook2-11/+4
2004-12-27i386.h (UNITS_PER_SIMD_WORD): Don't use MMX/3DNOW.Richard Henderson9-297/+13
2004-12-27* src/x86/unix64.S: Fix typo in unwind info.Richard Henderson2-1/+5
2004-12-26compat-common.h (CINT, CDBL): Use multiplication by 1i instead of token pasting.Richard Henderson2-2/+7
2004-12-26i386.md (mov<MMXMODEI>_internal_rex64): New.Richard Henderson1-4/+50
2004-12-26i386.c (ix86_gimplify_va_arg): Also pass the result of type_natural_mode to e...Richard Henderson2-5/+15
2004-12-26simplify-rtx.c (simplify_relational_operation_1): Don't simplify plus/minus a...Richard Henderson2-1/+7
2004-12-27re PR target/17643 (ICE in propagate_one_insn, at flow.c:1582)John David Anglin2-3/+11
2004-12-27Daily bump.GCC Administrator2-2/+2
2004-12-26re PR tree-optimization/17578 (Missed optimization--failure of gcc.c-torture/...John David Anglin3-2/+9
2004-12-26type_traits (__is_enum_helper): Slightly simplify, make __convert non template.Paolo Carlini2-4/+8
2004-12-26type_traits: Implement is_pod, has_trivial_constructor, and has_trivial_destr...Paolo Carlini8-0/+323
2004-12-25expr.c (clear_storage): Validate CONST0_RTX extant.Richard Henderson2-17/+41
2004-12-25target-supports.exp (check_effective_target_vect_no_bitwise): Remove Alpha.Richard Henderson2-2/+6
2004-12-26Daily bump.GCC Administrator2-2/+2
2004-12-25Revert 2004-12-08 Makefile changes.David Edelsohn4-6/+4
2004-12-25re PR rtl-optimization/19078 (Poor quality code after loop unrolling.)Zdenek Dvorak2-4/+38
2004-12-25re PR target/19059 (Atmel AVR Tiny13 and Tiny2313 support corrupted)Marek Michalkiewicz4-7/+15
2004-12-25pr17055-1.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.John David Anglin7-2/+24
2004-12-25type_traits (is_enum): Minor tweak.Paolo Carlini2-1/+5
2004-12-25type_traits: Implement is_enum (usual caveats about the nasty consequences of...Paolo Carlini7-6/+252
2004-12-25re PR target/19137 (ICE with load of TImode constant)Alan Modra2-33/+42
2004-12-25ffi64.c (struct register_args): Rename from stackLayout.Richard Henderson3-640/+592
2004-12-25Daily bump.GCC Administrator2-2/+2
2004-12-24type_traits: Add missing undef.Paolo Carlini2-0/+5
2004-12-25re PR target/19147 (invalid rlwinm patterns)Alan Modra2-54/+5
2004-12-24type_traits: Implement is_member_object_pointer, is_member_function_pointer.Paolo Carlini8-34/+370
2004-12-24i386.md (*fix_trunc{d,s,h}i_1): Rename to *fix_trunc{d,s,h}i_i387.Uros Bizjak2-6/+12
2004-12-24re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin5-7/+41
2004-12-24complex_write.f90: removed extraneous comma.Bud Davis1-1/+1
2004-12-24re PR target/19142 (ppc-darwin no longer builds)Alan Modra2-1/+8
2004-12-24re PR libfortran/19071 (complex formatted output has too many items)Bud Davis4-8/+34
2004-12-24Daily bump.GCC Administrator2-2/+2
2004-12-23gfortran.texi: Fix typo.Steven G. Kargl2-1/+5
2004-12-23reload.c (regno_clobbered_p): Add a gcc_assert that regno refers to a hard re...Roger Sayle2-2/+12
2004-12-23re PR c++/17595 (Unfriendly error message/rejects legal #pragmas in the middl...Mark Mitchell2-0/+11
2004-12-23re PR c++/17595 (Unfriendly error message/rejects legal #pragmas in the middl...Mark Mitchell2-0/+10
2004-12-23gimplify.c (gimplify_modify_expr_rhs): Use types_compatible_p.Mark Mitchell4-2/+15
2004-12-23Fixed incorrect PR number.Alexandre Oliva1-1/+1
2004-12-23* gcc.dg/empty2.c: Add missing dg-warning.Alexandre Oliva2-1/+5
2004-12-23genrecog.c (did_you_mean_codes): New.DJ Delorie2-0/+24