This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/15193] [3.4/3.5 Regression] Unary minus using pointer to V4SF vector causes -fforce-mem to exhaust all memory


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-28 19:16 -------
Confirmed, here is an example which is happens even on the tree-ssa:
typedef int v4sf __attribute__ ((mode(V4SF)));

v4sf cprocess(v4sf* d_r)
{
 v4sf force= -(*d_r);
  return force;
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, memory-
                   |                            |hog
      Known to fail|                            |3.4.0 3.5.0
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-28 19:16:50
               date|                            |
            Summary|Unary minus using pointer to|[3.4/3.5 Regression] Unary
                   |V4SF vector causes -fforce- |minus using pointer to V4SF
                   |mem to exhaust all memory   |vector causes -fforce-mem to
                   |                            |exhaust all memory
   Target Milestone|---                         |3.4.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]