[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-07-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-19 20:55 --- Subject: Bug 21721 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-19 20:55:20 Modified files: gcc:

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-07-19 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-07-19 20:58 --- Fixed on mainline for 4.1 and on 4.0.X branch for 4.0.2. -- What|Removed |Added

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-06-10 Thread matz at suse dot de
-- What|Removed |Added CC||matz at suse dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21721

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-06-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-08 07:27 --- Subject: Bug 21721 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-08 07:27:01 Modified files: gcc: ChangeLog gcc/config/ia64:

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-31 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-05-31 10:57 --- Almost the complete set of predicate registers is live throughout most of function writet1, this looks bogus. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21721

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-31 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-05-31 21:10 --- It looks like this is due to code in ia64/ia64.c (ia64_compute_frame_size). If we need to store any predicate register (before a call I presume), the code stores them all and sets regs_ever_live[regno] to 1 for

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-27 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-05-27 18:23 --- I am not sure the underlying problem is fixed. The assembly language error seems to come from the line: .pred.rel.mutex p0, p1 p0 is a fixed predicate register and should never show up here. p1 is not used

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-23 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2005-05-23 16:48 --- Created an attachment (id=8951) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8951action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21721

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-23 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2005-05-23 16:49 --- Created an attachment (id=8952) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8952action=view) assembler file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21721

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-23 Thread doko at debian dot org
-- What|Removed |Added Known to fail||3.3.6 3.4.4 Known to work||4.0.1

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-23 Thread schwab at suse dot de
-- What|Removed |Added CC||schwab at suse dot de Known to fail|3.3.6 3.4.4 |4.0.1 Known to work|4.0.1

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-23 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-05-23 17:21 --- Seems to be fixed in 4.1. -- What|Removed |Added Known to work|3.3.6 3.4.4