From: Simon Marchi <simon.marchi@polymtl.ca>
To: Tom Tromey <tom@tromey.com>
Cc: Steve Ellcey <sellcey@cavium.com>,
gdb-patches <gdb-patches@sourceware.org>,
simon.marchi@ericsson.com
Subject: Re: gdb build problem (gdb/unittests/scoped_mmap-selftests.c)
Date: Wed, 08 Aug 2018 17:39:00 -0000 [thread overview]
Message-ID: <a1d4ea91a4a2884a72ebf4780d1138e2@polymtl.ca> (raw)
In-Reply-To: <87wot092xy.fsf@tromey.com>
On 2018-08-08 13:35, Tom Tromey wrote:
>>>>>> "Steve" == Steve Ellcey <sellcey@cavium.com> writes:
>
> Steve> Is anyone else still having a problem building gdb?  I saw theÂ
> Steve> mail about remote.c but I currently get this failure when
> Steve> building gdb with gcc 5.4.0 on an aarch64 linux box.
>
> I haven't seen this, but IIRC some distros enable _FORTIFY_SOURCE by
> default, which changes which unused-result warnings are emitted.
>
> Does the appended work for you?
>
> I wonder if we should enable _FORTIFY_SOURCE for development builds.
>
> Tom
>
> diff --git a/gdb/unittests/scoped_mmap-selftests.c
> b/gdb/unittests/scoped_mmap-selftests.c
> index d70a56a1862..e9d4afdffc5 100644
> --- a/gdb/unittests/scoped_mmap-selftests.c
> +++ b/gdb/unittests/scoped_mmap-selftests.c
> @@ -91,7 +91,7 @@ test_normal ()
> int fd = mkstemp (filename);
> SELF_CHECK (fd >= 0);
>
> - write (fd, "Hello!", 7);
> + SELF_CHECK (write (fd, "Hello!", 7) == 7);
> close (fd);
>
> gdb::unlinker unlink_test_file (filename);
Oops, sorry for the breakage. Tom's fix LGTM.
I think that enabling _FORTIFY_SOURCE can only do some good.
Simon
next prev parent reply other threads:[~2018-08-08 17:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-08 15:42 Steve Ellcey
2018-08-08 17:35 ` Tom Tromey
2018-08-08 17:39 ` Simon Marchi [this message]
2018-08-08 17:57 ` Tom Tromey
2018-08-08 22:17 ` Simon Marchi
2018-08-09 13:28 ` Pedro Alves
2018-08-09 14:34 ` Tom Tromey
2018-08-08 18:00 ` Tom Tromey
2018-08-08 17:49 ` Steve Ellcey
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=a1d4ea91a4a2884a72ebf4780d1138e2@polymtl.ca \
--to=simon.marchi@polymtl.ca \
--cc=gdb-patches@sourceware.org \
--cc=sellcey@cavium.com \
--cc=simon.marchi@ericsson.com \
--cc=tom@tromey.com \
/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