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 tree-optimization/18544] [4.0 regression] ICE with -ftree-vectorize


------- Additional Comments From dorit at il dot ibm dot com  2004-11-18 21:56 -------
> Note it works no when compiled with the C front-end but not with the C++ 
front-end.
> It is more related to PR 18546 than it is to PR18536.

This patch fixes the ICE:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01517.html 

but by figuring out that it can't vectorize it:
"
Access function of ptr: {&<retval>.x[0], +, 4B}_1
step: 4B,  init: &<retval>.x[0]
...
  
loop at pr18544.cc:9: not vectorized: no memtag for ref.
"

So when this patch is installed this PR could be switched to "missed 
optimization".

-- 


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


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