[gcc/aoliva/heads/testbase] (248 commits) Daily bump.

Alexandre Oliva aoliva@gcc.gnu.org
Tue Oct 20 01:48:04 GMT 2020


The branch 'aoliva/heads/testbase' was updated to point to:

 970d683f677... Daily bump.

It previously pointed to:

 c840700852c... libstdc++: Update doxyfile to Doxygen 1.8.20 format

Diff:

Summary of changes (added commits):
-----------------------------------

  970d683... Daily bump. (*)
  6e02de9... Use precision and sign to compare types for ranges (*)
  f000b7c... testsuite: Enable and adjust powerpc vec-extract and vsu te (*)
  e7a0af8... libstdc++: Implement std::make_unique_for_overwrite (*)
  badeac7... testsuite: Enable and adjust powerpc fold-vec-extract/inser (*)
  b003c4b... coroutines: Emit error for invalid promise return types [PR (*)
  619f91e... cplxlower: Avoid a transform when looking at a default defi (*)
  fc77484... libstdc++: Use reserved name for C++20 attribute (*)
  aa6d2be... libstdc++: Optimize container node-handle type for size (*)
  5abe05b... preprocessor: Fix non-fn fn-like macro at EOF [PR97471] (*)
  8d31eb8... rs6000: correct BE vextract_fp_from_short[hl] vperm masks (*)
  2d2f4ff... Gracefully handle right shifts larger than the precision. (*)
  11b8cca... IPA: fix one more UBSAN error (*)
  361c378... tree-optimization/97486 - avoid edge insertion in SLP vecto (*)
  4ba6019... libstdc++: Remove unused header (*)
  2c6565d... doc: Add closing parenthesis to -ffat-lto-objects docs (*)
  c0bab60... [Ada] Ada_2020: Implement Key_Expression for named containe (*)
  86b3d0d... [Ada] Missing check on array concatenation (*)
  84adfdd... [Ada] Suppress warnings in expansion of "for ... of" loops (*)
  f1f877e... [Ada] Use alternate stack for signal handling on PowerPC/Li (*)
  e4a238d... [Ada] Remove excessive guards in building predicate functio (*)
  5ad0303... [Ada] Alternative display of multi-line messages for GNATpr (*)
  dc55492... [Ada] AI12-0352: Early derivation and equality of untagged  (*)
  5f39639... [Ada] Compiler abort on in_out function parameter with type (*)
  44ecd94... [Ada] Wrong freezing for expression function with contracts (*)
  b0a16e6... [Ada] Implement initialization of CUDA runtime (*)
  2bb7741... [Ada] Expanded names in ghost assignments (*)
  08b0a5e... [Ada] Do not replace bounds for packed arrays that depend o (*)
  ec28fae... [Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def types (*)
  b6bcca6... [Ada] ACATS 4.1R - Exception missed (*)
  be8d605... [Ada] Reject use of Relaxed_Initialization on scalar/access (*)
  17ea7fa... [Ada] No range check on fixed point to integer conversion (*)
  a6272b8... [Ada] Clarify protection offered by preconditions on Ada.Te (*)
  b7fd826... [Ada] Fix typo in error message about contract cases (*)
  2e2e6cf... [Ada] Simplify detection of by-copy types (*)
  fa366a9... [Ada] Clarify current design of Errout wrt global variable  (*)
  26349b6... [Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def types (*)
  8c8b92d... [Ada] Ada2020: matching parentheses and brackets (*)
  b9d6859... [Ada] Crash in expression function defined in protected obj (*)
  c95f210... [Ada] AI12-0170: Abstract subprogram calls in class-wide pr (*)
  e40cb36... [Ada] Private type unexpectedly visible (*)
  e335bd2... [Ada] Clean up support of square brackets (*)
  52ad13b... [Ada] Remove useless initialization and refine type of a lo (*)
  b0fa1c6... [Ada] Refine type of a local variable (*)
  5a36f3d... [Ada] Simplify membership test for operators (*)
  00bccdf... [Ada] Simplify repeated calls with membership test (*)
  5b80069... Handle right shifts by zero in range-ops. (*)
  95f2784... tree-optimization/97466 - remove spurious assert (*)
  222f312... [PATCH] fold x << (n % C) to x << (n & C-1) if C meets powe (*)
  dccb0f8... Simplify comparison GIMPLE IL verification (*)
  04ffed2... libsanitizer: Add recently added commit to LOCAL_PATCHES. (*)
  3acb91a... Daily bump. (*)
  1e70b1a... revamp ada.numerics.aux (*)
  476036b... libsanitizer, Darwin, Bootstrap : Fix bootstrap on Darwin < (*)
  cd6cd6a... PR libfortran/97063 - Wrong result for vector (step size is (*)
  019e1c8... Daily bump. (*)
  cb6b952... testsuite: simplify target requirements for various Power9  (*)
  1f65bf2... libstdc++: Fix visitor return type diagnostics [PR97449] (*)
  f476a9f... testsuite: Enable builtins-3-p9.c on BE targets. (*)
  56e4eee... Daily bump. (*)
  4e4d0f7... testsuite: remove explicit -m32/-m64 from testcases (*)
  02629b1... PR fortran/95979 - ICE in get_kind, at fortran/simplify.c:1 (*)
  3e8d8f3... [PATCH] Don't display ranges for dead ssa-names. (*)
  5849257... pointer_plus [0, 0] + const folding (*)
  aabc96c... Don't invoke range_of_expr multiple times. (*)
  4a135bd... Don't assert on a negative shift. (*)
  ccb4f20... c++: Fix nullptr deref [pr97460[ (*)
  a16da48... c++: Fix null deref at EOF [PR96258] (*)
  a659068... Inhibit support for C++0x threads on VxWorks < 6 (*)
  e94d583... Inhibit support for gthread condvars on VxWorks < 6 (*)
  0aeeda8... Add missing #include <taskLib.h> in gthr-vxworks.c (*)
  21295f4... Fix leftover _VXW_PRE_69 in gthr-vxworks.h (*)
  4cde835... Stub out VX_ENTER_TLS_DTOR for VxWorks != 6 (*)
  2d23fd2... Fix the vxworks crtstuff handling of kernel/rtp variations (*)
  57dd4e7... Allow self configured definition of _WRS_VXWORKS_MAJOR (*)
  90042c4... arm: Fix the warning -mcpu=cortex-m55 conflicting with -mar (*)
  6c6e0ca... Adjust BB vectorization SLP build heuristics (*)
  3775358... arm: Fix wrong code generated for mve scatter store with wr (*)
  e27c8cc... Fix modref-4.c testcase (*)
  9791b4b... libsanitizer: update locale patches (*)
  b040b1c... Reapply all revisions mentioned in LOCAL_PATCHES. (*)
  0b997f6... libsanitizer: merge from master (*)
  4a70aa7... RISC-V: Handle implied extension in multilib-generator (*)
  540d5f4... Refactor vect_get_and_check_slp_defs some more (*)
  a866239... IPA: compare VRP types. (*)
  23a9215... [Ada] Assorted style cleanups (*)
  4b97cbe... [Ada] Preelaborate rules not fully enforced (*)
  5243014... [Ada] Implement expansion of CUDA_Execute pragma (*)
  54690b9... [Ada] Ada2020: parsing of qualified exprs with new agg synt (*)
  2357b29... [Ada] Crash in generic renaming declaration of child unit (*)
  8dfdfd4... [Ada] Remove non-ASCII character (*)
  853f7f8... [Ada] Attribute Img on derived types (*)
  5742eed... [Ada] Attribute Img on derived types (*)
  d22f3ea... [Ada] Ada2020: AI12-0129 Make protected objects more protec (*)
  a900519... [Ada] Clean up in system.ads dependencies during compiler b (*)
  f6fd953... [Ada] Legal actual type with inherited discriminants reject (*)
  7e1ccdb... [Ada] Remove obsolete workaround regarding array returns (*)
  cfe989c... [Ada] Convert from UTF_16 to UTF_8 fails for large values (*)
  56bedb1... [Ada] Avoid premature finalization of a function result (*)
  d931c94... [Ada] Constants no longer synchronised if they are access-t (*)
  7e8e3cb... [Ada] Finalization of uninitialized object with build in pl (*)
  b87042c... [Ada] Detect qualified type names for AI12-0027 (*)
  3d5f1f2... [Ada] Relax too strong assertions (*)
  6d0dedf... [Ada] Improvements to implementation of Ada_2020 attribute  (*)
  263bb39... [Ada] Reduce use of primary stack on string concatenation (*)
  a121d54... [Ada] Spurious visibility error on Declare_Expression with  (*)
  f54147f... [Ada] Use new Max_Integer_Size attribute in system.ads file (*)
  2341c8a... [Ada] Remove support for -gnatP and pragma Polling (*)
  5540812... [Ada] Unique itypes names for unconstrained array object de (*)
  2c06148... [Ada] Cleanup related to itypes for unconstrained object de (*)
  476a8ec... [Ada] SPARK: update for effectively volatile types and obje (*)
  0574695... [Ada] GNAT-LLVM unnesting issues in elaboration code (*)
  6f23868... [Ada] Crash when specifying an abstract subprogram with Str (*)
  64d5b75... [Ada] Fix documentation of No_Local_Timing_Events (*)
  c7c7dd3... [Ada] Add Max_Integer_Size attribute and couple of helper f (*)
  429ad0b... tree-optimization/97428 - split SLP groups for loop vectori (*)
  b85d5dc... Daily bump. (*)
  1e8e49f... compiler: don't export function type parameter names (*)
  f33ac3b... runtime: use correct types in __go_ptrace shim (*)
  6949fbe... libgo: correct Makefile typo in path to x/net/route package (*)
  4f4f649... compiler: export type for string and bool constants (*)
  b7beab8... testsuite: Fix some endianness bugs in p9 runnable tests. (*)
  7dbf96e... libstdc++: Fix typos in copyright notice (*)
  f3ee947... c++: Fix [[deprecated]] and implicit operator==. [PR97358] (*)
  782ebea... testsuite: Add appropriate target requirements to P9 testca (*)
  08e7122... c++: Improve printing of pointers-to-members [PR97406, PR85 (*)
  f2ff7d2... [nvptx, testsuite] Xfail stack atomics (*)
  f6db796... Fix fndecl's for fortran coarray calls. (*)
  34af17c... [nvptx] Remove -m32 (*)
  6b55fa2... Fix toplevel comment of attr-fnspec.h (*)
  7cb40b0... fix TARGET_MEM_REF dumping (*)
  2fa684f... Also accept symbols in other partition in symtab_node::bind (*)
  445567b... libgomp: Amend documentation for omp_get_max_active_levels  (*)
  852dce0... Fix ICE in vectorizable_live_operation (*)
  d8394e2... [Ada] Spurious visibility on private with package (*)
  7e3f614... [Ada] Wrong use of Scope_Depth_Value (*)
  cba9c02... [Ada] Ada2020: AI12-0003 Specifying the standard storage po (*)
  9526040... [Ada] Cleanup definition of Might_Have_Tasks (*)
  8861bdd... [Ada] Get finalization right when a function returns a func (*)
  7e37c1a... [Ada] Crash on subtype of fixed-point type (*)
  e4f503b... [Ada] Fix access to uninitialized global variable when emit (*)
  a0a294d... [Ada] Cleanup defensive guards for Null_Exclusion_Present (*)
  8f366ea... [Ada] Bring defensive guard for Null_Exclusion_Present up t (*)
  1d1e5e2... [Ada] Explain predicate function not being inherited by ind (*)
  2b47f13... [Ada] Adjust style in support for CUDA_Execute pragma (*)
  e1e1296... [Ada] Avoid unnecessary (re)assignments in Make_Info (*)
  fcbac1b... [Ada] Remove excessive defensive calls to Is_Type (*)
  701a056... [Ada] Code cleanup (*)
  f644627... [Ada] Remove obsolete DSP comment (*)
  8b6d722... [Ada] Do not expand 'Initialized in codepeer mode (*)
  cc53bec... [Ada] Assert failure on incorrect code (*)
  96ece83... [Ada] Double evaluation of predicate (*)
  73b211a... [Ada] Do not use maximal values from System in runtime unit (*)
  a39bc02... [Ada] Simplify membership tests with N_Entity subtype (*)
  fd11c7e... [Ada] Refine type from Nat to Pos in Make_Index (*)
  38e5d9c... [Ada] Fix range check on constrained array with expanded in (*)
  8ad6af8... [Ada] Add support for compile time evaluation of Shift_Righ (*)
  46a3809... [Ada] Ada2020: AI12-0180 Using subprograms and entries in i (*)
  acc1708... [Ada] Warn on unknown aspect (*)
  c2c8f0d... [Ada] Complete support for static intrinsic functions (*)
  fe3463c... [Ada] Ada_2020: Add aspect Aggregate to standard container  (*)
  d588b8b... [Ada] Add iterators over GNAT.Array_Split.Slice_Set (*)
  40486f9... [Ada] AI12-0385 Predefined shifts and rotates should be sta (*)
  d43123e... [Ada] Do not remove side effects from any object declaratio (*)
  28290cb... tree-optimization/97482 - fix split_constant_offset of nop- (*)
  ee21a5f... [nvptx, testsuite] Remove xfail for PR84958 (*)
  6760065... [nvptx, testsuite] Fix xpass with ident-0b.c (*)
  c3d243f... [nvptx, testsuite] Remove dg-skip-if for ptxas oom (*)
  49451c5... [nvptx, testsuite] Disable default xfails (*)
  93e5ebc... [nvptx, testsuite] Remove dg-skip-if for ptxas crash fixed  (*)
  32e7e5f... [nvptx, testsuite] Remove dg-skip-if for ptxas crashes (*)
  c72720e... [nvptx, testsuite] Remove xpassing xfails for ptxas crashes (*)
  10744da... testsuite: Partially fix up modref-*.c tests (*)
  508e2d8... IPA: fix profile handling in IRA (*)
  a0504b3... params: Fix up help.exp testing (*)
  72eb833... RISC-V: Add support for -mcpu option. (*)
  83927c6... Enable Intel HRESET Instruction (*)
  299a53d... Enable gcc support for UINTR (*)
  b2698c2... Daily bump. (*)
  28774a6... libgo: print reason code if throwing unwind exception fails (*)
  14d83c6... PR middle-end/97391 - bogus -Warray-bounds accessing a mult (*)
  34efa5c... PR c/97413 - bogus error on function declaration with many  (*)
  30d06b7... [testsuite] Don't overwrite compiler_flags in check_compile (*)
  dc57070... libgo: export NetBSD-specific types in mksysinfo.sh (*)
  ca56d57... runtime: correct semaphore implementation on netbsd (*)
  61a43de... analyzer: fix ICE on globals with unknown size [PR93388] (*)
  12b267c... analyzer: fix build with ada [PR93723] (*)
  974e397... analyzer: don't use <setjmp.h> in tests [PR97394] (*)
  270c5a9... c++: Diagnose bogus variadic lambda. [PR97358] (*)
  8f8cba4... Rework the condition variables support for VxWorks (*)
  9310360... x86: Add missing intrinsics [PR95483] (*)
  2fca6a9... Fix the VX_CPU selection for -mcpu=xscale on arm-vxworks (*)
  78198b6... libstdc++: Fix unspecified comparison to null pointer [PR 9 (*)
  5b00bcc... Rework CPP_BUILTINS_SPEC for powerpc-vxworks (*)
  d00f8b4... Fallback to default CPP spec for C++ on VxWorks (*)
  69d6b3f... Honor $(MULTISUBDIR) in -I directives for libgcc on VxWorks (*)
  e4b887c... Add include-fixed to include search paths for libgcc on VxW (*)
  b3f1fef... Adjust the VxWorks alternative LIMITS_H guard for glimits.h (*)
  068644a... c++: DECL_FRIEND_P cleanup (*)
  06bec55... i386: Improve chaining of _{addcarry,subborrow}_u{32,64} [P (*)
  2b9c09a... libstdc++: Fix tests that fail with old std::string ABI (*)
  a121715... Do not call range_of_ssa_name_with_loop_info with the loop  (*)
  ea9535e... More vect_get_and_check_slp_defs refactoring (*)
  c602426... Tigthen flag_pic processing in vxworks_override_options (*)
  1433846... Turn offset_map to HOST_WIDE_INT (*)
  4d90edb... Handle POINTER_PLUS_EXPR in jump functions in ipa-modref. (*)
  4aa9742... Fortran: Fix line-truncation warning for !$acc and !gcc$ (*)
  ec5e646... adjust BB SLP build from scalars heuristics (*)
  17d5739... [gimple] Move can_duplicate_bb_p to gimple_can_duplicate_bb (*)
  9068711... c++: Instantiation with local extern [PR97395] (*)
  252c996... libstdc++: Define some std::string constructors inline (*)
  a1b6b01... libstdc++: Improve comments for check_effective_target_cxx1 (*)
  5e961db... libstdc++: Improve comments in std::string tests (*)
  5ae9ddd... libstdc++: Enable tests that incorrectly require cxx11-abi (*)
  dc38e25... libstdc++: Implement LWG 3706 for COW strings (*)
  4d2a56a... Fortran  :  ICE in build_field PR95614 (*)
  c7b6a75... Support ofsetted parameters in local modref (*)
  87d75a1... Fix SCC discovery in ipa-modref (*)
  2fa5f5c... libgomp: Fix a typo in documentation (*)
  7e5aeda... runtime: populate signal PC on NetBSD (*)
  7355c1d... syscall: port fix for netbsd unix sockets from upstream (*)
  78fbe73... PR target/96759 - Handle global variable assignment from mi (*)
  72b3833... reflect: ensure uniqueness of type descriptors on AIX. (*)
  bdd74cc... Daily bump. (*)
  8949b98... openmp: Add support for the omp_get_supported_active_levels (*)
  5204cc5... libstdc++: Fix doxygen comment for std::any_of (*)
  f76949c... combine: Fix up simplify_shift_const_1 for nested ROTATEs [ (*)
  0e0bedd... libstdc++: Update C++20 status documentation (*)
  16d0b03... libstdc++: Remove trailing whitespace from XML docs (*)
  739526a... Do not save hash slots across calls to hash_table::get_or_i (*)
  8311899... lto-wrapper: Use nontemp filename with -save-temps (*)
  f694a0d... [arm] Use -Os for stack-protector-[56].c tests (*)
  25095d1... AArch64: Add Neoverse N2 tuning model (*)
  7287cf1... lto-wrapper: Use nontemp filename with -save-temps (*)
  a673744... Remove STMT_VINFO_SAME_ALIGN_REFS (*)
  35103c6... nvptx/mkoffload.c: Add missing fclose (*)
  8e0e941... ASAN: disable -Wno-stringop-overflow for 2 tests (*)
  ca4938f... AArch64: Add FLAG for mul/mla/mls intrinsics [PR94442] (*)
  14707c8... openmp: Improve composite triangular loop lowering and expa (*)
  56cb815... Fix tramp3d PGO misoptimization (*)
  8be127c... Daily bump. (*)
  af66094... analyzer: handle static callbacks [PR97258] (*)
  455c3d2... mathfn_built_in_type case type fix (*)
  db36e78... make sin and cos generics inlineable (*)
  6f0a4ae... MIPS/libphobos: Fix switchcontext.S assembly for MIPS I ISA (*)
  46f4a39... Do not ignore failures from gimple_range_calc_op2. (*)
  c5aad5a... libstdc++: Apply proposed resolution for LWG 3450 (*)
  e066821... libstdc++: Apply proposed resolution for LWG 3449 [PR95322] (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/aoliva/heads/testbase' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


More information about the Gcc-cvs mailing list