On Tue, 31 Jul 2018 at 07:25, martin krastev wrote:
>
> Hello,
>
> I'm trying to build gcc-7.3.0 (md5 747d5010b7c6938b480bc6e4d7c4be9a of
> tar.gz) natively on a MACHTYPE=mipsel-unknown-linux-gnu MIPS p5600 machine
> under Debian Stretch. I'm getting an illegal instruction during libstdc++
> build
Jonathan Wakely 于2018年7月31日周二 下午4:37写道:
>
> On Tue, 31 Jul 2018 at 07:25, martin krastev wrote:
> >
> > Hello,
> >
> > I'm trying to build gcc-7.3.0 (md5 747d5010b7c6938b480bc6e4d7c4be9a of
> > tar.gz) natively on a MACHTYPE=mipsel-unknown-linux-gnu MIPS p5600 machine
> > under Debian Stretch. I'
On Thu, 5 Jul 2018, Tom Tromey wrote:
> I use git-merge-changelog from gnulib. If you want to use git am and
> avoid manually copying ChangeLog text from the commit message back into
> the appropriate files, then it's much better to install the driver and
> include the ChangeLog diffs in the patc
On Wed, Aug 01, 2018 at 12:16:57AM +0100, Maciej W. Rozycki wrote:
> On Thu, 5 Jul 2018, Tom Tromey wrote:
>
> > I use git-merge-changelog from gnulib. If you want to use git am and
> > avoid manually copying ChangeLog text from the commit message back into
> > the appropriate files, then it's mu
ga, forgot to attach the script in my previous message, so here it is.
thanks
Trev
On Wed, Aug 01, 2018 at 12:16:57AM +0100, Maciej W. Rozycki wrote:
> On Thu, 5 Jul 2018, Tom Tromey wrote:
>
> > I use git-merge-changelog from gnulib. If you want to use git am and
> > avoid manually copying Ch
Hi,
I am reading the gcc wiki page about atomic Acquire/Release memory
model: https://gcc.gnu.org/wiki/Atomic/GCCMM/AtomicSync.
It is mentioned:
"Both of these asserts can pass since there is no ordering imposed
between the stores in thread 1 and thread 2.
If this example were written using the