summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* web.c (union_defs): use all defs of an instruction to create a union with a r...Roman Zippel2004-06-292-5/+12
* re PR middle-end/16216 (ICE in gimplify_va_arg_expr after error)Richard Henderson2004-06-293-1/+17
* decl.c, [...]: Add 2004 to copyright years.Tobias Schlüter2004-06-305-5/+11
* Make sure types in assignments are compatible.Steven Bosscher2004-06-299-176/+264
* Fix ChangeLog entryTobias Schlüter2004-06-291-2/+2
* Revert previous accidental commit.Tobias Schlüter2004-06-293-218/+209
* dump-parse-tree.c (show_common): New function.Tobias Schlüter2004-06-295-209/+246
* vector-defs.h: Use vector_size attribute only for GCC 3.5+...Jakub Jelinek2004-06-292-21/+50
* re PR target/16195 ([3.4 only] Miscompilation of GCC 3.3.x by 3.4.x)Jakub Jelinek2004-06-294-3/+64
* Andrew Vaught <andyv@firstinter.net>Tobias Schlüter2004-06-2911-165/+298
* * io.c: Add 2004 to copyright years.Tobias Schlüter2004-06-292-1/+6
* Andrew Vaught <andyv@firstinter.net>Tobias Schlüter2004-06-294-0/+219
* re PR java/1262 (Method with default access can be overridden in another pack...Bryce McKinlay2004-06-294-61/+95
* Fix gcc.dg/builtin-apply2.c failures:Joern Rennecke2004-06-292-14/+30
* Fix gcc.dg/builtin-apply2.c failures:Joern Rennecke2004-06-291-0/+11
* module.c (mio_gmp_real): Correct writing of negative numbers.Tobias Schlüter2004-06-294-2/+26
* expmed.c (expand_smod_pow2): Provide alternate implementations that avoid con...Roger Sayle2004-06-292-11/+42
* tree-sra.c: Include expr.h for definition of MOVE_RATIO.Andrew Pinski2004-06-293-1/+8
* re PR fortran/15963 (Error when comparing characters in restricted expression)Tobias Schlüter2004-06-294-4/+34
* tree-sra.c: Rewrite from scratch.Richard Henderson2004-06-294-829/+1596
* except.c (expand_start_java_handler): Push a new binding level.Andrew Haley2004-06-295-96/+94
* vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int.Nathan Sidwell2004-06-292-4/+9
* target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook2004-06-2913-41/+175
* re PR c++/16260 (ICE in template function)Nathan Sidwell2004-06-294-10/+29
* cfglayout.c (fixup_reorder_chain): Don't do anything for e_fall->dest == EXIT...J"orn Rennecke2004-06-292-2/+6
* tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson2004-06-287-24/+223
* function.c (assign_parms): Don't abort with zero size stack parm failing the ...Alan Modra2004-06-292-1/+6
* pr14963.c: Remove the dg-warning as it is dected by the error already.Andrew Pinski2004-06-282-2/+3
* common.opt (ftree-fre): New flag.Diego Novillo2004-06-2815-538/+706
* Daily bump.GCC Administrator2004-06-291-1/+1
* * jcf-write.c (get_classfile_modifiers): Formatting fixes.Bryce McKinlay2004-06-292-3/+8
* m32r.c (m32r_sched_odd_word_p, [...]): Remove.Steven Bosscher2004-06-284-374/+121
* tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson2004-06-286-4/+19
* Typo fix.Joern Rennecke2004-06-281-1/+1
* * config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.J"orn Rennecke2004-06-282-2/+5
* builtins.def (execl, [...]): Change to DEF_EXT_LIB_BUILTIN.Joseph Myers2004-06-282-7/+12
* decl.c: Remove calls to add_decl_expr...Richard Kenner2004-06-287-626/+511
* expmed.c (expand_smod_pow2): New function to expand signed remainder by a con...Roger Sayle2004-06-282-6/+84
* ptrmem4.C: Change to compile only test.Andrew Pinski2004-06-282-1/+5
* Check-in change to this file that got left out of last check-inRichard Kenner2004-06-281-0/+21
* * Makefile.in (vec.o): Fix dependencies.Ulrich Weigand2004-06-282-1/+5
* Makefile.in: Fix parallel make dependency problem on vec.o.Andreas Tobler2004-06-282-1/+5
* re PR target/14041 (H8300-elf unaligned word/longword access of zero initiali...Dhananjay Deshpande2004-06-284-0/+25
* cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac...Nathan Sidwell2004-06-285-145/+169
* cp-tree.h (struct deferred_access): Move to ...Nathan Sidwell2004-06-283-86/+120
* [multiple changes]Arnaud Charlet2004-06-2831-317/+564
* combine.c (can_combine_p): Do not prevent building insns that use and clobber...Ulrich Weigand2004-06-282-10/+32
* tree-sra.c (is_sra_candidate_ref): Remove second arg; all callers changed.Richard Kenner2004-06-282-17/+51
* tree-pretty-print.c (dump_function_declaration): New.Richard Kenner2004-06-282-30/+66
* tree-nested.c (create_tmp_var_for): Allow ARRAY_TYPE.Richard Kenner2004-06-282-51/+70