aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-01-27gigi.h (create_label_decl): Adjust.Eric Botcazou5-12/+26
2012-01-27decl.c (gnat_to_gnu_entity): For an aliased object with an unconstrained nomi...Eric Botcazou2-4/+46
2012-01-27stack_usage1.adb: New test.Eric Botcazou6-3/+72
2012-01-27invoke.texi: Correct usage of "command line" (noun) vs "command-line" (adject...Sandra Loosemore2-31/+36
2012-01-26invoke.texi (Language Independent Options): Move -Wcoverage-mismatch blurb fr...Sandra Loosemore2-15/+21
2012-01-26rs6000.c (rs6000_option_override_internal): Set rs6000_always_hint to false f...Peter Bergner2-1/+7
2012-01-27Daily bump.GCC Administrator1-1/+1
2012-01-27re PR c++/51370 (ICE with invalid template parameter)Paolo Carlini4-4/+33
2012-01-26gcc.c (add_sysrooted_prefix): Remove trailing dir separator from system root.Matthias Klose3-3/+25
2012-01-26m68k: Convert to atomic_test_and_set.Richard Henderson3-10/+20
2012-01-26sparc: Fix atomic_test_and_set definition.Richard Henderson3-18/+24
2012-01-26Update gcc.dg/atomic-flag.c test for non-boolean TAS targets.Richard Henderson2-6/+8
2012-01-26Define __GCC_ATOMIC_TEST_AND_SET_TRUEVALRichard Henderson5-0/+26
2012-01-26Use maybe_expand_insn in maybe_emit_atomic_test_and_set.Richard Henderson2-15/+15
2012-01-26compiler: Don't make type fns for private fields in other packages.Ian Lance Taylor1-5/+17
2012-01-26reassoc_4.f: Use dg-additional-options.Andreas Krebbel2-2/+6
2012-01-26re PR rtl-optimization/51978 (ext-elim-1.c ICE on powerpc64)Jakub Jelinek2-37/+40
2012-01-26re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz4-30/+34
2012-01-26re PR middle-end/51895 (ICE in simplify_subreg)Jakub Jelinek4-0/+46
2012-01-26re PR tree-optimization/48794 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Michael Matz4-2/+55
2012-01-26ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.Andreas Krebbel2-0/+6
2012-01-26s390.h: Make BRANCH_COST an option.Andreas Krebbel7-3/+23
2012-01-26Daily bump.GCC Administrator1-1/+1
2012-01-25Remove a couple of object files committed by accident.Ian Lance Taylor2-1146/+0
2012-01-25re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus2-1/+7
2012-01-25Revert * trans-mem.c (requires_barrier): Do not instrument thread localRichard Henderson3-38/+19
2012-01-25re PR lto/51698 ([trans-mem] TM runtime and application with LTO)Aldy Hernandez12-38/+116
2012-01-25re PR middle-end/51986 (uninitialized variable warning regression prevents bo...Jakub Jelinek2-4/+7
2012-01-25int24-mul.c: Rename __pgm to __flash.Georg-Johann Lay2-1/+5
2012-01-25Add missing function nameRichard Sandiford1-1/+2
2012-01-25go-test.exp (go-gc-tests): Handle a few more test lines.Ian Lance Taylor2-3/+16
2012-01-25mips.c: Don't process ASM_OPERANDS.Richard Sandiford2-1/+8
2012-01-25compiler: Always re-lower lowered expressions.Ian Lance Taylor1-0/+2
2012-01-25re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay7-103/+135
2012-01-25re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus4-2/+125
2012-01-25re PR c++/51992 (internal compiler error: tree code ‘target_expr’ is not ...Jason Merrill4-0/+66
2012-01-25re PR tree-optimization/51987 (Predictive commoning wrong-code with non-volat...Jakub Jelinek4-2/+46
2012-01-25tree-ssa-sccvn.c (vn_reference_eq): Also compare if both bases are dereferenced.Richard Guenther2-0/+9
2012-01-25For Greta Yorsh. Greta Yorsh2-0/+5
2012-01-25re PR rtl-optimization/48374 (ICE: in single_succ_edge, at basic-block.h:562 ...Andrey Belevantsev3-1/+12
2012-01-25tree-predcom.c (tree_predictive_commoning_loop): Bail out when compute_data_d...Andrey Belevantsev3-4/+26
2012-01-25tree.h (get_pointer_alignment_1): Declare.Richard Guenther3-14/+43
2012-01-25pr50908-2.c (dg-options): Add -fno-short-enums.Greta Yorsh2-1/+5
2012-01-25re PR target/48308 (crosscompiling to arm fails with assembler: can't resolve...Ramana Radhakrishnan2-3/+44
2012-01-25re PR fortran/51966 (ICE in gfc_conv_array_constructor_expr)Tobias Burnus4-0/+42
2012-01-24re PR c++/51917 (g++.old-deja/g++.abi/vmihint.C FAILs)Jason Merrill2-2/+5
2012-01-25Daily bump.GCC Administrator1-1/+1
2012-01-25c-common.c (c_common_type_for_mode): Match signed/unsigned types exactly.Mike Stump2-1/+7
2012-01-25Update to current Go testsuite.Ian Lance Taylor234-1168/+9165
2012-01-24compiler: Error if type switch case can not implement switch value.Ian Lance Taylor2-7/+25