From: David Edelsohn <dje.gcc@gmail.com>
To: Uros Bizjak <ubizjak@gmail.com>,
Segher Boessenkool <segher@kernel.crashing.org>,
Bill Seurer <seurer@linux.vnet.ibm.com>,
"William J. Schmidt" <wschmidt@linux.vnet.ibm.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH v2, middle-end]: Introduce memory_blockage named insn pattern
Date: Sat, 14 Oct 2017 16:29:00 -0000 [thread overview]
Message-ID: <CAGWvny=vw+Dwvkd-0r_7fDnFh8_d_exJgvsr_O012gi4TSWfHA@mail.gmail.com> (raw)
In-Reply-To: <CAGWvnyneV9tZhqk0-0pw338qT3Wa6eR1f2R=u7H-m_4PHpJMqg@mail.gmail.com>
On Sat, Oct 14, 2017 at 11:44 AM, David Edelsohn <dje.gcc@gmail.com> wrote:
> This patch has broken bootstrap on AIX and possibly powerpc64-linux.
> Was this patch tested on any architecture other than x86?
>
> /nasfarm/edelsohn/src/src/libgcc/emutls.c: In function '__emutls_get_address':
> /nasfarm/edelsohn/src/src/libgcc/emutls.c:139:11: internal compiler
> error: in invalid_void, at config/rs6000/rs6000.md:10804
> pointer offset = __atomic_load_n (&obj->loc.offset, __ATOMIC_ACQUIRE);
> ^~~~~~
Same failure on powerpc64-linux using the GNU Compile Farm
during RTL pass: expand
/home/dje/src/src/libgcc/emutls.c: In function ‘__emutls_get_address’:
/home/dje/src/src/libgcc/emutls.c:139:11: internal compiler error: in
invalid_void, at config/rs6000/rs6000.md:10804
pointer offset = __atomic_load_n (&obj->loc.offset, __ATOMIC_ACQUIRE);
^~~~~~
0x11401a13 invalid_void
/home/dje/src/src/gcc/config/rs6000/rs6000.md:10804
0x10c22263 expand_memory_blockage
/home/dje/src/src/gcc/optabs.c:6301
0x10c225cb expand_atomic_load(rtx_def*, rtx_def*, memmodel)
/home/dje/src/src/gcc/optabs.c:6365
0x1056a14b expand_builtin_atomic_load
/home/dje/src/src/gcc/builtins.c:5951
0x1056fd87 expand_builtin(tree_node*, rtx_def*, rtx_def*, machine_mode, int)
/home/dje/src/src/gcc/builtins.c:7280
0x107ecf9f expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
/home/dje/src/src/gcc/expr.c:10866
0x107de5c7 expand_expr_real(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
/home/dje/src/src/gcc/expr.c:8084
0x107d2d9b store_expr_with_bounds(tree_node*, rtx_def*, int, bool,
bool, tree_node*)
/home/dje/src/src/gcc/expr.c:5554
0x107d14e3 expand_assignment(tree_node*, tree_node*, bool)
/home/dje/src/src/gcc/expr.c:5319
0x105bb9c3 expand_call_stmt
/home/dje/src/src/gcc/cfgexpand.c:2664
0x105bf95b expand_gimple_stmt_1
/home/dje/src/src/gcc/cfgexpand.c:3585
0x105c025b expand_gimple_stmt
/home/dje/src/src/gcc/cfgexpand.c:3751
0x105c9dbf expand_gimple_basic_block
/home/dje/src/src/gcc/cfgexpand.c:5754
0x105cbf73 execute
/home/dje/src/src/gcc/cfgexpand.c:6361
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
make: *** [emutls.o] Error 1
next prev parent reply other threads:[~2017-10-14 16:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-14 16:00 David Edelsohn
2017-10-14 16:29 ` David Edelsohn [this message]
2017-10-14 18:28 ` Uros Bizjak
2017-10-14 18:28 ` David Edelsohn
-- strict thread matches above, loose matches on Subject: below --
2017-09-05 13:50 Uros Bizjak
2017-09-05 14:22 ` Alexander Monakov
2017-09-18 21:06 ` Uros Bizjak
2017-10-14 10:32 ` Andrew Pinski
2017-10-14 10:39 ` Christophe Lyon
2017-10-14 12:33 ` Uros Bizjak
2017-10-13 18:04 ` Jeff Law
2017-10-13 18:29 ` Uros Bizjak
2017-10-13 18:33 ` Jeff Law
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAGWvny=vw+Dwvkd-0r_7fDnFh8_d_exJgvsr_O012gi4TSWfHA@mail.gmail.com' \
--to=dje.gcc@gmail.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=segher@kernel.crashing.org \
--cc=seurer@linux.vnet.ibm.com \
--cc=ubizjak@gmail.com \
--cc=wschmidt@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).