This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Run gdb.compile/*.exp on {x86,x86_64,s390}-linux only


On Tue, Jan 16, 2018 at 5:20 PM, Pedro Alves <palves@redhat.com> wrote:
>
> Yes, I could reproduce this by hacking default_gcc_target_options
> to return "" like you were doing:
>
>  Passing 15 compiler options:
>  Compiler option 0: <>                 <<<<<< BAD
>  Compiler option 1: <-mtune=generic>
>  Compiler option 2: <-march=x86-64>
>  ...
>
> Making default_gcc_target_options return NULL instead works:
>
>  Passing 14 compiler options:
>  Compiler option 0: <-mtune=generic>
>  Compiler option 1: <-march=x86-64>
>  ...
>

Right, I can run gdb.compile/*.exp tests now on aarch64-linux,

# of expected passes            143
# of unexpected failures        10
# of known failures             2
# of untested testcases         2

-- 
Yao (齐尧)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]