]> git.ipfire.org Git - thirdparty/gcc.git/commit
S/390: Wrap more macro args into ()
authorkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2016 15:36:42 +0000 (15:36 +0000)
committerkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2016 15:36:42 +0000 (15:36 +0000)
commit5567354929c51236dd895180022090fdc86c40c3
tree9ffef9ddd23e589c8a5079dd5987886cc646937c
parentc3f9a17935773a90fecd36f30ddf1b7e7d58d115
S/390: Wrap more macro args into ()

Turned out that there where a few () around macro args uses missing.
One real problem with it was detected with the int-in-bool-context in
the definition of DBX_REGISTER_NUMBER. But while being at it I've
also tried to fix other places where brackets might be missing.

gcc/ChangeLog:

2016-10-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/s390.h: Wrap more macros args in brackets and fix
        some formatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240930 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/s390/s390.h