aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-24re PR c++/42137 (error: expected constructor, destructor, or type conversion ...Jason Merrill6-22/+72
2009-11-24pt.c (determine_specialization): Give helpful error about missing "template<>".Jason Merrill4-0/+14
2009-11-24sem_util.adb (Set_Debug_Info_Needed): For an E_Class_Wide_Subtype, also set t...Eric Botcazou6-94/+117
2009-11-24exp_util.adb (Make_CW_Equivalent_Type): Do not mark the type as frozen for ta...Eric Botcazou9-54/+39
2009-11-24altivec-32.c: Don't use -m64.Janis Johnson22-34/+57
2009-11-24[multiple changes]Paolo Carlini5-16/+20
2009-11-24v850.c (function_arg): Fix handling of zero-length function arguments.Nick Clifton2-8/+21
2009-11-24tree.h (union tree_ann_d): Don't declare.Michael Matz12-169/+86
2009-11-24dwarf2out.c (add_location_or_const_value_attribute): Remove useless NOTE_VAR_...Paolo Carlini3-16/+12
2009-11-24lto-wrapper.c (lto_wrapper_exit): Don't try to delete files if being called r...Rafael Avila de Espindola2-6/+19
2009-11-24Makefile.in (PLUGIN_HEADERS): Added files...Basile Starynkevitch2-2/+7
2009-11-24arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo.Paul Brook2-1/+7
2009-11-24arm.c (TARGET_DWARF_REGISTER_SPAN): Define.Julian Brown2-2/+51
2009-11-24cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman7-31/+21
2009-11-24anonname1.C: Escape backslash in scan-assembler-not regular expression.Ulrich Weigand2-1/+6
2009-11-24re PR tree-optimization/42142 (DCE miscompiles a certain quicksort implementa...Richard Guenther4-4/+49
2009-11-24re PR tree-optimization/42154 (Wrong code from (early) SRA)Martin Jambor4-7/+57
2009-11-24re PR fortran/42045 ([F03] passing a procedure pointer component to a procedu...Janus Weil6-8/+57
2009-11-24* gcc.c-torture/execute/pr40404.c: Use long for bitfield on 16bit int targets.Andy Hutchinson2-0/+12
2009-11-24Daily bump.GCC Administrator1-1/+1
2009-11-23* gcc-dg/Wtype-limits.c: Add line to correct line numbers.Andy Hutchinson2-0/+5
2009-11-24i386.md (add<mode>3_carry): Change insn pattern to expander.Uros Bizjak4-46/+119
2009-11-23re PR testsuite/42086 (FAIL: gcc.target/ia64/fptr-1.c execution test)H.J. Lu2-11/+10
2009-11-23lto.exp (lto_option_list): Rename from option_list.Janis Johnson3-8/+13
2009-11-23raw-string-1.c: Require-effective-target wchar.Andy Hutchinson6-4/+13
2009-11-23re PR middle-end/42151 (verify_cgraph_node failed with -O3 -Winline)Jan Hubicka2-0/+11
2009-11-23* gcc.dg/torture/pr37868.c: Use smaller bitfield for 16bit int targets.Andy Hutchinson2-1/+16
2009-11-23* gcc.dg/tree-ssa/pr33920.c: Remove warning check for 16 bit targets.Andy Hutchinson2-1/+5
2009-11-23* gcc-dg/Wtype-limits.c: Remove XFAIL for avr target.Andy Hutchinson2-1/+4
2009-11-23re PR c/36470 (sizeof UTF-32 is 2 on AVR)Andy Hutchinson6-9/+16
2009-11-23* gcc.dg/tree-ssa/asmgoto-1.c: Suppress warnings.Andy Hutchinson2-1/+5
2009-11-23* gcc.c-torture/execute/ipa-sra-2.x: New. Skip test for 16bit targets.Andy Hutchinson2-0/+8
2009-11-23sms-6.c: Use long for 16 bit int targets.Andy Hutchinson3-1/+16
2009-11-23pr36998.c: Frame pointer required for avr target.Andy Hutchinson6-0/+24
2009-11-23block-1.c: Require 32-bit or larger array support.Andy Hutchinson20-0/+59
2009-11-23ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka5-3/+30
2009-11-23Fix nitsEric Botcazou1-29/+28
2009-11-23decl.c (gnat_to_gnu_entity): Pass the list of attributes when building the co...Eric Botcazou5-5/+25
2009-11-23inline2.c: Modify scan.Steve Ellcey2-1/+5
2009-11-23alpha.md (*cmp_sadd_sidi): Use gen_lowpart instead of gen_rtx_REG to generate...Uros Bizjak2-3/+9
2009-11-23i386.c (avx_vpermilp_parallel): Fix sign compare mismatch.Richard Henderson2-1/+6
2009-11-23re PR middle-end/42095 (g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20...Jakub Jelinek3-2/+19
2009-11-23re PR ada/42153 (s-osinte.adb:46:21: missing body for "To_Duration" declared ...Eric Botcazou17-330/+82
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli14-74/+240
2009-11-23* adaint.h: Assume large file support on IRIX only if _LFAPI.Rainer Orth2-1/+5
2009-11-23arm.c (arm_compute_save_reg0_reg12_mask): Add special case for noreturn funct...Paul Brook2-5/+20
2009-11-23tree-dfa.c (get_ref_base_and_extent): Adjust maximum access size for DECL bases.Richard Guenther2-6/+21
2009-11-23pex-unix.c (pex_child_error): Improve warning avoidance by checking the resul...Ben Elliston2-2/+11
2009-11-23Daily bump.GCC Administrator1-1/+1
2009-11-22i386.c (avx_vpermilp_parallel): New function.Richard Henderson5-15/+180