aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-07PR c++/11094, DR 408Jason Merrill9-5/+126
2010-04-07name-lookup.c (current_decl_namespace): Non-static.Jason Merrill8-4/+42
2010-04-07re PR c++/38392 (Template friend function injection)Jason Merrill4-5/+36
2010-04-07pt.c (print_template_statistics): New.Jason Merrill4-0/+21
2010-04-07re PR c++/41970 (use of a type with no linkage to declare a variable with lin...Jason Merrill4-11/+25
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther11-43/+79
2010-04-07re PR c++/42697 (ice-on-legal-code: template class template function local ob...Dodji Seketeli4-1/+41
2010-04-07re PR c++/40239 (Aggregate initialization requires copy constructor)Dodji Seketeli5-2/+43
2010-04-07tree-ssa-forwprop.c (forward_propagate_addr_expr): Propagate constants everyw...Richard Guenther2-3/+9
2010-04-07re PR debug/43516 ("-fcompare-debug failure" at -O2)Jakub Jelinek2-4/+30
2010-04-07invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther9-87/+35
2010-04-07re PR tree-optimization/43270 (array-bounds false negative)Richard Guenther9-64/+194
2010-04-07tree-sra.c (find_param_candidates): Allow scalar va_list types.Martin Jambor2-1/+5
2010-04-07exp_pakd.adb (Create_Packed_Array_Type): Always use a modular type if the siz...Eric Botcazou9-51/+114
2010-04-07decl.c (gnat_to_gnu_entity): Set default alignment on the RETURN type built f...Eric Botcazou2-0/+8
2010-04-07trans.c (call_to_gnu): In the return-by-target-ptr case do not set the result...Eric Botcazou2-41/+30
2010-04-07re PR driver/41594 (-static-libstdc++ is not recognized as valid by the gcc d...Iain Sandoe2-2/+9
2010-04-07Update comment for last commit.Rainer Orth1-2/+2
2010-04-07config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.Rainer Orth2-2/+7
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther2-0/+18
2010-04-07re PR c++/42556 (Unnecessary generation of a zero initializer for array with ...Jie Zhang4-3/+41
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther2-10/+23
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther4-0/+36
2010-04-07re PR debug/43628 (in-class func-ptr type parameter has unspecified DW_AT_type)Dodji Seketeli4-1/+23
2010-04-07i386.c (ix86_handle_cconv_attribute): Ignore calling convention attributes on...Kai Tietz2-1/+7
2010-04-07Fix comments.Sebastian Pop2-12/+17
2010-04-07Sort static functions in topological order.Sebastian Pop2-294/+263
2010-04-07Fix comments in ifconvert.Sebastian Pop2-65/+64
2010-04-07Daily bump.GCC Administrator1-1/+1
2010-04-06redeclaration-1.C: Moved from c-c++-common/dwarf2/redeclaration-1.CDodji Seketeli2-0/+5
2010-04-06parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE...Jason Merrill47-102/+151
2010-04-06Add ChangeLog entries.Sebastian Pop2-0/+62
2010-04-06Fix 473.astar miscompile.Sebastian Pop2-13/+42
2010-04-06Use POINTER_PLUS_EXPR for pointer types.Sebastian Pop3-1/+16
2010-04-06Compute min and max bounds for IVs and infer types.Sebastian Pop6-241/+340
2010-04-06Add extra checks for places assuming one argument loop close SSA form.Sebastian Pop2-0/+31
2010-04-06Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop8-19/+37
2010-04-06Always execute verify_loop_closed_ssa at LNO level.Sebastian Pop6-19/+37
2010-04-06re PR tree-optimization/32824 (Missed reduction vectorizer after store to glo...Changpeng Fang4-1/+27
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus13-2/+105
2010-04-06re PR target/43667 (ICE with __builtin_ia32_vpermil2p* and -mavx)Jakub Jelinek2-9/+16
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus8-45/+68
2010-04-06i386-protos.h (x86_maybe_negate_const_int): Declare.Uros Bizjak5-229/+144
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus15-51/+655
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus8-7/+151
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus26-35/+922
2010-04-06re PR c++/43648 (ICE with explicit destructor call and typedef)Jason Merrill4-2/+33
2010-04-06re PR c++/43621 (ICE: in poplevel_class, at cp/name-lookup.c:2615 with invali...Jason Merrill4-2/+22
2010-04-06MAINTAINERS (Write After Approval): Add myself.Iain Sandoe2-0/+5
2010-04-06re PR tree-optimization/42906 (Empty loop not removed)Jan Hubicka4-12/+135