aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata13-110/+123
2003-12-19dwarfout.c: Remove uses of "register" specifier in declarations of arguments ...Kazu Hirata5-24/+19
2003-12-19config.guess: Remove.Kelley Cook2-4/+4
2003-12-19* de.po: Update.Joseph Myers2-245/+246
2003-12-19re PR c++/12795 (ICE with attribute __alias__)Mark Mitchell4-1/+19
2003-12-19re PR c++/13371 (infinite loop with packed struct and inlining)Jason Merrill3-5/+49
2003-12-19unwind-ia64.c (ia64_copy_rbs): New function.Jakub Jelinek6-16/+386
2003-12-19re PR c++/13239 (Assertion does not seem to work correctly anymore)Jakub Jelinek4-0/+37
2003-12-19arm.c (thumb_base_register_rtx_p): Use regno in comparison against FIRST_PSEU...Richard Earnshaw2-2/+7
2003-12-19* gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.Hartmut Penner2-5/+25
2003-12-19rs6000.c (USE_ALTIVEC_FOR_ARG_P): Don't check for SVR4 ABI.Hartmut Penner2-1/+6
2003-12-19aix.h (OS_MISSING_POWERPC64): Define.Geoffrey Keating5-179/+132
2003-12-19inclhack.def (darwin_macho_dyldh): New.Geoffrey Keating3-5/+70
2003-12-19Daily bump.GCC Administrator1-1/+1
2003-12-18Change version number from 3.4 -> 3.4.0Dara Hazeghi3-3/+8
2003-12-18gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update gcc/ada...Kelley Cook3-17/+46
2003-12-18re PR debug/12923 (ICE in gen_subprogram_die, at dwarf2out.c:10607 with -O1 -g)Andrew Pinski4-0/+50
2003-12-18genrecog.c (print_host_wide_int): New.Richard Henderson2-2/+21
2003-12-18mangle18-1.C: Modify regexp to test for `[...Andrew Pinski7-10/+20
2003-12-18note that in-out operands should only be used with register constraintsJason Merrill1-12/+13
2003-12-18re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...Jason Merrill1-0/+28
2003-12-18c-decl.c (check_bitfield_type_and_width): Remove enum special case suppressio...Richard Henderson7-8/+21
2003-12-18s390.md (UNSPEC_SRST): New constant.Ulrich Weigand2-0/+86
2003-12-18sol2.h (LINK_ARCH32_SPEC): Define in terms of ...Mark Mitchell4-3/+27
2003-12-18re PR middle-end/13234 (ICE when dumping a translation unit)Jason Merrill2-0/+8
2003-12-18re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...Jason Merrill5-95/+106
2003-12-18re PR other/12009 (g++.dg, compat.exp fail to crosscompile testcases)Steven Bosscher3-10/+23
2003-12-18Makefile.in (tracer.o, [...]): Depend on timevar.hSteven Bosscher5-6/+22
2003-12-18re PR c++/13262 ("xxx is private within this context" when initializing a *se...Kriang Lerdsuwanakij4-0/+38
2003-12-18loop.c (move_movables): Handle combination of m->consec...Ulrich Weigand4-1/+48
2003-12-18re PR c++/9154 (poor error message for ">>" vs. "> >" for nested template args)Giovanni Bajo2-0/+75
2003-12-18re PR c++/9154 (poor error message for ">>" vs. "> >" for nested template args)Giovanni Bajo2-15/+90
2003-12-18simd-1.C: XFAIL on SPARC.Eric Botcazou3-0/+7
2003-12-18calls.c (load_register_parameters): Don't use LOAD_ARGS_REVERSED.Kazu Hirata4-12/+9
2003-12-17emit-rtl.c (set_new_first_and_last_label_num): Remove function.Per Bothner3-13/+6
2003-12-18frv.c (frv_ifcvt_modify_insn): Don't leave alone scratch insns of the then br...Alexandre Oliva2-2/+17
2003-12-18calls.c (expand_call): Update comments.Kazu Hirata4-14/+18
2003-12-17Fix for IA-64 glibc math test failures.James E Wilson5-2/+78
2003-12-17From Santiago VilaSantiago Vila2-1/+6
2003-12-18Make-lang.in: Replace cp/g++.1 with $(docobjdir)/g++.1.Kelley Cook2-5/+9
2003-12-18Daily bump.GCC Administrator1-1/+1
2003-12-17* emit-rtl.c: Fix signed/unsigned comparison warnings.Kazu Hirata2-2/+6
2003-12-17predict.c (struct block_info_def, [...]): Change bit-fields of width 1 to uns...Joseph Myers2-2/+7
2003-12-17re PR pch/12480 (pch error messages do not say they for PCH.)Geoffrey Keating2-2/+18
2003-12-17re PR target/11992 (Wrong built-in code for memcmp with length 1<<24 only (1<...Ulrich Weigand2-6/+15
2003-12-17ia64.c: Add more comments about insn bundling.Vladimir Makarov2-16/+121
2003-12-17re PR rtl-optimization/10592 ([arm] caller-save incorrectly handles a reloade...Richard Earnshaw2-1/+9
2003-12-17collect2.c (main): Add -fno-profile-arcs -fno-test-coverage -fno-branch-proba...David Edelsohn2-2/+12
2003-12-17re PR c++/10603 (failing to print problematic token upon parse error)Mark Mitchell6-3/+46
2003-12-17[multiple changes]Arnaud Charlet9-41/+82