]> git.ipfire.org Git - thirdparty/gcc.git/commit
Asm memory constraints
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Oct 2017 22:21:06 +0000 (22:21 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Oct 2017 22:21:06 +0000 (22:21 +0000)
commitb184df229c38f83b9e426a0b8d9ea8a58d27d6fa
tree3430d19a9853238c4767a542872db55450bd5529
parent00112593cb12ac28e78c33a0aaeebd91a09f3826
Asm memory constraints

* doc/extend.texi (Clobbers): Correct vax example.  Delete old
example of a memory input for a string of known length.  Move
commentary out of table.  Add a number of new examples
covering array memory inputs.
testsuite/
* gcc.target/i386/asm-mem.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253700 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/extend.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/asm-mem.c [new file with mode: 0644]