public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
       [not found] <bug-18723-9699@http.gcc.gnu.org/bugzilla/>
@ 2007-09-23 12:21 ` rguenth at gcc dot gnu dot org
  2008-01-25 20:59 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-09-23 12:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2007-09-23 12:21 -------
Can you verify the bug still occurs with a still maintained version of GCC? 
That
is, GCC 4.2.1 or trunk.  Thanks.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
       [not found] <bug-18723-9699@http.gcc.gnu.org/bugzilla/>
  2007-09-23 12:21 ` [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4" rguenth at gcc dot gnu dot org
@ 2008-01-25 20:59 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-25 20:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2008-01-25 20:49 -------
No response, closing as invalid as of comment #4.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
  2004-11-29 17:36 [Bug c/18723] New: " thrall at vss dot fsi dot com
                   ` (3 preceding siblings ...)
  2005-03-02  0:54 ` pinskia at gcc dot gnu dot org
@ 2005-03-02  8:01 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-03-02  8:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-03-02 08:01 -------
> If -fno-strict-aliasing fixes the problem, then you have an aliasing problem
in > the source. So closing as invalid.

Ugh! If compilers were that simple... -fno-strict-aliasing disables a whole
class of optimizations; in particular, it will hide any stack slot sharing problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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

* [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
  2004-11-29 17:36 [Bug c/18723] New: " thrall at vss dot fsi dot com
                   ` (2 preceding siblings ...)
  2004-11-29 19:38 ` thrall at vss dot fsi dot com
@ 2005-03-02  0:54 ` pinskia at gcc dot gnu dot org
  2005-03-02  8:01 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-02  0:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-02 00:54 -------
If -fno-strict-aliasing fixes the problem, then you have an aliasing problem in the source.
So closing as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
  2004-11-29 17:36 [Bug c/18723] New: " thrall at vss dot fsi dot com
  2004-11-29 18:03 ` [Bug target/18723] " pinskia at gcc dot gnu dot org
  2004-11-29 18:08 ` pinskia at gcc dot gnu dot org
@ 2004-11-29 19:38 ` thrall at vss dot fsi dot com
  2005-03-02  0:54 ` pinskia at gcc dot gnu dot org
  2005-03-02  8:01 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: thrall at vss dot fsi dot com @ 2004-11-29 19:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From thrall at vss dot fsi dot com  2004-11-29 19:38 -------
-fno-strict-aliasing does make the segfault go away, but changing the line like 
you suggested does not (the assembly for handleButtonEvent is exactly the same 
up to the place it zeroes event, and it still segfaults in exactly the same 
place).

-- 


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


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

* [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
  2004-11-29 17:36 [Bug c/18723] New: " thrall at vss dot fsi dot com
  2004-11-29 18:03 ` [Bug target/18723] " pinskia at gcc dot gnu dot org
@ 2004-11-29 18:08 ` pinskia at gcc dot gnu dot org
  2004-11-29 19:38 ` thrall at vss dot fsi dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-29 18:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-29 18:08 -------
Can you try something?
try with -fno-strict-aliasing -O2 -march=pentium4.

Then if that works try changing the following line:
  but_event = (XButtonEvent *) event;
to
  but_even = &event->xbutton.

And if that fixes the problem then this is not a bug.

-- 


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


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

* [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"
  2004-11-29 17:36 [Bug c/18723] New: " thrall at vss dot fsi dot com
@ 2004-11-29 18:03 ` pinskia at gcc dot gnu dot org
  2004-11-29 18:08 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-29 18:03 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
           Keywords|                            |wrong-code


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


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

end of thread, other threads:[~2008-01-25 20:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18723-9699@http.gcc.gnu.org/bugzilla/>
2007-09-23 12:21 ` [Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4" rguenth at gcc dot gnu dot org
2008-01-25 20:59 ` rguenth at gcc dot gnu dot org
2004-11-29 17:36 [Bug c/18723] New: " thrall at vss dot fsi dot com
2004-11-29 18:03 ` [Bug target/18723] " pinskia at gcc dot gnu dot org
2004-11-29 18:08 ` pinskia at gcc dot gnu dot org
2004-11-29 19:38 ` thrall at vss dot fsi dot com
2005-03-02  0:54 ` pinskia at gcc dot gnu dot org
2005-03-02  8:01 ` ebotcazou 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).