aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-01-21re PR middle-end/45566 (ICE: in convert_to_eh_region_ranges, at except.c:2446...Jakub Jelinek5-19/+50
2011-01-21re PR rtl-optimization/47366 (ICE: verify_flow_info failed: missing REG_EH_RE...Jakub Jelinek4-16/+68
2011-01-21re PR c++/46552 ([C++0x] Internal compiler error on pointer to member variabl...Jason Merrill4-0/+20
2011-01-21Remove the types float and complex.Ian Lance Taylor59-3055/+3128
2011-01-21re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:...Jason Merrill7-56/+188
2011-01-21re PR rtl-optimization/41619 (ICE in insert_save (caller-save.c) for SPEC CPU...Jeff Law4-85/+106
2011-01-21re PR tree-optimization/47355 (ICE: verify_ssa failed with -O2 -fipa-cp-clone)Jakub Jelinek4-0/+64
2011-01-21re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva3-2/+14
2011-01-21re PR other/47395 (the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name)Richard Guenther2-1/+6
2011-01-21pr47392.c: Make test non-static instead of making main hot.Richard Guenther2-2/+7
2011-01-21re PR tree-optimization/47365 (wrong code with -O -ftree-pre)Richard Guenther7-18/+143
2011-01-21* g++.dg/other/anon5.C: Skip on mips-sgi-irix*.Rainer Orth2-1/+5
2011-01-21re PR tree-optimization/47391 (read from const volatile incorrectly eliminated)Jakub Jelinek4-2/+33
2011-01-21tree-ssa-live.c (remove_unused_scope_block_p): Don't remove DECL_IGNORED_P no...Jakub Jelinek2-2/+10
2011-01-21* g++.dg/template/char1.C: Use signed char.Rainer Orth2-1/+5
2011-01-21re PR bootstrap/47215 (Failed to bootstrap)Kai Tietz4-18/+17
2011-01-21re PR fortran/47377 (internal compiler error: in fold_convert_loc, at fold-co...Tobias Burnus4-0/+35
2011-01-21Fix typo in comment.Mike Stump1-1/+1
2011-01-21rs6000-c.c (rs6000_cpu_cpp_builtins): Add builtin_define __CMODEL_MEDIUM__ an...Alan Modra2-1/+20
2011-01-21Daily bump.GCC Administrator1-1/+1
2011-01-20Rename f_load to f_fpa_loads patchRamana Radhakrishnan6-23/+46
2011-01-20Refix test for PR47251Michael Meissner2-4/+10
2011-01-20xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.Anatoly Sokolov4-23/+37
2011-01-20re PR tree-optimization/46583 (-fcompare-debug failure with -O -fno-inline -f...Alexandre Oliva4-5/+60
2011-01-20re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)Jakub Jelinek4-0/+76
2011-01-20re PR testsuite/47371 (FAIL: gcc.target/i386/headmerge-[12].c)Jakub Jelinek3-2/+8
2011-01-20re PR middle-end/47370 (error: invalid first operand of MEM_REF)Richard Guenther4-47/+75
2011-01-20re PR tree-optimization/46130 (ICE: SIGSEGV in walk_stmt_load_store_addr_ops ...Jakub Jelinek5-3/+92
2011-01-20re PR other/47167 (Performance regression in numerical code)Richard Guenther2-3/+14
2011-01-20tm.texi.in (BRANCH_COST): Englishify.Mike Stump2-14/+14
2011-01-20Daily bump.GCC Administrator1-1/+1
2011-01-19Fixup formatting.Mike Stump1-2/+2
2011-01-19re PR c++/47291 (ICE: SIGSEGV in size_binop_loc (fold-const.c:1427) with -g)Dodji Seketeli4-1/+92
2011-01-19re PR debug/46240 (ice in maybe_register_def)Alexandre Oliva4-5/+204
2011-01-19re PR debug/47079 (FAIL: gcc.dg/guality/nrv-1.c)Alexandre Oliva3-2/+37
2011-01-19c-parser.c (c_parser_for_statement): Initialize collection_expression.Alexandre Oliva2-1/+8
2011-01-19Remember erroneous type when creating GENERIC for named type.Ian Lance Taylor1-2/+8
2011-01-19* config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.Joseph Myers2-3/+6
2011-01-19Don't crash on reference to field with erroneous type.Ian Lance Taylor1-0/+2
2011-01-19sysv4.h (LINK_PATH_SPEC): Remove.Joseph Myers2-21/+8
2011-01-19sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.Joseph Myers2-17/+8
2011-01-19linux64.h (LINK_SPEC): Remove %{non_shared} %{call_shared}.Joseph Myers6-8/+16
2011-01-19Generate an init function if any global variable needs a preinit.Ian Lance Taylor3-25/+42
2011-01-19ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge, simplify.Jakub Jelinek2-38/+33
2011-01-19* ipa-split.c: Spelling fixes.Jakub Jelinek2-15/+19
2011-01-19mn10300: Add support in longlong.h.Richard Henderson2-0/+43
2011-01-19mn10300: Use reg_or_am33_const_operand in mulsi3.Richard Henderson2-8/+13
2011-01-19* config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.Ulrich Weigand2-1/+5
2011-01-19mn10300: Implement adddi3, subdi3.Richard Henderson3-0/+332
2011-01-19mn10300: Emit retf instructionRichard Henderson4-49/+69