Do not emit the -Wpsabi note for PR target/77728 16/136916/1 accepted/tizen/base/20170707.183909 submit/tizen_base/20170705.085733
authorSangmin Seo <sangmin7.seo@samsung.com>
Thu, 29 Jun 2017 07:56:39 +0000 (16:56 +0900)
committerSangmin Seo <sangmin7.seo@samsung.com>
Mon, 3 Jul 2017 12:17:32 +0000 (21:17 +0900)
commit8f0da1d02a4956801ccd1d0df529ca68d821d8e9
treea4b95210b9294aed70e94e08eed4d8bee3788640
parent1bee23a5afa1e59d348d3ebb1dc81cc209978a2b
Do not emit the -Wpsabi note for PR target/77728

Since PR target/77728 issue did not exist in Tizen/Linaro GCC 4.9.2
and has been resolved with the upstream patches, it does not make
sense to print the -Wpsabi note, which is "parameter passing for
argument of type ... changed in GCC 7.1." This patch removes the
-Wpsabi note generated by the commit
6da83d4adc857ba1c4370b2b8f32825d5cb13ebe
and dg-message comments from the test code.

gcc/config/
    * arm/arm.c (aapcs_layout_arg): Remove code emitting -Wpsabi note.
    (arm_function_arg): Likewise.
    (arm_function_arg_boundary): Likewise.
    (arm_setup_incoming_varargs): Likewise.

gcc/testsuite/
    * g++.dg/abi/pr77728-1.C: Remove dg-message comments.

Change-Id: I5432536052bf9d534e21157ddfd2ac57d25da59f
Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
gcc/config/arm/arm.c
gcc/testsuite/g++.dg/abi/pr77728-1.C