Do not use LONG_LONG_TYPE_SIZE in #if macro condition
authorMartin Liska <mliska@suse.cz>
Wed, 17 Aug 2016 06:55:35 +0000 (08:55 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 17 Aug 2016 06:55:35 +0000 (06:55 +0000)
commit892a653cc93da08467301e5cc18ddec7c85462f2
tree545e63bc058dff22a56b9140f59123a5cb32f834
parentb0c67c7678bebd72eed9c0a0226777f5e3fc4cf4
Do not use LONG_LONG_TYPE_SIZE in #if macro condition

* coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
a LONG_LONG_TYPE_SIZE comparison.
* gcov-io.h: Remove macro definitions.
* tree-profile.c (gimple_gen_edge_profiler): Replace usage
of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
comparison.

From-SVN: r239522
gcc/ChangeLog
gcc/coverage.c
gcc/gcov-io.h
gcc/tree-profile.c