From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2F76E3858D39; Sun, 26 Dec 2021 22:12:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F76E3858D39 From: "ibuclaw at gdcproject dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/103840] New: d: Errors message: Please submit a full bug report in testsuite Date: Sun, 26 Dec 2021 22:12:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ibuclaw at gdcproject dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2021 22:12:35 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103840 Bug ID: 103840 Summary: d: Errors message: Please submit a full bug report in testsuite Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ibuclaw at gdcproject dot org Target Milestone: --- A number of fail_compilation tests are silently passing with the error: Ple= ase submit a full bug report. They should all be fixed. --- 299.o fail_compilation/fail299.d^M ^M in pp_format, at pretty-print.c:1478^M 0x9db102 pp_format(pretty_printer*, text_info*)^M ../../gcc/pretty-print.c:1478^M 0x20ae97c diagnostic_report_diagnostic(diagnostic_context*, diagnostic_info= *)^M ../../gcc/diagnostic.c:1346^M 0xbe43aa d_diagnostic_report_diagnostic^M ../../gcc/d/d-diagnostic.cc:203^M 0xbe450c verror(Loc const&, char const*, __va_list_tag*, char const*, char const*, char const*)^M ../../gcc/d/d-diagnostic.cc:242^M 0xab2769 error(Loc const&, char const*, ...)^M ../../gcc/d/dmd/errors.d:100^M 0xacdf78 _D3dmd13expressionsem3fitFCQz7dstruct17StructDeclarationKxSQCf7globals3LocP= SQCw6dscope5ScopePSQDo4root5array__T5ArrayTCQEn10expression10ExpressionZQBk= CQFt5mtype4TypeZb^M ../../gcc/d/dmd/expressionsem.d:13111^M --- fail_compilation/fail1995.d:12:24: note: Path(s) searched (as provided by '-J'):^M ^M in pp_format, at pretty-print.c:1478^M 0x9db102 pp_format(pretty_printer*, text_info*)^M ../../gcc/pretty-print.c:1478^M 0x20ae97c diagnostic_report_diagnostic(diagnostic_context*, diagnostic_info= *)^M ../../gcc/diagnostic.c:1346^M 0xbe43aa d_diagnostic_report_diagnostic^M ../../gcc/d/d-diagnostic.cc:203^M 0xaba431 Expression::errorSupplemental(char const*, ...)^M ../../gcc/d/dmd/expression.d:815^M ---=