aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-04-13tree.c (build_constructor): New function.Zack Weinberg31-166/+228
2003-04-13Daily bump.GCC Administrator1-1/+1
2003-04-12* intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.Zack Weinberg2-0/+5
2003-04-12* config/m68hc11/m68hc11-protos.hStephane Carrez4-0/+25
2003-04-12m68hc11.md ("decrement_and_branch_until_zero"): New pattern for dbcc/ibcc gen...Stephane Carrez2-0/+273
2003-04-12m68hc11.md ("bitcmpqi" split): No need to test the mode of operand 0.Stephane Carrez2-11/+32
2003-04-12m68hc11.md (SOFT_Z_REGNUM): New constant.Stephane Carrez2-10/+19
2003-04-12re PR c++/7910 ([cygwin] Seg fault when compiling OpenSceneGraph 0.9.1)Mark Mitchell4-5/+34
2003-04-12configure.in: Check for wchar.h, mbstowcs, and wcswidth.Zack Weinberg8-9/+62
2003-04-12* gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.Eric Botcazou2-2/+6
2003-04-12m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option; recognize -mnorelax.Stephane Carrez2-2/+15
2003-04-12larith.asm (memcpy): Use ARG macro to access stack parameters so that offsets...Stephane Carrez2-20/+27
2003-04-12* config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.David Edelsohn2-0/+6
2003-04-12mklibgcc.in (libgcc-stage-start): For every multilib directory containing a l...Alexandre Oliva2-2/+4
2003-04-12Makefile.in (stage1-start, [...]): Move $(SPECS) to specs in stage dir.Alexandre Oliva2-0/+16
2003-04-12mklibgcc.in (libgcc-stage-start): Move into the stage directory object files ...Alexandre Oliva2-1/+6
2003-04-12* profile.c (read_counts_file): Initialise 'checksum'.Geoffrey Keating2-1/+3
2003-04-12* emit-rtl.c (gen_rtx): Really correct typo.Geoffrey Keating2-1/+3
2003-04-12re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating10-35/+96
2003-04-12c-pch.c: Include flags.h.Geoffrey Keating5-31/+92
2003-04-12* doc/extend.texi (Empty Structures): New.Geoffrey Keating2-0/+20
2003-04-12emit-rtl.c (gen_rtx): Fix typos.Eric Christopher2-3/+7
2003-04-12Daily bump.GCC Administrator1-1/+1
2003-04-11* emit-rtl.c (gen_rtx): Zero '0' fields.Richard Henderson2-1/+6
2003-04-11re PR c++/10202 ([IA64] ICE in int_mode_for_mode, at stor-layout.c)Richard Henderson3-1/+22
2003-04-11bugreport.texi: Fix paragraph breaking between sections in preparation for Te...Simon Law6-14/+28
2003-04-11re PR fortran/9263 (ICE caused by invalid PARAMETER in implied DO loop)Bud Davis6-4/+62
2003-04-11i386.c (tls_model_chars): Remove.Richard Henderson4-132/+22
2003-04-11rtl.def (SYMBOL_REF): Add two 0 fields.Richard Henderson9-22/+155
2003-04-11libfuncs.h (LTI_setbits, [...]): New.Richard Henderson7-16/+30
2003-04-11c-tree.texi (Functions): Remove DECL_REAL_CONTEXT documentation; add DECL_FRI...Mark Mitchell2-14/+20
2003-04-11install.texi (hppa): Update links for HP-UX patches.John David Anglin6-25/+101
2003-04-11darwin-c.c (darwin_pragma_unused): Use lookup_name, not IDENTIFIER_LOCAL_VALUE.Zack Weinberg2-1/+6
2003-04-11re PR c/10201 ([IA64] ICE in int_mode_for_mode, at stor-layout.c)Richard Henderson4-15/+46
2003-04-11invoke.texi: Eliminate extra white-space caused by @gccoptlist{ on its own line.James A. Morrison2-35/+41
2003-04-11Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.Nathan Sidwell7-654/+516
2003-04-11Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to mkfixinc.sh.Alexandre Oliva5-36/+58
2003-04-11(in libobjc:)David Chad2-0/+22
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg16-881/+962
2003-04-11extend.texi (Template Instantiation): Refer to ISO standard, not Working Paper.Jonathan Wakely3-10/+16
2003-04-11tree.c (tree_operand_check_failed): New function.Zack Weinberg3-27/+97
2003-04-11Daily bump.GCC Administrator1-1/+1
2003-04-10re PR java/10253 (String concatenation with int zero, as in ""+0, results in ...Eric Blake2-19/+36
2003-04-10New test.Richard Henderson1-0/+42
2003-04-10re PR inline-asm/8803 (Internal compiler error in instantiate_virtual_regs_1,...Jan Hubicka2-0/+12
2003-04-10ia64-protos.h (addp4_optimize_ok): New.Steve Ellcey4-2/+26
2003-04-10expr.c (expand_assignment): Extend offset_rtx with convert_to_mode not with c...Steve Ellcey2-6/+14
2003-04-10class.c (layout_class_type): Correct handling for overlong bit-fields whose w...Mark Mitchell4-14/+36
2003-04-10* config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.Douglas B Rupp2-1/+5
2003-04-10[multiple changes]Andrew Haley6-10/+143