This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: libgo patch committed: Run examples


On Thu, Feb 28, 2019 at 1:59 AM Rainer Orth <ro@cebitec.uni-bielefeld.de> wrote:
>
> > On Thu, Feb 21, 2019 at 1:47 AM Andreas Schwab <schwab@suse.de> wrote:
> >>
> >> On Feb 20 2019, Ian Lance Taylor <iant@golang.org> wrote:
> >>
> >> >               if test x$hasoutput = xtrue; then
> >> > -                 echo '      {"'$n'", '$j', "'"$output"'", '$unordered'},'
> >> > + echo ' {"'$n'", '$j', "'"$(cat example2.txt)"'", '$unordered'},'
> >>
> >> That still has a problematic echo with backslashes.
> >
> > How does this version look?  Does it fix the problem?
>
> it does indeed: just tested on i386-pc-solaris2.11 and
> sparc-sun-solaris2.11 without issues.

Thanks.  Committed to mainline.

Ian


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