aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-01-12re PR testsuite/51057 (FAIL: gfortran.dg/quad_2.f90 -O0 execution test on p...Dominique d'Humieres3-2/+48
2012-01-11re PR c++/51565 (fastcall in array of method pointers: internal compiler error)Jason Merrill4-4/+23
2012-01-12go-lang.c (go_langhook_init): Initialize void_list_node before calling go_cre...Ian Lance Taylor2-3/+8
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor2-4/+99
2012-01-12Daily bump.GCC Administrator1-1/+1
2012-01-11compiler: Permit type B byte; type S []B; var v = S("x").Ian Lance Taylor4-29/+55
2012-01-11re PR bootstrap/51796 (internal compiler error: in distribute_notes, at combi...Jakub Jelinek5-7/+63
2012-01-11compiler: Don't use memcmp for structs/arrays with padding.Ian Lance Taylor4-117/+170
2012-01-11commentJason Merrill1-2/+1
2012-01-11re PR c++/51818 ([C++0x] Name mangling error using lambda expressions in GCC47)Jason Merrill4-2/+27
2012-01-11gcov.c (STRING_SIZE): Remove.Nathan Sidwell2-46/+77
2012-01-11gimple.h (gimplify_body): Remove first argument.Eric Botcazou7-39/+99
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou18-34/+171
2012-01-11re PR tree-optimization/49642 (constant part of a macro not optimized away as...Bill Schmidt5-0/+215
2012-01-11* decl.c (decls_match): Assert that the arguments are decls.Jason Merrill2-0/+4
2012-01-11re PR c++/51613 (Ambiguous function template instantiations as template argum...Jason Merrill4-1/+36
2012-01-11compiler: Fix names for hash/equality functions for unnamed types.Ian Lance Taylor1-1/+11
2012-01-11arm.md (mov_notscc): Use MVN for false condition.Matthew Gretton-Dann4-1/+27
2012-01-11* config/rx/rx.md (return): Define pattern.Nick Clifton2-0/+10
2012-01-11extend.texi (malloc attribute): Adjust according to implementation.Richard Guenther2-5/+9
2012-01-11compiler: Use backend interface for type sizes and alignments.Ian Lance Taylor8-63/+313
2012-01-10re PR c++/51614 (ICE with ambiguous base class)Jason Merrill4-2/+37
2012-01-10tweak commentJason Merrill1-1/+1
2012-01-11Daily bump.GCC Administrator1-1/+1
2012-01-10re PR middle-end/51516 ([trans-mem] problem with TM clone aliases)Aldy Hernandez3-32/+97
2012-01-10re PR lto/51806 (-flto ignores -Werror)Richard Guenther4-4/+15
2012-01-10sync.md ("atomic_compare_and_swap<mode>_1"): Fix operand number.Andreas Schwab2-2/+7
2012-01-10invoke.texi (C++ Dialect Options): Update -fabi-version=6 information.Jason Merrill2-7/+17
2012-01-10re PR c++/51433 (constexpr caching leads to incorrect dynamic initialization)Jason Merrill4-1/+21
2012-01-10re PR tree-optimization/51801 (ICE in inline_small_functions)Richard Guenther2-0/+67
2012-01-10Check if linker supports R_386_TLS_GD_PLT, R_386_TLS_LDM_PLT relocsRainer Orth4-9/+36
2012-01-10gfortran.texi (Fortran 2003 Status): Fix grammar.Gerald Pfeifer2-1/+5
2012-01-10re PR fortran/51652 (Allocate with type-spec and source-expr: check whether l...Tobias Burnus4-0/+50
2012-01-10[multiple changes]Arnaud Charlet46-1027/+2248
2012-01-10[multiple changes]Arnaud Charlet4-120/+140
2012-01-10re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay3-244/+192
2012-01-10resolve.c (resolve_ordinary_assign): Improve error wording.Tobias Burnus4-3/+11
2012-01-10re PR tree-optimization/50913 (ICE in scan_tree_for_params_right_scev, at gra...Richard Guenther8-16/+62
2012-01-10constraints.md ("L"): Return true for 0xffffffff.Uros Bizjak3-20/+31
2012-01-10Add missing PR linesTom de Vries1-0/+2
2012-01-10re PR rtl-optimization/51271 (ICE in in maybe_record_trace_start, at dwarf2cf...Tom de Vries2-0/+8
2012-01-09arm: Implement vec_perm and vec_perm_const for NEON.Richard Henderson7-47/+729
2012-01-09arm: Convert to atomic optabs.Richard Henderson8-971/+665
2012-01-10Fix bugs in -mvsx-scalar-memory and -mvsx-scalar-doubleMichael Meissner3-5/+25
2012-01-10Daily bump.GCC Administrator1-1/+1
2012-01-10re PR fortran/46328 ([OOP] type-bound operator call with non-trivial polymorp...Tobias Burnus2-1/+48
2012-01-09re PR debug/51471 (gcc.c-torture/execute/20040811-1.c and gcc.c-torture/execu...Tom de Vries2-1/+7
2012-01-09trans.c (call_to_gnu): Create the temporary for the return value in the varia...Eric Botcazou5-7/+44
2012-01-09re PR fortran/51791 ([OOP] Failure to resolve typebound function call with ba...Paul Thomas6-5/+60
2012-01-09re PR tree-optimization/51759 (miscompile writes past end of bitfield)Martin Jambor2-0/+31