- 08 Mar, 2013 17 commits
-
-
* config/gnu-user.h (LIBTSAN_EARLY_SPEC): Don't link against libasan_preinit.o. From-SVN: r196554
Jakub Jelinek committed -
re PR c++/52183 ([C++0x] Redeclaration of __this in lambda inside template member function when calling static class function) PR c++/52183 Correct PR tag. From-SVN: r196552
Jason Merrill committed -
PR c++/51884 * class.c (modify_all_vtables): Mangle the vtable name before entering dfs_walk. From-SVN: r196551
Jason Merrill committed -
* semantics.c (lambda_expr_this_capture): In unevaluated context, just return the nearest 'this'. From-SVN: r196550
Jason Merrill committed -
PR c++/51494 PR c++/51884 PR c++/56222 * tree.c (maybe_dummy_object): Don't capture 'this'. * semantics.c (maybe_resolve_dummy): New. (finish_non_static_data_member): Use it. (finish_qualified_id_expr): Don't test is_dummy_object. * cp-tree.h: Declare maybe_resolve_dummy. * call.c (build_new_method_call_1): Use it. From-SVN: r196549
Jason Merrill committed -
PR c++/56567 * semantics.c (apply_deduced_return_type): Don't allow returning std::initializer_list. From-SVN: r196548
Jason Merrill committed -
PR tree-optimization/56478 * predict.c (is_comparison_with_loop_invariant_p): Change the type of loop_step to tree. (predict_loops): Adjust. (predict_iv_comparison): Perform the computations on double_ints. Co-Authored-By: Jakub Jelinek <jakub@redhat.com> From-SVN: r196547
Marek Polacek committed -
2013-03-08 Richard Biener <rguenther@suse.de> PR tree-optimization/56570 * tree-cfg.c (verify_expr_location_1): Verify locations for DECL_DEBUG_EXPR. * tree-sra.c (create_access_replacement): Strip locations from DECL_DEBUG_EXPRs. From-SVN: r196546
Richard Biener committed -
* gcc.c-torture/execute/builtins/builtins.exp: Add for mingw targets linker option --allow-multiple-definition. From-SVN: r196545
Kai Tietz committed -
From-SVN: r196544
Kai Tietz committed -
tree-inline.c (expand_call_inline): Do not associate a BLOCK with the location in BLOCK_SOURCE_LOCATION. 2013-03-08 Richard Biener <rguenther@suse.de> * tree-inline.c (expand_call_inline): Do not associate a BLOCK with the location in BLOCK_SOURCE_LOCATION. * tree-cfg.c (verify_location): Verify BLOCK_SOURCE_LOCATION. From-SVN: r196542
Richard Biener committed -
* gcc.dg/pr14092-1.c: Mark intptr_t typedef to use extension. * gcc.dg/pr24683.c: Avoid warning about casting constant string. * gcc.dg/pr52549.c: Add LLP64 case. * gcc.dg/pr53701.c: Use for uintptr_t typedef __UINTPTR_TYPE__. * gcc.dg/pr56510.c: Adjust for LLP64 targets. * gcc.dg/torture/pr51071-2.c: Likewise. * gcc.dg/tree-ssa/vrp72.c: Likewise. * gcc.dg/tree-ssa/vrp73.c: Likewise. * gcc.dg/tree-ssa/vrp75.c: Likewise. * gcc.dg/torture/pr53922.c: Skike for mingw-targets. * gcc.dg/weak/weak-1.c: Likewise. * gcc.dg/weak/weak-2.c: Likewise. * gcc.dg/weak/weak-3.c: Likewise. * gcc.dg/weak/weak-4.c: Likewise. * gcc.dg/weak/weak-5.c: Likewise. * gcc.dg/weak/weak-15.c: Likewise. * gcc.dg/weak/weak-16.c: Likewise. From-SVN: r196540
Kai Tietz committed -
2013-03-08 Richard Biener <rguenther@suse.de> * tree-ssa-ter.c (is_replaceable_p): Do not TER across location or block changes with -Og. Fix for location / block encoding changes and PHI arguments with locations. From-SVN: r196539
Richard Biener committed -
* c-c++-common/pr54486.c: Skip test for mingw-targets. From-SVN: r196538
Kai Tietz committed -
PR ada/52123 * seh_init.c (Raise_From_Signal_Handler): Declare as no-return. (__gnat_SEH_error_handler): Likewise. Remove final return. From-SVN: r196536
Cesar Strauss committed -
2013-03-07 Sriraman Tallam <tmsriram@google.com> * config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for sandybridge processors. From-SVN: r196532
Sriraman Tallam committed -
From-SVN: r196531
GCC Administrator committed
-
- 07 Mar, 2013 8 commits
-
-
closures.c (is_emutramp_enabled [!FFI_MMAP_EXEC_EMUTRAMP_PAX]): Move default definition outside enclosing #if scope. * src/closures.c (is_emutramp_enabled [!FFI_MMAP_EXEC_EMUTRAMP_PAX]): Move default definition outside enclosing #if scope. From-SVN: r196527
Dave Korn committed -
* bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT for all counters. (struct output_info): Likewise. (register_overhead): Remove bad gcc_assert. (bitmap_find_bit): If there is only a single bitmap element, do not count a miss as a search. (print_statistics): Update for counter type changes. (dump_bitmap_statistics): Likewise. Print headers such that they are properly lined up with the printed counters. From-SVN: r196525
Steven Bosscher committed -
* config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update. * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt: Likewise. * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise. * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise. From-SVN: r196523
Jakub Jelinek committed -
PR tree-optimization/56559 * tree-ssa-reassoc.c (zero_one_operation): When looking at rhs2, check that it has only a single use. * gcc.dg/tree-ssa/reassoc-26.c: New test. From-SVN: r196520
Jakub Jelinek committed -
From-SVN: r196519
Andreas Schwab committed -
2013-03-07 Richard Biener <rguenther@suse.de> * doc/invoke.texi (fwhole-program): Discourage use in combination with -flto. From-SVN: r196518
Richard Biener committed -
PR libquadmath/55473 * quadmath.h: Add 'extern "C"' block for C++ use. From-SVN: r196517
Shakthi Kannan committed -
From-SVN: r196516
GCC Administrator committed
-
- 06 Mar, 2013 15 commits
-
-
/cp 2013-03-06 Paolo Carlini <paolo.carlini@oracle.com> PR c++/56534 * parser.c (cp_parser_elaborated_type_specifier): Don't call check_elaborated_type_specifier when TREE_CODE (decl) != TYPE_DECL. * decl.c (check_elaborated_type_specifier): Tidy. /testsuite 2013-03-06 Paolo Carlini <paolo.carlini@oracle.com> PR c++/56534 * g++.dg/template/crash115.C: New. From-SVN: r196513
Paolo Carlini committed -
From-SVN: r196512
Jakub Jelinek committed -
PR tree-optimization/56539 * tree-tailcall.c (adjust_return_value_with_ops): Use GSI_SAME_STMT instead of GSI_CONTINUE_LINKING as last argument to force_gimple_operand_gsi. * gcc.c-torture/compile/pr56539.c: New test. From-SVN: r196511
Jakub Jelinek committed -
* gcc.dg/lto/20090914-2_0.c: Skip for mingw and cygwin targets. * gcc.dg/lto/20091013-1_1.c: Set x64-mingw as xfail. * gcc.dg/lto/20091013-1_2.c: Likewise. * gcc.dg/pr31490.c: Adjust for LLP64 targets. From-SVN: r196508
Kai Tietz committed -
* gcc-interface/trans.c (Attribute_to_gnu): Abort instead of erroring out for an unimplemented attribute. From-SVN: r196507
Eric Botcazou committed -
* gcc-interface/decl.c (gnat_to_gnu_field): Remove the wrapper around a misaligned integral type if a size is specified for the field. From-SVN: r196506
Eric Botcazou committed -
* gcc-interface/trans.c (Raise_Error_to_gnu) <CE_Index_Check_Failed>: Record the unpadded type of the index type on the RCI stack. From-SVN: r196504
Eric Botcazou committed -
trans.c (emit_range_check): Assert that the range type is a numerical type and remove useless local variables. * gcc-interface/trans.c (emit_range_check): Assert that the range type is a numerical type and remove useless local variables. From-SVN: r196500
Eric Botcazou committed -
* config/aarch64/t-aarch64 (TM_H, OPTIONS_H_EXTRA): Add aarch64-cores.def. From-SVN: r196499
Jakub Jelinek committed -
PR middle-end/56548 * expr.c (expand_cond_expr_using_cmove): When expanding cmove in promoted mode, convert the result back to the original mode. * gcc.dg/pr56548.c: New test. From-SVN: r196498
Jakub Jelinek committed -
PR middle-end/56461 * internal.h (struct cpp_buffer): Add to_free field. (_cpp_pop_file_buffer): Add third argument. * files.c (_cpp_stack_file): Set buffer->to_free. (_cpp_pop_file_buffer): Add to_free argument. Free to_free if non-NULL, and if equal to file->buffer_start, also clear file->buffer{,_start,_valid}. * directives.c (_cpp_pop_buffer): Pass buffer->to_free to _cpp_pop_file_buffer. From-SVN: r196497
Jakub Jelinek committed -
From-SVN: r196496
Jason Merrill committed -
From-SVN: r196495
Jason Merrill committed -
PR debug/53363 * g++.dg/debug/dwarf2/thunk1.C: Skip on darwin. From-SVN: r196493
Rainer Orth committed -
PR c++/56543 * tree.c (strip_typedefs): Don't copy args if they are NULL. * g++.dg/template/typename20.C: New test. From-SVN: r196491
Jakub Jelinek committed
-