[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-10-12 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-13 01:11 --- Subject: Bug 13788 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-13 01:11:27 Modified files: gcc/java : ChangeLog

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-10-12 Thread mckinlay at redhat dot com
--- Comment #9 from mckinlay at redhat dot com 2005-10-13 01:14 --- Fixed checked in to 4.0 branch. -- mckinlay at redhat dot com changed: What|Removed |Added Target

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-27 16:52 --- The problem here is that the code in patch_binop that converts URSHIFT_EXPR to RSHIFT_EXPR modifies the type and code of the tree in place -- but that is incorrect as it misses the final cast back to a

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-27 16:59 --- I'm testing a fix. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-27 18:40 --- Subject: Bug 13788 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-27 18:40:17 Modified files: libjava: ChangeLog gcc/java :

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-27 18:41 --- I checked this in to cvs trunk. -- What|Removed |Added Status|ASSIGNED

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-24 21:49 --- FWIW I agree with the analysis. This is related to PR 21540, but not the same. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13788