[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 15:30 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

2005-03-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-16 15:24 --- Subject: Bug 18371 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-16 15:23:49 Modified files: gcc: Change

[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-28 08:39 --- Subject: Bug 18371 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-rhl-branch Changes by: [EMAIL PROTECTED] 2005-02-28 08:38:57 Modified files: gcc: Ch

[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

2005-02-14 Thread dcb314 at hotmail dot com
--- Additional Comments From dcb314 at hotmail dot com 2005-02-14 10:05 --- This bug is still broken in the snapshot for 3.4 dated 20050211 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18371

[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

2004-12-20 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-20 15:02 --- I'm going to test it for GCC 3.4 too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18371

[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

2004-12-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-20 12:44 --- Fixed on the mainline: * config/i386/i386.c (ix86_split_to_parts): Use an array with four elements for decoding a CONST_DOUBLE on 64 bits targets. -- What|Removed