All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [parisc-linux] 2.6.9-rc2-pa5 build failures
       [not found] <20040919104202.GB22642@tausq.org>
@ 2004-09-19 20:00 ` John David Anglin
  2004-09-20  6:55   ` Randolph Chung
  0 siblings, 1 reply; 2+ messages in thread
From: John David Anglin @ 2004-09-19 20:00 UTC (permalink / raw)
  To: randolph; +Cc: parisc-linux

> > 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?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [parisc-linux] 2.6.9-rc2-pa5 build failures
  2004-09-19 20:00 ` [parisc-linux] 2.6.9-rc2-pa5 build failures John David Anglin
@ 2004-09-20  6:55   ` Randolph Chung
  0 siblings, 0 replies; 2+ messages in thread
From: Randolph Chung @ 2004-09-20  6:55 UTC (permalink / raw)
  To: John David Anglin; +Cc: parisc-linux

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-20  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.