aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-05-10 09:45:16 +0200
committerMartin Liska <mliska@suse.cz>2022-05-10 12:27:08 +0200
commit4b86508194463b601000bfa779bce0834247c66c (patch)
treee4ab7b94d2a7522c9b22eaa999d6af3f4cedb390 /gcc/cfgloop.h
parentd4694846102a9589558dd509ef70b7960063935d (diff)
downloadgcc-4b86508194463b601000bfa779bce0834247c66c.zip
gcc-4b86508194463b601000bfa779bce0834247c66c.tar.gz
gcc-4b86508194463b601000bfa779bce0834247c66c.tar.bz2
Replace PTR with 'void *' in compiler.
gcc/ada/ChangeLog: * gcc-interface/decl.cc (compare_field_bitpos): Use void * instead PTR. * gcc-interface/utils2.cc (compare_elmt_bitpos): Likewise. gcc/ChangeLog: * basic-block.h (struct basic_block_d): Use void * instead PTR. * cfgloop.h: Likewise. * cgraph.h: Likewise. * gengtype-state.cc (state_ident_by_name): Likewise. (record_type): Likewise. (read_state_already_seen_type): Likewise. * gengtype.cc (dump_type): Likewise. (input_file_by_name): Likewise. (main): Likewise. * ggc-common.cc (ggc_cleared_alloc_ptr_array_two_args): Likewise. * ipa-utils.h (struct ipa_dfs_info): Likewise. * plugin.cc (htab_hash_plugin): Likewise.
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r--gcc/cfgloop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index d2714e2..528b121 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -148,7 +148,7 @@ public:
class loop *next;
/* Auxiliary info specific to a pass. */
- PTR GTY ((skip (""))) aux;
+ void *GTY ((skip (""))) aux;
/* The number of times the latch of the loop is executed. This can be an
INTEGER_CST, or a symbolic expression representing the number of