]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/27528 (compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on powerpc...
authorRichard Sandiford <richard@codesourcery.com>
Sat, 11 Nov 2006 09:47:35 +0000 (09:47 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 11 Nov 2006 09:47:35 +0000 (09:47 +0000)
commit6d40c489243bfbdc3a5134389ff51f12b62308bc
tree25f526bc8744496c378c59ae62869f60f01a1892
parent5601414805950ad6e66754a595d0a7e74fa9097c
re PR middle-end/27528 (compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on powerpc (7450) get error on long exixting code)

gcc/
PR middle-end/27528
* stmt.c (expand_asm_operands): Use EXPAND_INITIALIZER if the
constraints accept neither registers or memories.

gcc/testsuite/
PR middle-end/27528
* gcc.c-torture/compile/pr27528.c: New test.
* gcc.dg/pr27528.c: Likewise.

From-SVN: r118689
gcc/ChangeLog
gcc/stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr27528.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr27528.c [new file with mode: 0644]