From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id A93F3398501D for ; Fri, 2 Jul 2021 19:27:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A93F3398501D Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-91-YNolL2dgNlq0c5jeNjXlRQ-1; Fri, 02 Jul 2021 15:27:07 -0400 X-MC-Unique: YNolL2dgNlq0c5jeNjXlRQ-1 Received: by mail-qt1-f199.google.com with SMTP id t15-20020a05622a180fb029024f88c5e9b0so6315209qtc.17 for ; Fri, 02 Jul 2021 12:27:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:user-agent :mime-version:content-transfer-encoding; bh=DAEiZjZi0IZrvZV3mMPS5xnvxkTkJSxrsTB2YgVzjeQ=; b=MX3Ofd6v3wFKccJ8mdba7COyrK3YqSE2QyVRJ7psdIpPHm9l8tKOmzTKh/QxQvIC8n ZR8t/27vhIVwBKyDA5KsxXXLTYhzq9x6SAgCzeetPk+L6prPVadTcKucuEc4za6YfI8n mlI8CndWgF3hMP/0wvW1lw9zX2GaYh799Xx0zJtx6rvS2FNEB9QcBGk2FlHdAvPFFxhk jW54WN07n/PJKtiM78jB4V0PF0DB3ExqhZUk3D+3R9LQs77omxQR38BslJv6uc7u8nyZ WtxVgS78EV7hBp9S/gFxovga2GWx1ps+NsrLy+2n8cck8mjW4Z26Iu9yu9vcDNlMNE9+ Ujeg== X-Gm-Message-State: AOAM531TuKG3uShNCqtqiXRPwu3JhDj7ptxD55MnZAeoSAnMiPMe8W+i 5xCyTcJPK1lghx9mKwzKesHW7HGVn76x3hEqyPPC/ethG2a0ZoyjLpKKK9lDtgGl86DlphnLPbB Rq+Ktotg= X-Received: by 2002:ad4:5a52:: with SMTP id ej18mr1094219qvb.45.1625254027297; Fri, 02 Jul 2021 12:27:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw2gN+wZKwAV+3M3uihdUYu977ygvtklMwl3EcV2OM1RIoJx8YNNbMa8CyXhf7aI1D1pzle5Q== X-Received: by 2002:ad4:5a52:: with SMTP id ej18mr1094205qvb.45.1625254027108; Fri, 02 Jul 2021 12:27:07 -0700 (PDT) Received: from t14s.localdomain (c-73-69-212-193.hsd1.nh.comcast.net. [73.69.212.193]) by smtp.gmail.com with ESMTPSA id l9sm1548942qtk.51.2021.07.02.12.27.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Jul 2021 12:27:06 -0700 (PDT) Message-ID: <373a35eaf158a25f062e297a1dd2e9bdaf8d0ba2.camel@redhat.com> Subject: Backports to gcc 11 branch (analyzer and jit) From: David Malcolm To: "gcc-patches@gcc.gnu.org" , jit@gcc.gnu.org Date: Fri, 02 Jul 2021 15:27:05 -0400 User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: jit@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Jit mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2021 19:27:11 -0000 I've cherrypicked the following commits from trunk to the gcc 11 branch: analyzer: fix ICE on NULL change.m_expr [PR100244] analyzer: fix missing leak after call to strsep [PR100615] diagnostic-show-locus: tweak rejection logic analyzer: show types for poisoned_svalue and compound_svalue analyzer: remove unused prototypes analyzer: remove redundant typedef analyzer: split out struct bit_range from class concrete_binding analyzer: fix region::get_bit_size for bitfields analyzer: bitfield fixes [PR99212] analyzer: make various region_model member functions const analyzer: tweak priority of callstrings in worklist::key_t::cmp analyzer: fix bitfield endianness issues [PR99212,PR101082] analyzer: add region_model_manager::get_or_create_int_cst analyzer: fix issue with symbolic reads with concrete bindings jit: fix test-asm failures on i?86 jit: fix test-vector-* failures Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to releases/gcc-11 as 1187f297f7ef6a3dc86103b642d463f7a7bd6096 through d731870cb2aa23d2a753a2703410cef98ced3872. Dave