public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/15084] New: -O/-O2 generate wrong code on structure modification
@ 2004-04-23  0:58 hjl at lucon dot org
  2004-04-23  1:00 ` [Bug target/15084] " hjl at lucon dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-04-23  0:58 UTC (permalink / raw)
  To: gcc-bugs

On x86_64, gcc may generate wrong code on structure modification with -O and -O2.

-- 
           Summary: -O/-O2 generate wrong code on structure modification
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-pc-linux-gnu
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
@ 2004-04-23  1:00 ` hjl at lucon dot org
  2004-04-23  1:19 ` hjl at lucon dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-04-23  1:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-04-22 23:53 -------
Created an attachment (id=6145)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6145&action=view)
A testcase 

I got:

[hjl@gnu-20 struct-1]$ /usr/gcc-3.4/bin/gcc -O2 bug.c
[hjl@gnu-20 struct-1]$ ./a.out
compiler bug
[hjl@gnu-20 struct-1]$ /usr/gcc-3.4/bin/gcc -O bug.c
[hjl@gnu-20 struct-1]$ ./a.out
compiler bug
[hjl@gnu-20 struct-1]$ /usr/gcc-3.4/bin/gcc  bug.c
[hjl@gnu-20 struct-1]$ ./a.out
[hjl@gnu-20 struct-1]$ /usr/gcc-3.4/bin/gcc -O3  bug.c
[hjl@gnu-20 struct-1]$ ./a.out
[hjl@gnu-20 struct-1]$

-O0, -Os and -O3 are OK.

-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
  2004-04-23  1:00 ` [Bug target/15084] " hjl at lucon dot org
@ 2004-04-23  1:19 ` hjl at lucon dot org
  2004-04-23  2:53 ` len dot brown at intel dot com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-04-23  1:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
  2004-04-23  1:00 ` [Bug target/15084] " hjl at lucon dot org
  2004-04-23  1:19 ` hjl at lucon dot org
@ 2004-04-23  2:53 ` len dot brown at intel dot com
  2004-04-23 18:22 ` suresh dot b dot siddha at intel dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: len dot brown at intel dot com @ 2004-04-23  2:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |len dot brown at intel dot
                   |                            |com


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-04-23  2:53 ` len dot brown at intel dot com
@ 2004-04-23 18:22 ` suresh dot b dot siddha at intel dot com
  2004-04-23 18:57 ` suresh dot b dot siddha at intel dot com
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: suresh dot b dot siddha at intel dot com @ 2004-04-23 18:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From suresh dot b dot siddha at intel dot com  2004-04-23 18:01 -------
Created an attachment (id=6153)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6153&action=view)
Test case showing the problem with gcc 3.2

gcc 3.2 requires a slightly different test case showing a similar problem

-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-04-23 18:22 ` suresh dot b dot siddha at intel dot com
@ 2004-04-23 18:57 ` suresh dot b dot siddha at intel dot com
  2004-04-27 19:41 ` hjl at lucon dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: suresh dot b dot siddha at intel dot com @ 2004-04-23 18:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |suresh dot b dot siddha at
                   |                            |intel dot com


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-04-23 18:57 ` suresh dot b dot siddha at intel dot com
@ 2004-04-27 19:41 ` hjl at lucon dot org
  2004-04-27 20:05 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-04-27 19:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-04-27 19:36 -------
A patch is submitted at

http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01810.html

-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2004-04-27 19:41 ` hjl at lucon dot org
@ 2004-04-27 20:05 ` pinskia at gcc dot gnu dot org
  2004-04-28 18:24 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-27 20:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 19:40 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-27 19:40:45
               date|                            |
   Target Milestone|---                         |3.4.1


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2004-04-27 20:05 ` pinskia at gcc dot gnu dot org
@ 2004-04-28 18:24 ` cvs-commit at gcc dot gnu dot org
  2004-04-28 19:16 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-28 18:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-28 17:00 -------
Subject: Bug 15084

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	hjl@gcc.gnu.org	2004-04-28 17:00:11

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.md 

Log message:
	2004-04-28  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/15084
	* config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
	and renamed to movdi_insv_1_rex64.
	(insv): Support SImode for 32bit and DImode for 64bit.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.970&r2=1.16114.2.971
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.404.2.23&r2=1.404.2.24



-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (7 preceding siblings ...)
  2004-04-28 18:24 ` cvs-commit at gcc dot gnu dot org
@ 2004-04-28 19:16 ` cvs-commit at gcc dot gnu dot org
  2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-28 19:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-28 17:01 -------
Subject: Bug 15084

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	hjl@gcc.gnu.org	2004-04-28 17:01:12

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.md 

Log message:
	2004-04-28  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/15084
	* config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
	and renamed to movdi_insv_1_rex64.
	(insv): Support SImode for 32bit and DImode for 64bit.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.419&r2=2.2326.2.420
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.502.2.3&r2=1.502.2.4



-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (9 preceding siblings ...)
  2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
  2004-05-13 12:17 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-07 15:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-07 15:39 -------
Subject: Bug 15084

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	hammer-3_3-branch
Changes by:	matz@gcc.gnu.org	2004-05-07 15:39:33

Modified files:
	gcc/config/i386: i386.md 

Log message:
	http://bugzilla.suse.de/39378
	2004-04-28  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/15084
	* config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
	and renamed to movdi_insv_1_rex64.
	(insv): Support SImode for 32bit and DImode for 64bit.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.401.2.47&r2=1.401.2.48



-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (8 preceding siblings ...)
  2004-04-28 19:16 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
  2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-07 15:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-07 15:39 -------
Subject: Bug 15084

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	hammer-3_3-branch
Changes by:	matz@gcc.gnu.org	2004-05-07 15:39:45

Modified files:
	gcc            : ChangeLog.hammer 

Log message:
	http://bugzilla.suse.de/39378
	2004-04-28  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/15084
	* config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
	and renamed to movdi_insv_1_rex64.
	(insv): Support SImode for 32bit and DImode for 64bit.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.hammer.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1.2.397&r2=1.1.2.398



-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (10 preceding siblings ...)
  2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-13 12:17 ` hjl at lucon dot org
  2004-05-13 12:20 ` hjl at lucon dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-05-13 12:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-05-13 00:52 -------
A testcase is posted at

http://gcc.gnu.org/ml/gcc-patches/2004-05/msg00433.html

-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (11 preceding siblings ...)
  2004-05-13 12:17 ` hjl at lucon dot org
@ 2004-05-13 12:20 ` hjl at lucon dot org
  2004-05-18  3:28 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-05-13 12:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-05-13 00:53 -------
An alternate testcase is posted at

http://gcc.gnu.org/ml/gcc-patches/2004-05/msg00546.html

-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (12 preceding siblings ...)
  2004-05-13 12:20 ` hjl at lucon dot org
@ 2004-05-18  3:28 ` cvs-commit at gcc dot gnu dot org
  2004-05-18  3:32 ` pinskia at gcc dot gnu dot org
  2004-07-01 10:42 ` cvs-commit at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-18  3:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-17 14:30 -------
Subject: Bug 15084

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hjl@gcc.gnu.org	2004-05-17 14:30:22

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.md 

Log message:
	2004-05-17  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/15084
	* config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
	and renamed to movdi_insv_1_rex64.
	(insv): Support SImode for 32bit and DImode for 64bit.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3673&r2=2.3674
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.537&r2=1.538



-- 


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (13 preceding siblings ...)
  2004-05-18  3:28 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-18  3:32 ` pinskia at gcc dot gnu dot org
  2004-07-01 10:42 ` cvs-commit at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-18  3:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-17 14:36 -------
Fixed for 3.3.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4.1                       |3.3.4


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


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

* [Bug target/15084] -O/-O2 generate wrong code on structure modification
  2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
                   ` (14 preceding siblings ...)
  2004-05-18  3:32 ` pinskia at gcc dot gnu dot org
@ 2004-07-01 10:42 ` cvs-commit at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-01 10:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-01 10:42 -------
Subject: Bug 15084

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_2-rhl8-branch
Changes by:	jakub@gcc.gnu.org	2004-07-01 10:42:15

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.md 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.c-torture/execute: 20040510-1.c 

Log message:
	2004-04-28  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/15084
	* config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
	and renamed to movdi_insv_1_rex64.
	(insv): Support SImode for 32bit and DImode for 64bit.
	
	PR target/15084
	* gcc.c-torture/execute/20040510-1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.13152.2.657.2.27.2.194&r2=1.13152.2.657.2.27.2.195
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.339.2.13.2.1.2.22&r2=1.339.2.13.2.1.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.1672.2.166.2.8.2.81&r2=1.1672.2.166.2.8.2.82
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20040510-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

end of thread, other threads:[~2004-07-01 10:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-23  0:58 [Bug target/15084] New: -O/-O2 generate wrong code on structure modification hjl at lucon dot org
2004-04-23  1:00 ` [Bug target/15084] " hjl at lucon dot org
2004-04-23  1:19 ` hjl at lucon dot org
2004-04-23  2:53 ` len dot brown at intel dot com
2004-04-23 18:22 ` suresh dot b dot siddha at intel dot com
2004-04-23 18:57 ` suresh dot b dot siddha at intel dot com
2004-04-27 19:41 ` hjl at lucon dot org
2004-04-27 20:05 ` pinskia at gcc dot gnu dot org
2004-04-28 18:24 ` cvs-commit at gcc dot gnu dot org
2004-04-28 19:16 ` cvs-commit at gcc dot gnu dot org
2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
2004-05-07 15:39 ` cvs-commit at gcc dot gnu dot org
2004-05-13 12:17 ` hjl at lucon dot org
2004-05-13 12:20 ` hjl at lucon dot org
2004-05-18  3:28 ` cvs-commit at gcc dot gnu dot org
2004-05-18  3:32 ` pinskia at gcc dot gnu dot org
2004-07-01 10:42 ` cvs-commit 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).