[Bug c++/55619] [4.8 Regression] Chromium build fails with: error: memory input is not directly addressable
markus at trippelsdorf dot de
gcc-bugzilla@gcc.gnu.org
Sat Dec 8 08:19:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55619
Markus Trippelsdorf <markus at trippelsdorf dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |glisse at gcc dot gnu.org
Component|tree-optimization |c++
--- Comment #3 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-12-08 08:19:09 UTC ---
Andrew, you may be right, but I didn't wrote this code;
I'm just reporting the issue...
Anyway this started with revision193938:
31631c5351145bb3a9a1152b2e10ad52c6b42a65 is the first bad commit
commit 31631c5351145bb3a9a1152b2e10ad52c6b42a65
Author: glisse <glisse@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu Nov 29 15:40:16 2012 +0000
2012-11-29 Marc Glisse <marc.glisse@inria.fr>
PR c++/53094
gcc/
* fold-const.c (fold): Replace a CONSTRUCTOR with a VECTOR_CST.
gcc/cp/
* cvt.c (ocp_convert): Call convert_to_vector.
gcc/testsuite/
* g++.dg/ext/vector20.C: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193938
138bc75d-0d04-0410-961f-82ee72b054a4
More information about the Gcc-bugs
mailing list