[LTP] [PATCH 2/2] lib: build check parameters for tst_brk()

Li Wang liwang@redhat.com
Thu Dec 6 11:33:20 CET 2018


Hi Petr,

On Thu, Dec 6, 2018 at 4:49 PM Li Wang <liwang@redhat.com> wrote:

> > But this idea does not work for clang, which always use same version:
> > __GNUC__: 4
> > __GNUC_MINOR__: 2
> > __GNUC_PATCHLEVEL__: 1
> > (tested on clang 3.9, 5.0, 6.0)
>
> Noticed the Travis CI Build #860 works fine with clang, did you config
> anything special for that?  BTW, the remain error part of GCC is not
> the same issue here, see below comments.
>
> Build #860:
> https://travis-ci.org/pevik/ltp/builds/463720369
> https://github.com/pevik/ltp/commit/643bceea36c3447add142fcb5e7a3f79e9ac65a2

Can you help to test this commit with same configuration in build#860?
(I haven't mastered how to use Travis CI yet)
https://github.com/wangli5665/ltp/commit/bbf236875c11861e40845edd875e517dd475bfac

I used gcc version 4.1.2 and didn't hit the un-supportted issue
locally, I'm inclined to suspect there's no demands on gcc compiler.

-- 
Regards,
Li Wang


More information about the ltp mailing list