public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above
       [not found] <bug-23324-9042@http.gcc.gnu.org/bugzilla/>
@ 2005-10-12  0:19 ` rth at gcc dot gnu dot org
  2005-10-12 16:29 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-10-12  0:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-09-07 18:58:29         |2005-10-12 00:19:22
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23324


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

* [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above
       [not found] <bug-23324-9042@http.gcc.gnu.org/bugzilla/>
  2005-10-12  0:19 ` [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above rth at gcc dot gnu dot org
@ 2005-10-12 16:29 ` cvs-commit at gcc dot gnu dot org
  2005-10-12 16:34 ` cvs-commit at gcc dot gnu dot org
  2005-10-12 16:35 ` rth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-12 16:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from cvs-commit at gcc dot gnu dot org  2005-10-12 16:29 -------
Subject: Bug 23324

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     rth@gcc.gnu.org 2005-10-12 16:29:35

Modified files:
        gcc            : ChangeLog cfgexpand.c 
Added files:
        gcc/testsuite/gcc.c-torture/execute: pr23324.c 

Log message:
        PR rtl-opt/23324
        * cfgexpand.c (add_alias_set_conflicts): Use objects_must_conflict_p.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.10146&r2=2.10147
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgexpand.c.diff?cvsroot=gcc&r1=2.51&r2=2.52
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/pr23324.c.diff?cvsroot=gcc&r1=NONE&r2=1.1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23324


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

* [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above
       [not found] <bug-23324-9042@http.gcc.gnu.org/bugzilla/>
  2005-10-12  0:19 ` [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above rth at gcc dot gnu dot org
  2005-10-12 16:29 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-12 16:34 ` cvs-commit at gcc dot gnu dot org
  2005-10-12 16:35 ` rth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-12 16:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from cvs-commit at gcc dot gnu dot org  2005-10-12 16:34 -------
Subject: Bug 23324

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     rth@gcc.gnu.org 2005-10-12 16:34:33

Modified files:
        gcc            : ChangeLog cfgexpand.c 
Added files:
        gcc/testsuite/gcc.c-torture/execute: pr23324.c 

Log message:
        PR rtl-opt/23324
        * cfgexpand.c (add_alias_set_conflicts): Use objects_must_conflict_p.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.461&r2=2.7592.2.462
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgexpand.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.33.2.1&r2=2.33.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/pr23324.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23324


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

* [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above
       [not found] <bug-23324-9042@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-12 16:34 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-12 16:35 ` rth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-10-12 16:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from rth at gcc dot gnu dot org  2005-10-12 16:35 -------
Fixed.


-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23324


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

* [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above
  2005-08-11  8:08 [Bug c/23324] New: unsigned bitfield in struct not passed correctly as argument lindig at cs dot uni-sb dot de
@ 2005-09-27 16:08 ` mmitchel at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23324


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

end of thread, other threads:[~2005-10-12 16:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23324-9042@http.gcc.gnu.org/bugzilla/>
2005-10-12  0:19 ` [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above rth at gcc dot gnu dot org
2005-10-12 16:29 ` cvs-commit at gcc dot gnu dot org
2005-10-12 16:34 ` cvs-commit at gcc dot gnu dot org
2005-10-12 16:35 ` rth at gcc dot gnu dot org
2005-08-11  8:08 [Bug c/23324] New: unsigned bitfield in struct not passed correctly as argument lindig at cs dot uni-sb dot de
2005-09-27 16:08 ` [Bug rtl-optimization/23324] [4.0/4.1 Regression] unsigned bitfield in struct not accessed correctly at -O2 and above mmitchel at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).