aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-11configure.ac (*-*-freebsd*): Enable check for __stack_chk_fail.Loren J. Rittle3-2/+5
2009-09-11config.gcc (*-*-freebsd*): Enable default_use_cxa_atexit to match the system ...Loren J. Rittle2-0/+13
2009-09-11re PR libstdc++/41316 ([C++0x] forward_list::sort violates strict aliasing ru...Paolo Carlini7-124/+130
2009-09-11From Jie Zhang <jie.zhang@analog.com>:Bernd Schmidt2-10/+67
2009-09-11* gcc.dg/pr39779.c: Remove for real.Uros Bizjak1-8/+0
2009-09-11re PR c++/41275 (ICE: expand_expr_real_1, at expr.c:8416)Michael Matz4-0/+28
2009-09-11re PR debug/41276 (Segmentation fault in lookup_page_table_entry)Alexandre Oliva3-25/+80
2009-09-11Override all per-target *_LINK variables correctly.Ralf Wildenhues15-24/+45
2009-09-11rs6000.h (DATA_ALIGNMENT): Check that we are dealing with actual SPE/paired v...Nathan Froyd2-8/+18
2009-09-10mep.md (eh_epilogue): Defer until after epilogue is emitted.DJ Delorie5-2/+27
2009-09-11Daily bump.GCC Administrator1-1/+1
2009-09-11re PR fortran/41242 (PPC call rejected (related to user-defined assignment?))Janus Weil4-2/+49
2009-09-10* print-rtl.c (print_rtx): Fix JUMP_LABEL index.Richard Henderson2-1/+5
2009-09-10tree.c (chain_index): New fn.Jason Merrill3-0/+17
2009-09-10re PR fortran/31292 (ICE with module procedure interface in a procedure body)Steven G. Kargl6-5/+93
2009-09-10gcc/testsuite:Rainer Orth5-1/+29
2009-09-10sol2-c.c (cmn_err_length_specs): Initialize scalar_identity_flag.Rainer Orth2-2/+7
2009-09-10tree.h (struct tree_decl_common): Move align member earlier; move label_decl_...Richard Henderson2-7/+14
2009-09-10tree-cfg.c (dump_function_to_file): Dump eh tree with TDF_EH, not TDF_DETAILS.Richard Henderson2-1/+4
2009-09-10tree-cfg.c (gimple_redirect_edge_and_branch): Do gimple_try_redirect_by_repla...Richard Henderson2-4/+10
2009-09-10tree-cfg.c (split_edge_bb_loc): Don't disallow placement at dest_prev if the ...Richard Henderson2-4/+11
2009-09-10* tree-cfg.c (is_ctrl_stmt): Use a switch.Richard Henderson2-5/+13
2009-09-10tree-cfg.c (gimple_can_merge_blocks_p): Move label and loop latch tests earlier.Richard Henderson2-15/+21
2009-09-10gimple-iterator.c (gimple_find_edge_insert_loc): Insert before GIMPLE_RETURN,...Richard Henderson2-6/+11
2009-09-10gimple-iterator.c (gimple_find_edge_insert_loc): Use gimple_seq_empty_p to te...Richard Henderson3-3/+9
2009-09-10* c-common.h (c_dialect_cxx, c_dialect_objc): Boolify.Richard Henderson2-2/+6
2009-09-10final.c (shorten_branches): Ignore DEBUG_INSN_P instructions introduced by th...Hariharan Sandanagobalane2-1/+6
2009-09-10ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak5-34/+42
2009-09-10picochip.c: Ignore DEBUG_INSN_P instructions introduced by the VTA branch merge.Hariharan Sandanagobalane2-5/+10
2009-09-10Revert:Uros Bizjak3-3/+20
2009-09-10mep.c (mep_encode_section_info): Copy weakness attribute and referring decl w...Nick Clifton2-0/+7
2009-09-10re PR bootstrap/41245 (Bootstrap broken on I386-apple-darwin9 at revision 151...Iain Sandoe2-4/+18
2009-09-10re PR middle-end/41257 (Bogus error '*.LTHUNK0' aliased to undefined symbol '...Richard Guenther4-8/+49
2009-09-10re PR middle-end/41254 (crashed compile Qt4 gui library)Richard Guenther3-65/+106
2009-09-10* error.c (find_typenames_r): Also add decltypes.Jason Merrill2-2/+8
2009-09-10configure.ac: Check glibc version even if we have an in-tree assembler.Jason Merrill3-15/+19
2009-09-10Daily bump.GCC Administrator1-1/+1
2009-09-09re PR c++/28293 (ICE on invalid typedef)Paolo Carlini2-6/+17
2009-09-09re PR c++/28293 (ICE on invalid typedef)Paolo Carlini3-1/+19
2009-09-09moxie.md (*movsi, [...]): Use xor to load the constant 0 when appropriate.Anthony Green5-31/+52
2009-09-09typesizes.cc: Remove *-*-freebsd* from both dg-do and dg-options.Loren J. Rittle2-2/+7
2009-09-09re PR fortran/41297 (Functions are called twice)Richard Guenther2-1/+7
2009-09-09rs6000.md (bswapdi2_64bit): Fix unnecessarily stringent constraints.Segher Boessenkool2-20/+30
2009-09-09stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in the previous t...Paolo Bonzini6-960/+1882
2009-09-09re PR c/39779 (ICE shifting byte to the right with constant > 7FFFFFFF)Uros Bizjak4-58/+55
2009-09-09i386.c (ix86_can_use_return_insn_p): Check for padding0, too.Kai Tietz2-7/+18
2009-09-09t-slibgcc-elf-ver (SHLIB_MAKE_SOLINK, [...]): New variables.Jakub Jelinek4-7/+49
2009-09-09stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H.Paolo Bonzini6-1398/+947
2009-09-09re PR target/41089 (stdarg pass produces wrong code)Martin Jambor2-1/+13
2009-09-09gimple.h (CASE_GIMPLE_OMP): New.Richard Henderson3-39/+59