https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
Bug ID: 80531
Summary: RC1 bootstrap comparison failure
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: dje at gcc dot gnu.org
Target Milestone: ---
Target: powerpc-ibm-aix*
RC1 is experiencing a bootstrap comparison failure on AIX for some object files
in libgomp. The difference is the symbol name of global initializers that
include a random seed, e.g.,
< .globl
._GLOBAL__I_65535_0__nasfarm_edelsohn_src_src_libgomp_atomic.c_783D5651_0xa2e5c8b4123b6ab2
---
> .globl
> ._GLOBAL__I_65535_0__nasfarm_edelsohn_src_src_libgomp_atomic.c_783D5651_0xb485617efe8909e1
This is not a true code generation difference. Why is this only occurring in
the release candidate and not on trunk? Is random_seed affected by release
checking?