aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-29configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*, powerpc-*rtems*, arm*-*-rte...Ralf Corsepius3-0/+16
2005-04-29m68k.c (m68k_initial_elimination_offset): Use gcc_assert and gcc_unreachable ...Nathan Sidwell4-134/+103
2005-04-29gfortran.h (gfc_namespace): Add seen_implicit_none field, Tobias forgot this ...Francois-Xavier Coudert2-1/+6
2005-04-29xtensa.c (gen_int_relational): Use gcc_assert and gcc_unreachable as appropri...Nathan Sidwell4-84/+91
2005-04-292005-04-29 Michael Koch <konqueror@gmx.de>Michael Koch2-9/+21
2005-04-292005-04-29 Michael Koch <konqueror@gmx.de>Michael Koch2-22/+9
2005-04-29ResourceBundle.java (getObject): Clarify MissingResourceException detailed me...Mark Wielaard2-7/+13
2005-04-292005-04-29 Robert Schuster <thebohemian@gmx.net>Robert Schuster3-22/+75
2005-04-29trans-expr.c (gfc_conv_expr_present): Fix broken assert.Paul Brook4-2/+37
2005-04-28Fix problems noticed while reviewing patch from Alex Oliva.James E Wilson2-4/+7
2005-04-28opt-functions.awk (var_set): Emit proper initializer for non-target bitfields.DJ Delorie2-2/+12
2005-04-29* intrinsics/rename.c: Add missing #includes.Tobias Schlüter2-0/+6
2005-04-28dbxout.c (have_used_extensions): Remove.Devang Patel2-34/+10
2005-04-29Daily bump.GCC Administrator1-1/+1
2005-04-29gfortran.h (gfc_namespace): Add seen_implicit_none field.Tobias Schlüter4-2/+48
2005-04-29target-supports.exp (check_profiling_available): Return false for xtensa-*-elf.Bob Wilson2-0/+6
2005-04-28fortran-torture.exp (fortran-torture.exp): Catch error if file cannot be dele...David Billinghurst2-1/+6
2005-04-28Fix install doc problems reported by Jean-Paul RigaultJames E Wilson2-9/+16
2005-04-28type_traits (is_convertible): Adjust according to the resolution of TR1 issue...Paolo Carlini3-3/+21
2005-04-28gfortran.h (gfc_gsymbol): Make name a const char *.Tobias Schlüter3-2/+8
2005-04-282005-04-28 Michael Koch <konqueror@gmx.de>Michael Koch2-3/+9
2005-04-28optc-gen.awk (END): Make sure no variable is defined more than once.DJ Delorie4-15/+53
2005-04-28[multiple changes]Michael Koch2-1/+21
2005-04-28Prevent out-of-bounds array access in reload.Martin Koegler2-2/+8
2005-04-28Timer.java: Reordered all fields and methods, Added more javadocs.Michael Koch2-160/+202
2005-04-28* AUTHORS, COPYING, INSTALL, NEWS, README: Remove.Tobias Schlüter6-522/+4
2005-04-28re PR target/20813 (ICE in gen_reg_rtx for 3 spec tests)David Edelsohn5-8/+21
2005-04-28Timer.java: Javadocs merged from GNU classpath.Michael Koch2-33/+73
2005-04-28[multiple changes]Michael Koch2-20/+27
2005-04-28pr18178.C, [...]: Use cleanup-tree-dump.Kazu Hirata26-5/+41
2005-04-28arm.c (legitimize_pic_address): Fix sense of assertion test for creating pseu...Richard Earnshaw2-1/+6
2005-04-28global.c (earlyclobber_regclass): Change the type to VEC(int,heap).Kazu Hirata2-21/+46
2005-04-28re PR fortran/20865 (statement function shall not be supplied as procedure ar...Francois-Xavier Coudert4-0/+27
2005-04-28tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus assert.Nathan Sidwell2-8/+5
2005-04-28PR libstdc++/21244 (cont)Paolo Carlini9-58/+85
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata83-82/+123
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata15-26/+31
2005-04-28* MAINTAINERS: Add self as darwin maintainer.Mike Stump2-1/+6
2005-04-28* tree.h (edge_def): Remove.Kazu Hirata2-2/+2
2005-04-27From Andris Pavenis, approved by Zack Weinberg, for DJGPP build problem.Andris Pavenis2-0/+5
2005-04-28* config.gcc: Obsolete c4x-* and tic4x-*.Kazu Hirata2-0/+4
2005-04-28modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo).Kazu Hirata3-8/+13
2005-04-27Fix ada enabled "make html".James E Wilson2-0/+7
2005-04-28c-typeck.c (build_compound_expr): Correct logic in last change.Joseph Myers4-4/+21
2005-04-27Fix issues brought up by Nathan's assertify patch for the ia64 backend.James E Wilson2-67/+50
2005-04-28* doc/cpp.texi: gcc now implements universal character names.Mike Stump2-2/+6
2005-04-28Daily bump.GCC Administrator1-1/+1
2005-04-27user.cfg.in: Update to doxygen-1.4.2.Benjamin Kosnik3-27/+1044
2005-04-27* Fix Paul's email address in ChangeLog entry.Julian Brown1-1/+1
2005-04-27re PR c/21159 ("no effect" warning despite cast to void*)Joseph Myers4-3/+32