This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52330] pr50305.c: valgrind problem on invalid asm
- From: "uros at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 22 Feb 2012 19:47:52 +0000
- Subject: [Bug target/52330] pr50305.c: valgrind problem on invalid asm
- Auto-submitted: auto-generated
- References: <bug-52330-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52330
--- Comment #7 from uros at gcc dot gnu.org 2012-02-22 19:47:52 UTC ---
Author: uros
Date: Wed Feb 22 19:47:42 2012
New Revision: 184492
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184492
Log:
PR target/52330
* config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
is not offsettable memory reference.
testsuite/ChangeLog:
PR target/52330
* gcc.target/i386/pr52330.c: New test.
Added:
branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr52330.c
Modified:
branches/gcc-4_4-branch/gcc/ChangeLog
branches/gcc-4_4-branch/gcc/config/i386/i386.c
branches/gcc-4_4-branch/gcc/testsuite/ChangeLog