diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2019-10-18 12:27:31 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2019-10-18 12:27:31 +0100 |
commit | 15abd9320d4492f58783ac31b9fa651cec7747f3 (patch) | |
tree | a949dae0d0bd8418f3db2ec2d3e48605fcf68c80 /gcc/fortran/class.c | |
parent | 7e4b7d7bacd750628a99a42237e75810a4359b74 (diff) | |
download | gcc-15abd9320d4492f58783ac31b9fa651cec7747f3.zip gcc-15abd9320d4492f58783ac31b9fa651cec7747f3.tar.gz gcc-15abd9320d4492f58783ac31b9fa651cec7747f3.tar.bz2 |
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
OS X 10.15 adds aligned_alloc but it has the same restriction as the AIX
version, namely that alignments smaller than sizeof(void*) are not
supported.
PR libstdc++/92143
* libsupc++/new_opa.cc (operator new) [__APPLE__]: Increase alignment
to at least sizeof(void*).
From-SVN: r277151
Diffstat (limited to 'gcc/fortran/class.c')
0 files changed, 0 insertions, 0 deletions