From patchwork Sun Aug 18 10:08:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1148827 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-507188-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="MezieREb"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46BCRc2F9Zz9s00 for ; Sun, 18 Aug 2019 20:07:54 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=Robsl3l0wJq9g64HMmqFxaj+n9TirAWfPbkKIpRwhsuVxY2XjOi0O 9JCRFDtVTr6gDsNcdmuoO89mGo4bOYWcAWDq/LikwoCE4ALS4EUBNjo4Jee+FvtE NPrmXYsCP0L7B7+4ZfrN/yolW1CAL4TS50X6kKTsNzKIv1aRvmOZE4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=wicbBGU1RScvdYD6rCR6/OvBJE8=; b=MezieREbR/Kx0mFFr1dQ 2LB7YKi95jwgQ1YSg2r+7+QcvfPtn2Cuc7Xraarm8qsFt2LWtPQQixm1MQ0O/XPd ZLIg3aUmJZhhLi1DcQwfJHrnTSBmVhTyG5IBzhLO1hwu2af+hJSYRWqNr8B5EAwe a8oqGlZvWbze73mOJnNi9XY= Received: (qmail 9141 invoked by alias); 18 Aug 2019 10:07:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 9130 invoked by uid 89); 18 Aug 2019 10:07:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=bugfix, careful, UD:index.html, v, index.html, v X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 18 Aug 2019 10:07:43 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 270D133DE8 for ; Sun, 18 Aug 2019 06:07:42 -0400 (EDT) Received: from anthias (unknown [178.114.243.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id B8B1D33DE4 for ; Sun, 18 Aug 2019 06:07:41 -0400 (EDT) Date: Sun, 18 Aug 2019 12:08:05 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] bugs/index.html - remove a last reference to Java/libgcj Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed. Gerald Index: bugs/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v retrieving revision 1.130 diff -u -r1.130 index.html --- bugs/index.html 16 Aug 2019 20:59:00 -0000 1.130 +++ bugs/index.html 18 Aug 2019 10:06:52 -0000 @@ -667,9 +667,8 @@ modify it with each major release. If you change your compiler to a different major release you must recompile all libraries that contain C++ code. If you fail to do so you risk getting linker -errors or malfunctioning programs. Some of our Java support libraries -also contain C++ code, so you might want to recompile all libraries to -be safe. It should not be necessary to recompile if you have changed +errors or malfunctioning programs. +It should not be necessary to recompile if you have changed to a bug-fix release of the same version of the compiler; bug-fix releases are careful to avoid ABI changes. See also the compatibility