aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-22Makefile.in (install-common): Remove special-case code for when SPECS is defi...Mark Mitchell2-12/+9
2004-12-22config.gcc: Add dbxelf.h to NetWare's tm_file.Jan Beulich9-77/+140
2004-12-22t-linux64: Remove code that messed with $(SPECS).Alexandre Oliva3-32/+14
2004-12-22re PR c++/18378 (ICE when returning a copy of a packed member)Mark Mitchell9-15/+102
2004-12-22decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.Volker Reichelt3-5/+7
2004-12-22* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.Volker Reichelt2-1/+5
2004-12-22Daily bump.GCC Administrator1-1/+1
2004-12-21re PR c++/18984 (ICE in check_pointer_types_r)Andrew Pinski7-9/+68
2004-12-21stabs-1.m: Allow section name to be quoted and assembly label to begin with '...Eric Botcazou2-1/+6
2004-12-21gimplify.c (eval_save_expr): New.Richard Henderson3-4/+28