public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: msebor@redhat.com
To: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] gfortran.dg/pr32627.f03 prints nul byte
Date: Fri, 17 Apr 2015 17:51:00 -0000	[thread overview]
Message-ID: <5531482A.2040006@redhat.com> (raw)
In-Reply-To: <5526EC40.8040000@redhat.com>

Ping. Is this patch okay for trunk?

On 04/09/2015 03:16 PM, Martin Sebor wrote:
> Attached is an updated patch that fixes the substr_6.f90
> test that also prints a nul character to stdout. I don't
> think there are any others.
>
> Besides interfering with the debugging of the log corruption
> I mentioned, printing nuls or control characters in tests is
> also problematic for tools designed to post-process log files
> (e.g., grep) that are intended to work with text files (i.e.,
> files not containing nuls). Control characters can cause the
> tools to fail in non-C locales (such as UTF-8).
>
> On 04/09/2015 12:54 PM, Martin Sebor wrote:
>> We've been debugging a problem where nul (and other control)
>> characters have been randomly appearing in powerpc parallel
>> build logs. In the process, I noticed that some of the nuls
>> are readily reproducible. One such case is due to
>> the pr32627.f03 test which verifies that Fortran programs
>> can initialize character arrays from C strings. The test
>> declares an array as big as the C string (including the
>> terminating nul) and prints its value to stdout. This then
>> causes the nul to appear in the log files.
>>
>> The attached patch changes the declaration of the Fortran
>> array to match the number of non-nul characters. Tested on
>> powerpc64.
>>
>> Martin
>

  reply	other threads:[~2015-04-17 17:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09 18:54 Martin Sebor
2015-04-09 21:16 ` Martin Sebor
2015-04-17 17:51   ` msebor [this message]
2015-04-17 19:29     ` Jeff Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5531482A.2040006@redhat.com \
    --to=msebor@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).