summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-2179-78/+102
* coff.h: Update copyright.Kazu Hirata2004-01-217-6/+15
* inclhack.def (hpux10_stdio_declarations, [...]): New hacks.John David Anglin2004-01-219-5/+615
* extend.texi (Extended Asm): Clarify memory clobber.Andreas Jaeger2004-01-212-6/+33
* crtstuff.c (frame_dummy, [...]): Call _Jv_RegisterClasses through a function ...Jakub Jelinek2004-01-212-4/+19
* re PR target/12898 (Tru64 UNIX bootstrap failure: ICE in gen_reg_rtx, at emit...Falk Hueffner2004-01-214-1/+60
* * config/m32r/m32r.h (CPP_SPEC): Define.Inaoka Kazuhiro2004-01-212-0/+6
* [multiple changes]Arnaud Charlet2004-01-2112-114/+184
* c-decl.c (merge_decls): Kill different_binding_level and different_tu argumen...Zack Weinberg2004-01-214-105/+59
* * parser.c (cp_parser_class_specifier): Prevent garbage collection.Zdenek Dvorak2004-01-212-0/+8
* Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and $(SYSTEM_H).Kaveh R. Ghazi2004-01-212-3/+9
* re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook2004-01-2115-230/+329
* reorder struct exception hacks and only bypass glibc for proper C++ handlingBruce Korb2004-01-211-11/+11
* Daily bump.GCC Administrator2004-01-211-1/+1
* reorder struct exception hacks and only bypass glibc for proper C++ handlingBruce Korb2004-01-203-76/+88
* fold-const.c (fold_convert): Rename to fold_convert_const.Roger Sayle2004-01-202-33/+55
* sysv4.h (DWARF2_FRAME_REG_OUT): Define.Alan Modra2004-01-214-19/+65
* pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.John David Anglin2004-01-204-74/+219
* emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha...Jan Hubicka2004-01-205-1/+48
* varray.c: Include hashtab.hJan Hubicka2004-01-205-2/+134
* cselib.c: Include alloc-pool.hJan Hubicka2004-01-203-34/+39
* mips.c (mips_load_call_address): Make the call insn use $gp if it could be ca...Richard Sandiford2004-01-202-12/+26
* s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.Kazu Hirata2004-01-203-5/+17
* avr.h (BASE_REG_CLASS): Don't permit to use X register as pointer after reload.Denis Chertykov2004-01-202-2/+8
* fix commentJason Merrill2004-01-201-1/+1
* re PR rtl-optimization/12440 (gcc 3.3.1 on i386 linux 2.4.22 crashes during c...Zdenek Dvorak2004-01-203-2/+13
* * gcc.dg/ppc64-abi-2.c: New test.Hartmut Penner2004-01-202-0/+409
* * gcc/config/rs6000/rs6000.c (function_arg) HandleHartmut Penner2004-01-202-5/+39
* It's 2004 not 2004Steven Bosscher2004-01-201-1/+1
* (TARGET_M32R2). Test for TARGET_M32R2_MASK not TARGET_M32RX_MASK.Kazuhiro Inaoka2004-01-202-1/+6
* re PR target/13557 (deviation from the psABI for small structures)Eric Botcazou2004-01-202-23/+28
* Fix patch oops.Per Bothner2004-01-191-1/+1
* Move cpp_reader's line_maps field to a shared global.Per Bothner2004-01-1912-21/+56
* Implement a cache for linemap_lookup.Per Bothner2004-01-193-7/+33
* re PR rtl-optimization/13567 ([sh] miscompiling calls.c)Kaz Kojima2004-01-202-2/+24
* treelang.exp: Fill out this file.James A. Morrison2004-01-206-1/+353
* Makefile.in (target_noncanonical, [...]): Use immediate define instead of def...Kelley Cook2004-01-208-17/+43
* c-decl.c (c_init_decl_processing): Set pedantic_lvalues to true unconditionally.Joseph Myers2004-01-2013-315/+56
* Daily bump.GCC Administrator2004-01-201-1/+1
* re PR c++/13651 (double error message when using incomplete types in a struct)Mark Mitchell2004-01-192-0/+10
* re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized)Roger Sayle2004-01-193-59/+68
* re PR c++/13592 (C++ parser regression)Mark Mitchell2004-01-192-1/+4
* re PR c++/13592 (C++ parser regression)Mark Mitchell2004-01-1910-197/+77
* alpha.c (aligned_memory_operand): Check MEM_ALIGN, don't check memory mode.Richard Henderson2004-01-193-86/+101
* fnptr-by-value-1_x.c, [...]: Guard non-C99 tests with SKIP_COMPLEX_INT, SKIP_...Eric Botcazou2004-01-1956-81/+238
* alias-1.c: Add dg-warning for unsupported visibility attribute on sparc*-sun-...Eric Botcazou2004-01-192-0/+6
* sol2.h (ASM_DECLARE_OBJECT_NAME): New.Eric Botcazou2004-01-195-15/+134
* contrib.texi: Update Paolo Carlini's entry.Jeff Law2004-01-192-2/+14
* i386.md (*movhi_1, *movqi_1): When optimizing for size, don't use the larger ...Roger Sayle2004-01-192-2/+11
* [multiple changes]Arnaud Charlet2004-01-199-81/+247