aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Davis2-0/+20
2004-12-24Daily bump.GCC Administrator1-1/+1
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
2004-12-23re PR c++/17413 (local classes as template argument)Mark Mitchell5-4/+20
2004-12-23mips.h (TARGET_CPU_CPP_BUILTINS): Add assert for machine=mips for !TARGET_IRIX.Eric Christopher5-4/+13
2004-12-23Fix ChangeLog entry from 2004-12-22 from 'dg-xfail-if' to 'dg-skip-if'Janis Johnson1-1/+1
2004-12-23* g++.dg/template/crash31.C: Correct embedded PR number.Mark Mitchell3-2/+6
2004-12-23* cvt.c (convert_to_void): Fix typo in comment.Mark Mitchell2-1/+5
2004-12-23re PR c++/16405 (Temporary aggregate copy not elided)Mark Mitchell2-0/+6
2004-12-23tree.c (iterative_hash_expr): Canonicalize builtins.Dale Johannesen2-1/+17
2004-12-23re PR c++/18962 (specialization of template class with inner template members...Alexandre Oliva4-0/+37
2004-12-23re PR target/16819 (ICE with empty struct as arg)Alexandre Oliva4-2/+28
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou2-2/+3
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou9-20/+58
2004-12-23i386.c (override_options): Revert last change wrt fancy 387 math.Richard Henderson2-2/+6
2004-12-23alpha.md (one_cmpl<mode>2, [...]): New macroized vector operate patterns.Richard Henderson2-0/+61
2004-12-23target-supports.exp (check_effective_target_vect_no_align): Remove i?86 and x...Richard Henderson2-3/+6
2004-12-23i386.c (ix86_expand_vector_move): Tidy.Richard Henderson4-33/+175
2004-12-23re PR c++/16405 (Temporary aggregate copy not elided)Mark Mitchell4-0/+77
2004-12-23alpha.c (alpha_expand_mov): Split out ...Richard Henderson4-119/+63
2004-12-22optabs.h (OTI_movmisalign, [...]): New.Richard Henderson11-34/+59
2004-12-22emmintrin.h (_mm_loadh_pd): Don't cast pointer arg to __v2si.Richard Henderson4-73/+165
2004-12-23re PR target/18751 (ICE in expr.c:5083, profiledbootstrap)Alan Modra2-1/+8
2004-12-22i386.md (btsq, btrq, btcq): Fix modes.Richard Henderson2-12/+15
2004-12-22* varasm.c (force_const_mem): Call set_mem_align.Richard Henderson2-0/+5
2004-12-22predicates.md (sse_comparison_operator): Fix typo in ieee test.Richard Henderson2-3/+9
2004-12-23re PR target/18511 (cc1plus segfaults when compiling libstdc++-v3/src/localen...Kaz Kojima3-2/+11
2004-12-22i386.c (override_options): Respect user disable of fancy 387 math, sse, mmx.Richard Henderson6-27/+72
2004-12-23tree-inline.c (struct inline_data): Remove inlined_fns.Daniel Berlin3-32/+8
2004-12-23re PR c++/18733 (friend rejected)Giovanni Bajo4-1/+32
2004-12-23* tree-browser.c: Remove obsolete #ifdef HOST_EBCDIC code.Roger Sayle2-8/+4
2004-12-23Daily bump.GCC Administrator1-1/+1
2004-12-23fix overlong lineAlan Modra1-5/+5
2004-12-23re PR target/18896 (addressing split complex parm)Alan Modra2-3/+42
2004-12-22tree.h (DECL_PTA_ALIASVAR): Dead.Daniel Berlin2-5/+5
2004-12-22system.h (IN_RANGE): Restore HOST_WIDE_INT cast.Nathan Sidwell3-2/+7
2004-12-22* rtti.c (emit_support_tinfos): Avoid using C99 semantics.Mark Mitchell2-5/+9
2004-12-22i386.md (truncdfsf2): Don't create stack temp when using sse math only.Richard Henderson2-160/+204
2004-12-22[multiple changes]Richard Henderson7-36/+77
2004-12-22* tree-sra.c (type_can_be_decomposed_p): Reject variable sized types.Richard Kenner2-1/+6
2004-12-22re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ...Mark Mitchell10-32/+181
2004-12-22* lib/gcc-dg.exp (dg-xfail-if): Fix the flags compared against.Janis Johnson2-3/+28