]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c/67730
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Oct 2015 18:01:50 +0000 (18:01 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Oct 2015 18:01:50 +0000 (18:01 +0000)
commit802c32cd601f61efdeee39e8062d272de16afb87
treed5d60aff6ad3a5769953eceda32f81ad7a05817c
parentc0999a5d0212fc3440606a76d3f716655dc05840
PR c/67730
* c-typeck.c (convert_for_assignment): Use the expansion point
location throughout.

* gcc.dg/pr67730-1.c: New test.
* gcc.dg/pr67730-2.c: New test.
* gcc.dg/pr67730.h: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228408 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c/ChangeLog
gcc/c/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr67730-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr67730-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr67730.h [new file with mode: 0644]