Error about alias attribute with body definition (PR c/87483).
commitfb7125d771cb6fa103b40769dd305ba1c731ed25
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2018 14:44:53 +0000 (4 14:44 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2018 14:44:53 +0000 (4 14:44 +0000)
tree3cb97d2117782805b63df0e3c56ff104071742f3
parent7c7aacf1e2259284635de66c1e11ebb4fbb37e64
Error about alias attribute with body definition (PR c/87483).

2018-10-04  Martin Liska  <mliska@suse.cz>

PR c/87483
* cgraphunit.c (process_function_and_variable_attributes):
Warn about a function with alias attribute and a body.
2018-10-04  Martin Liska  <mliska@suse.cz>

PR c/87483
* gcc.dg/pr87483.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264846 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraphunit.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr87483.c [new file with mode: 0644]