Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Randolph Chung <randolph@tausq.org>
To: John David Anglin <dave@hiauly1.hia.nrc.ca>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] 2.6.9-rc2-pa5 build failures
Date: Sun, 19 Sep 2004 23:55:16 -0700	[thread overview]
Message-ID: <20040920065516.GD22642@tausq.org> (raw)
In-Reply-To: <200409192000.i8JK01wr025911@hiauly1.hia.nrc.ca>

In reference to a message from John David Anglin, dated Sep 19:
> > > I thought it was just my config that failed to build -pa5
> > > until I looked at:
> > > 	http://cvs.parisc-linux.org/download/linux-2.6/
> > 
> > sigh, it's a problem with gcc-3.0....
> 
> Does the problem affect currently active branches?

no, i don't think so.

the problem is that gcc doesn't seem to like an asm() output specifier
that contains multiple quoted strings... so this doesn't work:

asm("" : "=" "r"(x))

but this does:
asm("" : "=r"(x))

with gcc-3.3, both forms are ok.

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

      reply	other threads:[~2004-09-20  6:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040919104202.GB22642@tausq.org>
2004-09-19 20:00 ` [parisc-linux] 2.6.9-rc2-pa5 build failures John David Anglin
2004-09-20  6:55   ` Randolph Chung [this message]

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=20040920065516.GD22642@tausq.org \
    --to=randolph@tausq.org \
    --cc=dave@hiauly1.hia.nrc.ca \
    --cc=parisc-linux@lists.parisc-linux.org \
    /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