From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C5CE63858D3C; Fri, 11 Nov 2022 21:35:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5CE63858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668202508; bh=4EqkJ51F7s7YBRfV7quDmQ0kuyaBgqhgr9oQS8+LfbU=; h=From:To:Subject:Date:From; b=OVEO04ib+7Dwryk0Oc5IyQTPFfvRORDoDfWNkgs3UCFunwb7S0PbLEw6chCJvIkr5 C/cwwJCtS3trEDQgR8Vy+aS9v7/1XzcqfNw2fbSmRbTQLB0cjjKfmhX4AWAQucjiY2 tabHMMy5g2ekwjBdYsENMMNai9Rzb+ttao6n8bJM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107654] New: [13 Regression] md.rst should be in gcc/doc and not in doc Date: Fri, 11 Nov 2022 21:35:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107654 Bug ID: 107654 Summary: [13 Regression] md.rst should be in gcc/doc and not in doc Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- I was trying to figure out where the documentation for constraints are loca= ted now but gcc/doc does not contain md.rst but it was in the toplevel doc directory. This makes it much harder to find documentation to update when we are updat= ing target constraints.=