aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-12-23decl.c (grokdeclarator): Improve diagnostic for friend declarations of class ...Volker Reichelt4-3/+25
2005-12-23combine.c (simplify_shift_const): Fix typo.Paolo Bonzini2-143/+173
2005-12-23re PR target/25005 (ICE in extract_constrain_insn_cached, at recog.c:2002)Jakub Jelinek4-13/+84
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell7-42/+54
2005-12-23re PR fortran/25029 (Assumed size array can be associated with array pointer ...Paul Thomas4-1/+19
2005-12-23arit.c (do_31div): Clarify what "31" refers to.Hans-Peter Nilsson2-40/+58
2005-12-23re PR libfortran/25307 (internal read with end=label aborts)Jerry DeLisle2-0/+43
2005-12-23re PR target/24342 (testsuite failure:gfortran.fortran-torture/execute/in-pac...Hans-Peter Nilsson2-17/+98
2005-12-22backport: builtins.def: Move all DEF_SYNC_BUILTIN to ...Jakub Jelinek10-380/+578
2005-12-22mmintrin.h (_mm_add_si64): Only define for SSE2.Richard Henderson5-2/+18
2005-12-23Daily bump.GCC Administrator1-1/+1
2005-12-23re PR rtl-optimization/25432 (Reload ICE in gen_add2_insn)Alan Modra4-10/+142
2005-12-23re PR objc/25328 (ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453)Jakub Jelinek2-0/+16
2005-12-22re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell7-130/+82
2005-12-22tree.c (tree_fold_gcd): Use build_int_cst where appropriate.Richard Guenther5-24/+34
2005-12-22sse.md (sse_movhlps): Reverse operands for 2nd and 3rd alternatives.Dale Johannesen4-4/+43
2005-12-22loop-1.c: Look for jump/branch on m68k.Paul Brook2-1/+7
2005-12-22re PR java/25535 (gcj broken on 64-bit big-endian systems)Andrew Haley3-0/+11
2005-12-22[multiple changes]Andrew Pinski4-0/+24
2005-12-22natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.Tom Tromey3-6/+6
2005-12-22ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann.Daniel Berlin4-12/+64
2005-12-22df.c (df_bitmaps_free): Only work for bbs for that structures are allocated.Zdenek Dvorak5-79/+437
2005-12-22re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt8-14/+39
2005-12-22re PR fortran/18990 (ICE in gfc_get_derived_type, at fortran/trans-types.c)Tobias Schlüter6-10/+100
2005-12-22re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas24-131/+1138
2005-12-22re PR middle-end/23518 (some gcc optimizations do not take overflow into acco...Kazu Hirata4-0/+38
2005-12-22re PR libfortran/25307 (internal read with end=label aborts)Jerry DeLisle2-13/+58
2005-12-22tree-vrp.c (extract_range_from_binary_expr): Clean up uses of vr0.type.Kazu Hirata2-2/+11
2005-12-22* gcc.dg/attr-weakref-1.c: Really skip on darwin.Mike Stump1-0/+4
2005-12-22* gcc.dg/attr-weakref-1.c: Really skip on darwin.Mike Stump1-1/+1
2005-12-22Daily bump.GCC Administrator1-1/+1
2005-12-21re PR target/24998 (Build failure: undefined symbol __floatunsitf)Joseph Myers2-1/+7
2005-12-21pr19340.c: Skip on m68k targets.Paul Brook2-1/+5
2005-12-21re PR middle-end/25121 (libgcj misscompilation?)Andrew Haley2-2/+18
2005-12-21tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with ...Kazu Hirata4-8/+17
2005-12-21fixup PR number mixupSteven Bosscher3-3/+3
2005-12-21patch for PR rtl-optimization/25130Steven Bosscher4-4/+57
2005-12-21re PR fortran/25423 (Error with nested where statements)Erik Edelmann4-1/+38
2005-12-21re PR tree-optimization/25382 (VRP does not get a range from BIT_AND_EXPR if ...Kazu Hirata4-7/+66
2005-12-21configure.ac: Enable C extension for decimal float if invoked with --enable-d...Ben Elliston5-225/+226
2005-12-21Daily bump.GCC Administrator1-1/+1
2005-12-20darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Handle the ambiguity between -seg_a...Mike Stump2-3/+10
2005-12-20cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck8-35/+95
2005-12-20* btest-gcc.sh: Support -j option.Geoffrey Keating2-11/+14
2005-12-20decNumber.c (decStrEq): Cast string contents to unsigned char instead of int ...Roger Sayle2-3/+10
2005-12-20decNumber.c (decStrEq): Cast operands to int before calling tolower to avoid ...Roger Sayle2-1/+6
2005-12-20Revert Ada-related part of the previous change.Paolo Bonzini8-98/+95
2005-12-20re PR rtl-optimization/25115 (Segmentation fault in pre_insert_copy_insn)Roger Sayle2-5/+25
2005-12-20re PR middle-end/24306 (va_arg gets confused when skipping over certain zero-...Richard Guenther5-2/+48
2005-12-20re PR tree-optimization/25501 (Segfault)Kazu Hirata4-1/+51