public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
@ 2003-07-05 10:02 olh at suse dot de
  2003-07-05 10:03 ` [Bug optimization/11440] " olh at suse dot de
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: olh at suse dot de @ 2003-07-05 10:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures
                    it
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: olh at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-unknown-linux
  GCC host triplet: powerpc-unknown-linux
GCC target triplet: powerpc-unknown-linux

konqueror from KDE_3_1_BRANCH does not render http://www.spiegel.de/ correctly. 
the reason is a miscompilation in libkhtml.so.4.1.0, render_box.cpp is miscompiled. 
 
gcc-3.2.3 produces correct results, gcc-3.3.1 with -O1 as well, -O2 breaks it. 
adding -fno-gcse after -O2 produces correct code. 
 
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kimgio -I../../kio -I../../dcop -I../../kfile -I../../khtml -I../.. 
-I../../dcop -I../../libltdl -I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. 
-I/usr/qt/3/include -I/usr/X11R6/include -I/home/kdebeta/kde31-cvs/include 
-DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall 
-pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -O1 -O2 -fno-gcse -fsigned-char -g 
-fmessage-length=0 -fno-exceptions -fno-check-new -DQT_NO_TRANSLATION 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -c 
render_box.cpp -MT render_box.lo -MD -MP -MF .deps/render_box.TPlo  -fPIC -DPIC -o  
.libs/render_box.o 
 
see attachment.


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

* [Bug optimization/11440] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
@ 2003-07-05 10:03 ` olh at suse dot de
  2003-07-05 13:05 ` pinskia at physics dot uc dot edu
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: olh at suse dot de @ 2003-07-05 10:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From olh at suse dot de  2003-07-05 10:03 -------
Created an attachment (id=4348)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4348&action=view)
/tmp/render.tar.bz2

.ii files and .s files, + logs


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

* [Bug optimization/11440] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
  2003-07-05 10:03 ` [Bug optimization/11440] " olh at suse dot de
@ 2003-07-05 13:05 ` pinskia at physics dot uc dot edu
  2003-07-05 14:23 ` olh at suse dot de
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-05 13:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-05 13:05 -------
Might be related to bug 9745 or not.


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

* [Bug optimization/11440] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
  2003-07-05 10:03 ` [Bug optimization/11440] " olh at suse dot de
  2003-07-05 13:05 ` pinskia at physics dot uc dot edu
@ 2003-07-05 14:23 ` olh at suse dot de
  2003-07-07  8:23 ` [Bug optimization/11440] [3.3 regression] " sirl at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: olh at suse dot de @ 2003-07-05 14:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From olh at suse dot de  2003-07-05 14:23 -------
-O1 -fstrict-aliasing did not show the bug.


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (2 preceding siblings ...)
  2003-07-05 14:23 ` olh at suse dot de
@ 2003-07-07  8:23 ` sirl at gcc dot gnu dot org
  2003-07-10 21:51 ` sirl at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-07  8:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


sirl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sirl at gcc dot gnu dot org
            Summary|gcc-3.3.1 miscompiles c++   |[3.3 regression] gcc-3.3.1
                   |code with -O2, -fno-gcse    |miscompiles c++ code with -
                   |cures it                    |O2, -fno-gcse cures it
   Target Milestone|3.4                         |3.3.2


------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-07 08:23 -------
regression, worked fine in 3.2.3.
The suggested fixes for PR9745/PR10021 don't fix this one.


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (3 preceding siblings ...)
  2003-07-07  8:23 ` [Bug optimization/11440] [3.3 regression] " sirl at gcc dot gnu dot org
@ 2003-07-10 21:51 ` sirl at gcc dot gnu dot org
  2003-07-10 21:52 ` sirl at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-10 21:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-10 21:51 -------
Created an attachment (id=4381)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4381&action=view)
Reduced testcase to the miscompiled routine


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (4 preceding siblings ...)
  2003-07-10 21:51 ` sirl at gcc dot gnu dot org
@ 2003-07-10 21:52 ` sirl at gcc dot gnu dot org
  2003-07-10 21:52 ` sirl at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-10 21:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-10 21:52 -------
Created an attachment (id=4383)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4383&action=view)
After GCSE


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (5 preceding siblings ...)
  2003-07-10 21:52 ` sirl at gcc dot gnu dot org
@ 2003-07-10 21:52 ` sirl at gcc dot gnu dot org
  2003-07-10 21:55 ` sirl at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-10 21:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-10 21:52 -------
Created an attachment (id=4382)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4382&action=view)
before GCSE


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (6 preceding siblings ...)
  2003-07-10 21:52 ` sirl at gcc dot gnu dot org
@ 2003-07-10 21:55 ` sirl at gcc dot gnu dot org
  2003-07-11  0:05 ` pinskia at physics dot uc dot edu
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-10 21:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-10 21:55 -------
I wonder if the addition of the REG_EQUAL notes by GCSE is correct: 
 
 (insn# # # 0x33f37e00 (set (reg/v:SI 134) 
         (const_int 1 [0x1]))# {*movsi_internal1} (nil) 
     (expr_list:REG_EQUAL (const_int 1 [0x1]) 
         (nil))) 
 
 (insn# # # 0x33f37e40 (set (reg:SI 135) 
         (mem/s/j:SI (plus:SI (reg/v/u/f:SI 118) 
                 (const_int 24 [0x18])) [0 S4 A32]))# {*movsi_internal1} (nil) 
     (nil)) 
 
 (insn# # # 0x33f37e40 (set (zero_extract:SI (reg:SI 135) 
             (const_int 1 [0x1]) 
             (const_int 20 [0x14])) 
         (reg/v:SI 134))# {insvsi} (nil) 
-    (nil)) 
+    (expr_list:REG_EQUAL (const_int 1 [0x1]) 
+        (nil))) 
 
shouldn't that result in a REG_EQUAL (reg:SI 135) if anything?


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (7 preceding siblings ...)
  2003-07-10 21:55 ` sirl at gcc dot gnu dot org
@ 2003-07-11  0:05 ` pinskia at physics dot uc dot edu
  2003-07-11  7:03 ` neroden at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-11  0:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-11 00:05 -------
No GCSE should not put the REG_EQUAL there.
Here is the definition of zero_extract's agruments:
/* Reference to a signed bit-field of specified size and position.   
   Operand 0 is the memory unit (usually SImode or QImode) which
   contains the field's first bit.  Operand 1 is the width, in bits.
   Operand 2 is the number of bits in the memory unit before the 
   first bit of this field.
   If BITS_BIG_ENDIAN is defined, the first bit is the msb and
   operand 2 counts from the msb of the memory unit.
   Otherwise, the first bit is the lsb and operand 2 counts from
   the lsb of the memory unit.  */


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (8 preceding siblings ...)
  2003-07-11  0:05 ` pinskia at physics dot uc dot edu
@ 2003-07-11  7:03 ` neroden at gcc dot gnu dot org
  2003-07-11 16:46 ` sirl at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-07-11  7:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


neroden at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-11 07:03:30
               date|                            |


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (9 preceding siblings ...)
  2003-07-11  7:03 ` neroden at gcc dot gnu dot org
@ 2003-07-11 16:46 ` sirl at gcc dot gnu dot org
  2003-07-14  9:21 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-11 16:46 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


sirl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |sirl at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-11 16:46 -------
Created an attachment (id=4389)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4389&action=view)
Provisional patch

This patch against the 3_3-branch fixes the testcase for me (no
bootstrap/regtest so far). I'm not 100% sure if it's the right place to reject
the note, but it looks reasonable to me. And do I need to reject
STRICT_LOW_PART and SUBREG too?


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (10 preceding siblings ...)
  2003-07-11 16:46 ` sirl at gcc dot gnu dot org
@ 2003-07-14  9:21 ` cvs-commit at gcc dot gnu dot org
  2003-07-14  9:30 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-14  9:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-14 09:21 -------
Subject: Bug 11440

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	sirl@gcc.gnu.org	2003-07-14 09:21:45

Modified files:
	gcc            : gcse.c ChangeLog 

Log message:
	2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
	
	PR optimization/11440
	* gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
	SIGN_EXTRACT SETs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.223.2.6&r2=1.223.2.7
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.655&r2=1.16114.2.656


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (11 preceding siblings ...)
  2003-07-14  9:21 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-14  9:30 ` cvs-commit at gcc dot gnu dot org
  2003-07-14 16:03 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-14  9:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-14 09:30 -------
Subject: Bug 11440

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	sirl@gcc.gnu.org	2003-07-14 09:29:57

Modified files:
	gcc            : gcse.c ChangeLog 

Log message:
	2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
	
	PR optimization/11440
	* gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
	SIGN_EXTRACT SETs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&r1=1.258&r2=1.259
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.485&r2=2.486


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (12 preceding siblings ...)
  2003-07-14  9:30 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-14 16:03 ` cvs-commit at gcc dot gnu dot org
  2003-07-14 16:04 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-14 16:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-14 16:03 -------
Subject: Bug 11440

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	sirl@gcc.gnu.org	2003-07-14 16:03:29

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.c-torture/execute: 20030714-1.c 

Log message:
	2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
	
	PR optimization/11440
	* gcc.c-torture/execute/20030714-1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20030714-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2872&r2=1.2873


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (13 preceding siblings ...)
  2003-07-14 16:03 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-14 16:04 ` cvs-commit at gcc dot gnu dot org
  2003-07-14 16:15 ` sirl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-14 16:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-14 16:04 -------
Subject: Bug 11440

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	sirl@gcc.gnu.org	2003-07-14 16:04:42

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.c-torture/execute: 20030714-1.c 

Log message:
	2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
	
	PR optimization/11440
	* gcc.c-torture/execute/20030714-1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20030714-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.231&r2=1.2261.2.232


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (14 preceding siblings ...)
  2003-07-14 16:04 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-14 16:15 ` sirl at gcc dot gnu dot org
  2003-07-16  9:10 ` sirl at gcc dot gnu dot org
  2003-07-17  8:58 ` sirl at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-14 16:15 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


sirl at gcc dot gnu dot org changed:

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


------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-14 16:15 -------
Bug fixed and testcase added in mainline and branch.


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (15 preceding siblings ...)
  2003-07-14 16:15 ` sirl at gcc dot gnu dot org
@ 2003-07-16  9:10 ` sirl at gcc dot gnu dot org
  2003-07-17  8:58 ` sirl at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-16  9:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


sirl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfirebaugh at kde dot org


------- Additional Comments From sirl at gcc dot gnu dot org  2003-07-16 09:10 -------
*** Bug 11542 has been marked as a duplicate of this bug. ***


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

* [Bug optimization/11440] [3.3 regression] gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it
  2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
                   ` (16 preceding siblings ...)
  2003-07-16  9:10 ` sirl at gcc dot gnu dot org
@ 2003-07-17  8:58 ` sirl at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: sirl at gcc dot gnu dot org @ 2003-07-17  8:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


sirl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.3.1


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

end of thread, other threads:[~2003-07-17  8:58 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-05 10:02 [Bug optimization/11440] New: gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it olh at suse dot de
2003-07-05 10:03 ` [Bug optimization/11440] " olh at suse dot de
2003-07-05 13:05 ` pinskia at physics dot uc dot edu
2003-07-05 14:23 ` olh at suse dot de
2003-07-07  8:23 ` [Bug optimization/11440] [3.3 regression] " sirl at gcc dot gnu dot org
2003-07-10 21:51 ` sirl at gcc dot gnu dot org
2003-07-10 21:52 ` sirl at gcc dot gnu dot org
2003-07-10 21:52 ` sirl at gcc dot gnu dot org
2003-07-10 21:55 ` sirl at gcc dot gnu dot org
2003-07-11  0:05 ` pinskia at physics dot uc dot edu
2003-07-11  7:03 ` neroden at gcc dot gnu dot org
2003-07-11 16:46 ` sirl at gcc dot gnu dot org
2003-07-14  9:21 ` cvs-commit at gcc dot gnu dot org
2003-07-14  9:30 ` cvs-commit at gcc dot gnu dot org
2003-07-14 16:03 ` cvs-commit at gcc dot gnu dot org
2003-07-14 16:04 ` cvs-commit at gcc dot gnu dot org
2003-07-14 16:15 ` sirl at gcc dot gnu dot org
2003-07-16  9:10 ` sirl at gcc dot gnu dot org
2003-07-17  8:58 ` sirl 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).