aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-16[multiple changes]Arnaud Charlet3-2/+18
2010-06-16c.opt: Add -Wnoexcept.Jason Merrill10-19/+58
2010-06-16method.c (defaulted_late_check): Give the defaulted method the same exception...Jason Merrill4-0/+26
2010-06-16re PR c/44555 (Pointer evalutions, is that expected ?)Richard Guenther4-17/+28
2010-06-16re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list...Janus Weil7-16/+92
2010-06-16stl_construct.h (_Construct): Change to variadic in C++0x mode, consistently ...Paolo Carlini4-84/+102
2010-06-16re PR tree-optimization/43905 (duplicate __PRETTY_FUNCTION__ symbol for funct...Martin Jambor5-29/+61
2010-06-16re PR testsuite/44538 (PR43949 fix caused gcc.dg/vect/slp-perm-{5,6}.c to fail)Mikael Pettersson3-4/+9
2010-06-16linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.Maxim Kuvyrkov2-1/+8
2010-06-16compatibility.cc: Export long double versions of "C" math library for arm-lin...Matthias Klose2-1/+11
2010-06-16re PR tree-optimization/44507 (vectorization ANDs array elements together inc...Alan Modra2-1/+6
2010-06-16trans.c (gnu_stack_free_list): Delete.Nathan Froyd2-92/+89
2010-06-16Daily bump.GCC Administrator1-1/+1
2010-06-15arg3.C: Adjust error locations.Jason Merrill10-21/+24
2010-06-15i386.c (*prefetch_sse_<mode>): Macroize insn from *prefetch_sse and *prefetch...Uros Bizjak2-61/+31
2010-06-15libstdc++.exp: Set additional_prunes.Jason Merrill39-49/+100
2010-06-16* target.h (struct asm_out):Add declare_constant_name field.Anatoly Sokolov10-33/+81
2010-06-15class.c (add_implicitly_declared_members): Implicit assignment operators can ...Jason Merrill5-41/+71
2010-06-15call.c (convert_like_real): Give "initializing argument of" information for a...Jason Merrill7-17/+25
2010-06-15call.c (print_z_candidates): Do print viable deleted candidates.Jason Merrill7-27/+23
2010-06-15call.c (convert_like_real): Don't complain about list-value-initialization fr...Jason Merrill4-1/+21
2010-06-15decl.c (duplicate_decls): Use DECL_IS_BUILTIN rather than test DECL_SOURCE_LO...Jason Merrill2-1/+4
2010-06-15class.c (type_has_user_provided_default_constructor): Use sufficient_parms_p.Jason Merrill2-9/+7
2010-06-15call.c (is_subseq): Handle ck_aggr, ck_list.Jason Merrill4-3/+42
2010-06-15Fix PR44391: use size_one_node for pointer types.Sebastian Pop4-15/+26
2010-06-15re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil10-43/+197
2010-06-15Fix nitsEric Botcazou1-8/+9
2010-06-15tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.Richard Guenther4-2/+17
2010-06-15configure.ac (*-*-solaris2.8*): Only usr alternate thread library on Solaris 8.Rainer Orth3-3/+27
2010-06-15bb-slp-21.c: Adjust.Richard Guenther15-3/+62
2010-06-15arm.c (use_vfp_abi): Add sorry() for Thumb-1 hard-float ABI.Paul Brook2-1/+17
2010-06-15c-ada-spec.c (dump_sloc): Remove column info.Arnaud Charlet2-21/+90
2010-06-15tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we don't get a vecto...Alexandre Oliva2-0/+7
2010-06-15re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek11-3/+63
2010-06-15re PR lto/44464 (ICE during linux kernel whopr build)Martin Jambor2-0/+7
2010-06-15gcc_update: Support updating a git clone.Bernhard Reutner-Fischer2-1/+34
2010-06-15invoke.texi: Add mcmodel to powerpc options.Alan Modra13-83/+583
2010-06-15Daily bump.GCC Administrator1-1/+1
2010-06-14Account prefetch_mod and unroll_factor for the computation of the prefetch co...Changpeng Fang2-5/+42
2010-06-14m68k.c (m68k_delegitimize_address): Don't do anything if the argument is not ...Andreas Schwab2-6/+12
2010-06-14re PR debug/43650 ("-fcompare-debug failure" with "-O2 -fpeel-loops -fgraphit...Alexandre Oliva2-2/+11
2010-06-14re PR debug/43656 ("-fcompare-debug failure" with "-O2 -fschedule-insns -fsch...Alexandre Oliva2-2/+15
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther9-406/+328
2010-06-14Replace 0x1 with 0x0 in AVX vec_extract_lo_* patterns.H.J. Lu5-3/+31
2010-06-14re PR bootstrap/44426 (gcc 4.5.0 requires c9x compiler to build)Jakub Jelinek3-15/+50
2010-06-14re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek8-12/+34
2010-06-14sem_ch3.adb (Build_Derived_Record_Type): if derived type is an anonymous base...Ed Schonberg3-4/+41
2010-06-14exp_ch11.adb (Expand_N_Raise_Statement): Make sure that the explicit raise of...Jerome Lambourg2-9/+15
2010-06-14Revert change introduced by mistake in previous change.Arnaud Charlet1-15/+0
2010-06-14[multiple changes]Arnaud Charlet18-92/+507