Commit 54cb20b3 by Uros Bizjak Committed by Uros Bizjak

20101009-1_0.c (bar): Fix asm constraints.

	* gcc.dg/lto/20101009-1_0.c (bar): Fix asm constraints.

From-SVN: r165257
parent e4d50866
2010-10-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/lto/20101009-1_0.c (bar): Fix asm constraints.
2010-10-09 Thomas Koenig <tkoenig@gcc.gnu.org>
* gfortran.dg/character_comparison_4.f90: New test.
......
......@@ -3,7 +3,7 @@
static inline void
bar (unsigned *u)
{
__asm__ ("":"=d" (*u));
__asm__ ("":"=r" (*u));
}
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment