aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-01re PR c++/48883 (?: ternary operator fails in certain contexts - link error)Jason Merrill4-0/+22
2011-07-01Darwin has case-insensitive filesystemsJoel Brobecker4-6/+41
2011-07-01re PR debug/49408 (member function template id not matching linkage name)Jan Kratochvil3-3/+84
2011-07-01tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.Martin Jambor2-0/+5
2011-07-01re PR c++/49085 (Crash with SIGSEGV during compilation.)Jason Merrill4-0/+26
2011-07-01Use proper mode for stack save area.H.J. Lu3-3/+13
2011-07-01config-list.mk (LIST): Append OPT-enable-obsolete to alpha-dec-osf5.1, mips-s...Rainer Orth2-2/+9
2011-07-01re PR middle-end/49596 (FAIL: gcc.dg/torture/pr43879_1.c)Richard Guenther2-1/+8
2011-07-01tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.Kai Tietz4-1/+20
2011-07-01config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.Rainer Orth3-10/+22
2011-07-01re PR libmudflap/49549 (Use of --noinhibit-exec is unportable)Rainer Orth7-5/+52
2011-07-01tree-pretty-print.c (dump_generic_code): Print [idx]= and [idx1 ...Jakub Jelinek2-8/+53
2011-07-01config.gcc (score-*-elf): Remove score7.o.Chen Liqin6-2210/+1550
2011-07-01re PR middle-end/49603 (177.mesa in SPEC CPU 2000 failed to build)Richard Guenther4-12/+37
2011-06-30correct changelogJason Merrill1-1/+1
2011-06-30re PR c++/49387 (t.cxx:140: error: too many initializers for ‘const __class...Jason Merrill4-0/+31
2011-07-01Daily bump.GCC Administrator1-1/+1
2011-06-30re PR c++/49569 (-std=gnu++0x causes segmentation fault)Jason Merrill4-2/+33
2011-06-30* pt.c (iterative_hash_template_arg): Use cp_tree_operand_length.Jason Merrill2-1/+3
2011-06-30re PR c++/49355 (new T({""}) crashes G++ when struct T { std::string foobar };)Jason Merrill4-4/+33
2011-06-30tree-sra.c (struct access): Rename total_scalarization to grp_total_scalariza...Martin Jambor4-25/+93
2011-06-30re PR c++/48481 (C++ overloading memory hog)Jason Merrill5-15/+35
2011-06-30* g++.dg/cpp0x/named.C: Test subobject of xvalue.Jason Merrill2-0/+6
2011-06-30i386: Always use TARGET_DEEP_BRANCH_PREDICTION.Richard Henderson3-92/+27
2011-06-30dwarf2out: Add REG_CFA_FLUSH_QUEUE.Richard Henderson4-14/+43
2011-06-30dwarf2out: Handle pc_rtx as return column in REG_CFA_OFFSET too.Richard Henderson2-4/+19
2011-06-30dwarf2out: Convert regs_saved_in_regs to VEC.Richard Henderson2-50/+80
2011-06-30re PR tree-optimization/49572 (gcc.dg/tree-ssa/20030709-2.c scan-tree-dump-ti...Eric Botcazou2-3/+7
2011-06-30df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro unconditiona...Eric Botcazou2-11/+12
2011-06-30opts.c (finish_options): Do not disable IPA-PTA during ltrans.Richard Guenther3-37/+69
2011-06-30re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...Richard Guenther6-52/+42
2011-06-30re PR tree-optimization/49094 (ARM aligned(1) attribute is sometimes dropped)Martin Jambor4-1/+74
2011-06-30* de.po: Update.Joseph Myers2-324/+328
2011-06-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek2-1/+17
2011-06-30re PR debug/49364 ([4.7 regressions] Empty .debug_abbrev sections confuse SGI...Jakub Jelinek2-6/+14
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek12-49/+272
2011-06-30re PR ada/49511 (acats test setup fails on HP-UX using posix shell)Rainer Orth2-2/+7
2011-06-30re PR libobjc/36610 (objc_msg_sendv is broken for targets which pass argument...Dominique d'Humieres2-2/+8
2011-06-30v850.h (CPP_SPEC): Define __v850e__ when compiling for the V850E.Nick Clifton2-0/+6
2011-06-30re PR tree-optimization/38752 (ICE in set_uids_in_ptset, at tree-ssa-structal...Richard Guenther2-0/+30
2011-06-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek2-1/+8
2011-06-30tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen8-56/+287
2011-06-30Daily bump.GCC Administrator1-1/+1
2011-06-29re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill6-16/+65
2011-06-29DR 1207 PR c++/49003Jason Merrill7-12/+62
2011-06-29pt.c (tsubst_decl): In unevaluated operand, don't tsubst DECL_INITIAL unless ...Jason Merrill2-5/+7
2011-06-29set.h, [...]: Remove base class default constructor calls.François Dumont12-68/+62
2011-06-29Auto-vectorizer generates 128-bit AVX insns by default for bdver1.Changpeng Fang4-6/+28
2011-06-29re PR c++/49272 (FAIL: g++.old-deja/g++.jason/rfg10.C (test for errors, line...Jason Merrill2-1/+4
2011-06-29re PR c++/49520 ([C++0x] using-declaration and operator&& confuses constexpr)Jason Merrill5-3/+29