aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-04-15re PR c++/10381 (Accepts call to inexistent function)Mark Mitchell5-30/+62
2003-04-15re PR target/9594 ([sh4-elf] Assembler complains pcrel too far.)J"orn Rennecke2-1/+8
2003-04-15c-decl.c (implicitly_declare): Copy declarations that are going to be placed ...Mark Mitchell2-1/+12
2003-04-15invoke.texi (Spec Files): Wrap if-exists-else example.James A. Morrison2-19/+7
2003-04-15decl2.c (mark_used): Don't instantiate anything if skip_evaluation.Jason Merrill3-4/+21
2003-04-15unwind.inc (_Unwind_Backtrace): New function.Ulrich Weigand4-0/+51
2003-04-15PR middle-end/10336, c++/10401Jason Merrill3-1/+20
2003-04-15re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target co...Kaveh R. Ghazi2-1/+8
2003-04-15i386.md (abssf2_if+1): Make condition agree with abssf2_1 .J"orn Rennecke4-1/+13
2003-04-15optabs.c (expand_binop): In multi-word add cases, ensure XTARGET is copied to...Richard Kenner2-1/+7
2003-04-15except.c (resolve_fixup_regions): Avoid dereferencing null pointer to region...Olivier Hainque2-1/+7
2003-04-15rs6000.h (EPILOGUE_USES): Use register 2...Jakub Jelinek2-1/+7
2003-04-15extend.texi (Empty Structures): Correct description of G++'s handling of thes...Mark Mitchell2-2/+6
2003-04-15c-decl.c (grokdeclarator): Reject extern redeclarations of static variables.Mark Mitchell4-2/+27
2003-04-15tree.c (build_cplus_array_type_1): Do not call uses_template_parms() on a NUL...Ziemowit Laski2-1/+6
2003-04-15Daily bump.GCC Administrator1-1/+1
2003-04-14rs6000.md (define_constants): Define constants for all UNSPEC usage, includin...Janis Johnson3-46/+90
2003-04-14rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.Janis Johnson2-1/+5
2003-04-14* Makefile.in (c-opts.o): Use custom action.Neil Booth2-0/+6
2003-04-14explow.c (round_push): Use HOST_WIDE_INT instead of int for the temporary use...Olivier Hainque2-1/+8
2003-04-14dbxout.c (print_int_cst_bounds_in_octal_p): New function, extracted from dbxo...Joel Brobecker2-26/+50
2003-04-14tree.c (int_fits_type_p): Extract generic checks from the case of constant ty...Olivier Hainque3-19/+74
2003-04-14global.c (global_conflicts): Prevent allocation of call clobbered hard regs t...Olivier Hainque2-8/+24
2003-04-14* ifcvt.c (noce_process_if_block): Fail on BLKmode move.Douglas B Rupp2-1/+5
2003-04-14stor-layout.c (layout_type, [...]): Add missing code to handle "superflat arr...Richard Kenner2-0/+12
2003-04-14integrate.c (expand_inline_function): Don't inline if would lose /u on a BLKm...Richard Kenner2-0/+13
2003-04-14dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead of DW_LANG_Ada...Joel Brobecker2-1/+6
2003-04-14* fold-const.c (fold): Reorder tests for conditional expressions.Olivier Hainque2-8/+10
2003-04-14expr.c (highest_pow2_factor): Return unsigned.Olivier Hainque4-10/+18
2003-04-14builtins.c (expand_builtin_strlen): Evaluate the lengths of string literals a...Roger Sayle2-5/+14
2003-04-14fold-const.c (fold): Transform (c1 - x) cmp c2...Roger Sayle4-1/+62
2003-04-14genautomata.c (output_translate_vect): Fix a typo in loop condition.Vladimir Makarov2-1/+6
2003-04-14re PR target/10377 (gcc-3.2.2 creates bad assembler for cris)Hans-Peter Nilsson2-38/+52
2003-04-14re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE)Jan Hubicka2-1/+6
2003-04-14re PR target/10377 (gcc-3.2.2 creates bad assembler for cris)Hans-Peter Nilsson2-0/+44
2003-04-14* doc/contrib.texi (Contributors): Correct my entry.Kriang Lerdsuwanakij2-1/+6
2003-04-14* gjavah.c (print_c_decl): Indentation fix.Tom Tromey2-6/+10
2003-04-14tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle5-40/+18
2003-04-14builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle13-22/+148
2003-04-14Fix formatting in last commit.Kaveh Ghazi1-3/+3
2003-04-14Daily bump.GCC Administrator1-1/+1
2003-04-13builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.Kaveh R. Ghazi6-11/+184
2003-04-13re PR c++/10300 (use of array-new (nothrow) in segfaults on NULL return)Mark Mitchell4-60/+97
2003-04-13Replace "GNU CC" with "GCC"Nick Clifton51-797/+815
2003-04-13oops - forgot to delete file whne comitting previous deltaNick Clifton1-0/+0
2003-04-13config-ml.in: Remove support for --disable-aix removing call-aix multilibs.Nick Clifton13-120/+50
2003-04-13invoke.texi: Fix typos.Kazu Hirata3-6/+11
2003-04-13* c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.Zack Weinberg2-2/+6
2003-04-13tree.c (build_constructor): New function.Zack Weinberg31-166/+228
2003-04-13Daily bump.GCC Administrator1-1/+1