public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
  2005-10-12 20:58 ` [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem steven at gcc dot gnu dot org
@ 2005-10-12 20:58 ` steven at gcc dot gnu dot org
  2005-10-22  3:12 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-10-12 20:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from steven at gcc dot gnu dot org  2005-10-12 20:58 -------
The patch mentioned in #2 is not sufficient anymore.  copy propagation and VRP
also propagate copies of this kind.  And may_propagate_copy is not used in most
places, and even when it _is_ used, it doesn't help because it allows this kind
of copies to be performed.


-- 


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


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

* [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
@ 2005-10-12 20:58 ` steven at gcc dot gnu dot org
  2005-10-12 20:58 ` steven at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-10-12 20:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from steven at gcc dot gnu dot org  2005-10-12 20:58 -------
Mark, this is probably not fixable for GCC 4.1.


-- 


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


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

* [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
  2005-10-12 20:58 ` [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem steven at gcc dot gnu dot org
  2005-10-12 20:58 ` steven at gcc dot gnu dot org
@ 2005-10-22  3:12 ` pinskia at gcc dot gnu dot org
  2005-10-30 22:41 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-22  3:12 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

* [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-22  3:12 ` pinskia at gcc dot gnu dot org
@ 2005-10-30 22:41 ` mmitchel at gcc dot gnu dot org
  2006-03-11  3:20 ` [Bug tree-optimization/16306] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-30 22:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mmitchel at gcc dot gnu dot org  2005-10-30 22:41 -------
To better support restrict, we should copy around the set of "based on"
pointers when copying other pointer attributes.

However, I don't think this is a sufficiently serious missed optimization to
warrant holding up a release.  

Downgraded to P5.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5


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


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

* [Bug tree-optimization/16306] [4.0/4.1/4.2 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-30 22:41 ` mmitchel at gcc dot gnu dot org
@ 2006-03-11  3:20 ` mmitchel at gcc dot gnu dot org
  2007-01-18  2:57 ` [Bug tree-optimization/16306] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/16306] [4.0/4.1/4.2/4.3 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-03-11  3:20 ` [Bug tree-optimization/16306] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2007-01-18  2:57 ` gdr at gcc dot gnu dot org
  2007-01-21 21:48 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-01-18  2:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from gdr at gcc dot gnu dot org  2007-01-18 02:57 -------
Won't fix for GCC-4.0.x


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.4                       |---


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


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

* [Bug tree-optimization/16306] [4.0/4.1/4.2/4.3 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2007-01-18  2:57 ` [Bug tree-optimization/16306] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
@ 2007-01-21 21:48 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:34 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-21 21:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


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


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

* [Bug tree-optimization/16306] [4.0/4.1/4.2/4.3 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2007-01-21 21:48 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:34 ` mmitchel at gcc dot gnu dot org
  2007-12-28 13:36 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:34 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug tree-optimization/16306] [4.0/4.1/4.2/4.3 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2007-02-14  9:34 ` mmitchel at gcc dot gnu dot org
@ 2007-12-28 13:36 ` pinskia at gcc dot gnu dot org
  2008-07-04 16:33 ` [Bug tree-optimization/16306] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
  2008-10-01 14:33 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-28 13:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-12-28 13:36 -------
*** Bug 34604 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug tree-optimization/16306] [4.2/4.3/4.4 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2007-12-28 13:36 ` pinskia at gcc dot gnu dot org
@ 2008-07-04 16:33 ` jsm28 at gcc dot gnu dot org
  2008-10-01 14:33 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 14+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 16:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jsm28 at gcc dot gnu dot org  2008-07-04 16:32 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 Regression]|[4.2/4.3/4.4 Regression]
                   |restrict and copying        |restrict and copying
                   |pointers problem            |pointers problem
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug tree-optimization/16306] [4.2/4.3/4.4 Regression] restrict and copying pointers problem
       [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2008-07-04 16:33 ` [Bug tree-optimization/16306] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2008-10-01 14:33 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-10-01 14:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rguenth at gcc dot gnu dot org  2008-10-01 14:32 -------
This is effectively a dup of PR14187.  We fail to track what pointers are
based on a restrict pointer.

*** This bug has been marked as a duplicate of 14187 ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem
  2004-07-01  0:01 [Bug tree-optimization/16306] New: " dann at godzilla dot ics dot uci dot edu
  2005-04-21  5:06 ` [Bug tree-optimization/16306] [4.0/4.1 Regression] " mmitchel at gcc dot gnu dot org
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
@ 2005-09-27 16:25 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:25 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=16306


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

* [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem
  2004-07-01  0:01 [Bug tree-optimization/16306] New: " dann at godzilla dot ics dot uci dot edu
  2005-04-21  5:06 ` [Bug tree-optimization/16306] [4.0/4.1 Regression] " mmitchel at gcc dot gnu dot org
@ 2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
  2005-09-27 16:25 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-08  1:45 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem
  2004-07-01  0:01 [Bug tree-optimization/16306] New: " dann at godzilla dot ics dot uci dot edu
@ 2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
  2005-09-27 16:25 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-21  5:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |4.0.1


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


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

end of thread, other threads:[~2008-10-01 14:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16306-1008@http.gcc.gnu.org/bugzilla/>
2005-10-12 20:58 ` [Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem steven at gcc dot gnu dot org
2005-10-12 20:58 ` steven at gcc dot gnu dot org
2005-10-22  3:12 ` pinskia at gcc dot gnu dot org
2005-10-30 22:41 ` mmitchel at gcc dot gnu dot org
2006-03-11  3:20 ` [Bug tree-optimization/16306] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2007-01-18  2:57 ` [Bug tree-optimization/16306] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
2007-01-21 21:48 ` pinskia at gcc dot gnu dot org
2007-02-14  9:34 ` mmitchel at gcc dot gnu dot org
2007-12-28 13:36 ` pinskia at gcc dot gnu dot org
2008-07-04 16:33 ` [Bug tree-optimization/16306] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-10-01 14:33 ` rguenth at gcc dot gnu dot org
2004-07-01  0:01 [Bug tree-optimization/16306] New: " dann at godzilla dot ics dot uci dot edu
2005-04-21  5:06 ` [Bug tree-optimization/16306] [4.0/4.1 Regression] " mmitchel at gcc dot gnu dot org
2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
2005-09-27 16:25 ` 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).