aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo63-1198/+1664
2005-07-19* dbxout.c (dbxout_type): Check Objective-C++ lang.Devang Patel2-1/+6
2005-07-20Daily bump.GCC Administrator1-1/+1
2005-07-19re PR tree-optimization/22278 (gcc -O2 discards cast to volatile)Richard Henderson3-2/+20
2005-07-19toplev.h: Add comment about the first parameter for warning().DJ Delorie13-48/+109
2005-07-19re PR fortran/16940 (Failure to perform host association correctly)Paul Thomas4-0/+73
2005-07-19Makefile.in: Removed tree-promote-statics.cDaniel Berlin10-611/+20
2005-07-19config/avr/avr.c (legitimate_address_p): Fix debugging print statement to avoidNick Clifton2-1/+6
2005-07-19var_defs.tree: Remove duplicate variable.James A. Morrison3-17/+25
2005-07-19config.gcc: Add support for *-*-freebsd7, *-*-freebsd8, and *-*-freebsd9.Gerald Pfeifer3-1/+19
2005-07-19re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi14-23/+233
2005-07-19i386.md (lrint<mode>2): Use temporary instead of clobbering non-existent memory.Richard Guenther2-2/+7
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston11-24/+49
2005-07-19re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_...Daniel Berlin5-9/+66
2005-07-19loop-init.c (rest_of_handle_loop2): Remove.Steven Bosscher5-51/+233
2005-07-19Daily bump.GCC Administrator1-1/+1
2005-07-18sra-2.c: Pass --param sra-max-structure-size.Andrew Pinski3-2/+7
2005-07-18alias-2.c: New test.Andrew Pinski2-2/+34
2005-07-18re PR middle-end/22057 (Poor -O0 debug information for for loops with no init...Ian Lance Taylor2-8/+22
2005-07-18common.opt (frename-registers): Initialize to 2.Steve Ellcey3-16/+25
2005-07-18re PR c++/22263 (explicit instantiation fails to emit symbols defined later)Mark Mitchell6-16/+54
2005-07-18i386.c (ix86_expand_branch, [...]): Handle TImode in 64-bit mode the same as ...Jan Beulich5-82/+510
2005-07-18i386.md (movdi_extzv_1): New.Jan Beulich2-12/+25
2005-07-18Daily bump.GCC Administrator1-1/+1
2005-07-18nan_inf_fmt.f90: Change case of field width of 8 to +Inf and -Inf.Jerry DeLisle2-2/+6
2005-07-17re PR tree-optimization/22531 (ICE in mark_sym_for_renaming while compiling d...Daniel Berlin3-0/+14
2005-07-17re PR c++/22139 (Segfault with templates and friend functions)Mark Mitchell5-3/+42
2005-07-17forgot to write changelog entry before commit.Daniel Berlin1-0/+11
2005-07-17tree-promote-statics.c (pass_promote_statics): Change dump file name.Daniel Berlin2-2/+7
2005-07-17tree-optimize.c (init_tree_optimization_passes): Add pass_eliminate_useless_s...Daniel Berlin6-1/+158
2005-07-16gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.Richard Henderson2-1/+5
2005-07-17removed pointer_no_capture entries.Kenneth Zadeck1-4/+0
2005-07-17Move the changelog entry from the top level to the gcc directory.Kenneth Zadeck1-0/+50
2005-07-16re PR fortran/21730 ([4.0 only] Character length incorrect.)David Edelsohn2-0/+16
2005-07-16re PR fortran/21730 ([4.0 only] Character length incorrect.)David Edelsohn2-0/+16
2005-07-17Daily bump.GCC Administrator1-1/+1
2005-07-16tree-ssa-structalias.c (need_to_solve): Need to check for preds, too.Daniel Berlin2-1/+10
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin26-461/+5234
2005-07-16install.texi (*-*-solaris2*): Document recommended version of GNU binutils an...Eric Botcazou2-0/+13
2005-07-16re PR c/22421 (problems with -Wformat and bit-fields)Joseph Myers5-4/+97
2005-07-16c-typeck.c (digest_init): Call 'convert_for_assignment' before returning.Kaveh R. Ghazi2-0/+9
2005-07-16call.c (diagnostic_fn_t): New.Kaveh R. Ghazi2-3/+9
2005-07-16cfg.c (update_bb_profile_for_threading): Fix profile updating.Jan Hubicka3-2/+16
2005-07-16re PR c++/22204 ([repo] internal compiler error: Segmentation fault)Mark Mitchell4-1/+27
2005-07-16Daily bump.GCC Administrator1-1/+1
2005-07-15profile.c (rest_of_handle_branch_prob): Fix handling of estimation after RTL ...Jan Hubicka2-1/+8
2005-07-15[multiple changes]Andrew Pinski4-3/+38
2005-07-15re PR c++/22452 (ICE expected tree that contains 'decl with visibility' struc...Daniel Berlin2-0/+10
2005-07-15re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl...Mark Mitchell6-26/+98
2005-07-15re PR tree-optimization/22376 (PTA is slow on a silly unrealistic test case)Daniel Berlin2-15/+58