[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20371

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-05-11 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-05-11 13:19 --- Fixed on mainline by patch applied today. -- What|Removed |Added Status|UNCONFIR

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-05-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-11 12:25 --- Subject: Bug 20371 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-11 12:24:50 Modified files: gcc: ChangeLog stor-layout.c tree.h Log

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-05-04 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-05-04 21:54 --- I have found more problems with the ms bitfield code. An amended patch is here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00339.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20371

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-05-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-04 21:51 --- Subject: Bug 20371 CVSROOT:/cvs/gcc Module name:gcc Branch: sh-elf-4_1-branch Changes by: [EMAIL PROTECTED] 2005-05-04 21:51:35 Modified files: gcc: Cha

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-29 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-29 19:58 --- Created an attachment (id=8766) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8766&action=view) This patch fixes some more alignment inconsistencies. -- What|Removed

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-15 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-15 22:21 --- Created an attachment (id=8651) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8651&action=view) I'm currently testing this patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20371

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-15 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-15 15:32 --- Created an attachment (id=8650) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8650&action=view) Additional testcase This is another testlet snipped out of gcc-dg-struct-layout-1-t026-01. With the orig

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-12 18:31 --- The patch was posted on the 3rd December 2004, well before the 25th Febuary 2005. -- What|Removed |Added -

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO|17652 | nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20371

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 14:32 --- Subject: Bug 20371 CVSROOT:/cvs/gcc Module name:gcc Branch: sh-elf-4_1-branch Changes by: [EMAIL PROTECTED] 2005-04-12 14:32:06 Modified files: gcc: Cha

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-03-07 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-07 22:00 --- An analysis and a patch is here: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00298.html This patch has been used in the meantime in a 3.4 based compiler to compile various software like Linux kernels etc.