aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-07-25Daily bump.GCC Administrator2-2/+2
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti19-127/+153
2004-07-24internal.h (xnew, [...]): Remove.Bernardo Innocenti6-15/+21
2004-07-24* ansidecl.h (ARG_UNUSED): New Macro.Bernardo Innocenti2-3/+15
2004-07-24libiberty.h (XNEW, [...]): Move here from libcpp/internal.h.Bernardo Innocenti1-0/+31
2004-07-24Makefile.am: Add gnu/java/security/action/GetPropertyAction.java and...Bryce McKinlay3-0/+12
2004-07-24m68k.c (output_scc_di): Fix coding style.Roman Zippel5-85/+66
2004-07-24c-typeck.c (convert_for_assignment): Tightened up pointer converstions that d...Mike Stump3-1/+32
2004-07-24* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.Zack Weinberg2-2/+6
2004-07-23tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.Richard Kenner3-1/+5
2004-07-23gimplify.c (gimplify_compound_lval): Check for no handled operations, rather ...Richard Kenner3-57/+37
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay4-21/+20
2004-07-23re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo7-37/+119
2004-07-24Daily bump.GCC Administrator2-2/+2
2004-07-24re PR libstdc++/16678 (warning: suggest parentheses around assignment used as...Benjamin Kosnik2-37/+49
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump12-55/+77
2004-07-23Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons15-150/+173
2004-07-23re PR c++/16277 (Wrong code with conditionals in initializers)Richard Henderson2-10/+23
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson13-111/+66
2004-07-24Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.Jakub Jelinek19-0/+3181
2004-07-23Connection.java: Use GetPropertyAction for privileged getProperty calls.Bryce McKinlay6-83/+217
2004-07-23ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields.Bryce McKinlay4-2/+43
2004-07-23print-rtl.c (print_rtx <case 'b'>): Don't attempt to print bitmap contents if...Zack Weinberg3-17/+22
2004-07-23c-decl.c (start_function): Form composite type of function types rather than ...Joseph Myers4-1/+42
2004-07-23altivec.h (vec_lvewx, [...]): Remove the const qualifier for the second argum...Janis Johnson2-9/+12
2004-07-23altivec.h (vec_stvewx, [...]): Use specific pointer types.Janis Johnson2-17/+84
2004-07-23altivec.h (vec_vadduwm): (vec_vadduwm...Janis Johnson2-164/+663
2004-07-23altivec.h (vec_vcmpgtsh): Fix C++ function name.Janis Johnson2-28/+30
2004-07-238-02a.c: Fix typo.Janis Johnson2-1/+3
2004-07-23varargs-4.c: Remove a Darwin-specific check.Janis Johnson3-8/+37
2004-07-23debug-1.c: Use int, not long, in union with vector.Janis Johnson3-4/+7
2004-07-23ops.c: Remove checks using pointers to long.Janis Johnson4-62/+120
2004-07-23DefaultContentHandlerFactory.java: Check in real file missed in last commit.Mark Wielaard2-4/+54
2004-07-23System.java (static): Set http.agent system property when not yet set.Mark Wielaard3-33/+66
2004-07-23DefaultContentHandlerFactory.java: New dummy implementation.Mark Wielaard2-0/+55
2004-07-23machmode.def: Remove vector modes.Paolo Bonzini8-34/+59
2004-07-23cp: * search.c (lookup_conversion_operator): Avoid two loops.Nathan Sidwell7-83/+434
2004-07-23debug.html: Say debug mode only available since 3.4.0.Jonathan Wakely2-1/+6
2004-07-232004-07-23 Matthias Klose <doko@debian.org>Matthias Klose2-1/+5
2004-07-23intl.c (gcc_init_libintl): Use PACKAGE for the text domain.Matthias Klose5-2/+19
2004-07-23dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB...Mark Mitchell8-541/+379
2004-07-23Makefile.am (ordinary_java_source_files): Add DefaultContentHandlerFactory.java.Bryce McKinlay9-30/+187
2004-07-23Daily bump.GCC Administrator2-2/+2
2004-07-22thr.c (__objc_thread_detach_function): Do not mark as volatile but instead us...Andrew Pinski2-2/+7
2004-07-22* g++.dg/parse/attr2.C: Simplify.Mark Mitchell2-4/+5
2004-07-22re PR c/7284 (incorrectly simplifies leftshift followed by signed power-of-2 ...Joseph Myers4-1/+40
2004-07-22implement-c.texi: New file.Joseph Myers5-401/+413
2004-07-22integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill3-41/+11
2004-07-22fix typo.Brian Booth1-1/+0
2004-07-22tree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL.Brian Booth4-41/+244