aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2009-09-14re PR bootstrap/41350 (FreeBSD bootstrap failure: unimplemented: Multiple EH ...Richard Guenther4-4/+36
2009-09-14Daily bump.GCC Administrator1-1/+1
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther39-140/+503
2009-09-13config.host: Set for x64 mingw the option use_long_long_for_widest_fast_int t...Kai Tietz2-4/+9
2009-09-13optimize.c (build_delete_destructor_body): New function.Wei Guozhi2-54/+114
2009-09-13Changlog libcppKai Tietz3-6/+35
2009-09-13tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou6-30/+62
2009-09-13re PR fortran/41328 (bad iostat when reading DOS file in a character array (n...Jerry DeLisle2-0/+41
2009-09-13Daily bump.GCC Administrator1-1/+1
2009-09-12dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill5-10/+20
2009-09-12* doc/install.texi (avr): Remove obsolete reference site.Gerald Pfeifer2-2/+4
2009-09-12* doc/install.texi (Binaries): Adjust AIX link.Gerald Pfeifer2-1/+5
2009-09-12invoke.texi (-fstrict-aliasing): Correct two examples.Akim Demaille2-3/+8
2009-09-11gsstruct.def (DEFGSSTRUCT): Remove printable-name argument...Richard Henderson5-199/+133
2009-09-12Daily bump.GCC Administrator1-1/+1
2009-09-11predicates.md (symbolic_operand): Require a CONST symbolic operand to be a PL...John David Anglin3-6/+14
2009-09-11* combine.c (propagate_for_debug_subst): Call wrap_constant on top.Jakub Jelinek2-1/+3
2009-09-11print-rtl.c (print_rtx): Use JUMP_LABEL (in_rtx) instead of XEXP (in_rtx, 8).Jakub Jelinek2-2/+7
2009-09-11From Jie Zhang <jie.zhang@analog.com>:Bernd Schmidt2-0/+20
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-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-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 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