]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gimple-low.c
2014-02-07 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Feb 2014 13:41:10 +0000 (13:41 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Feb 2014 13:41:10 +0000 (13:41 +0000)
commit18593a2cf9b78162546faa5707885f39485fbe2c
tree2aea068f44b0bf1732891a2a54d9ef96c170e646
parent8df457cbe80c8d2755b13b9c08026eb94de1c397
2014-02-07  Richard Biener  <rguenther@suse.de>

PR middle-end/60092
* gimple-low.c (lower_builtin_posix_memalign): New function.
(lower_stmt): Call it to lower posix_memalign in a way
to make alignment info accessible.

* gcc.dg/vect/pr60092-2.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207598 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple-low.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr60092-2.c [new file with mode: 0644]