OSDN Git Service

2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 17:52:33 +0000 (17:52 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 17:52:33 +0000 (17:52 +0000)
commitc6e95001ce62c0f7797461b3acd79b0dd85f90f9
tree40a09ff51423bf68a0d6f2772f26d18edcd6a83a
parent2cf1428aca276558ed7c71ad1a97ab3f59b91dc4
2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/19472
        * semantics.c (finish_asm_stmt): Strip nops off
        input memory operands.

2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C/19472
        * c-typeck.c (build_asm_expr): Strip nops off
        input memory operands.

2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C/19472
        * gcc.dg/asm-a.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93840 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asm-a.c [new file with mode: 0644]