[Bug c++/77373] __attribute__((vector_size(N))) fails on AIX
dje at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 1 16:28:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77373
--- Comment #3 from David Edelsohn <dje at gcc dot gnu.org> ---
int D<N>::f1() int D<N>::f2() int main() int D<N>::f1() [with int N = 4] int
D<N>::f2() [with int N = 4] int D<N>::f1() [with int N = 8] int D<N>::f2()
[with int N = 8]
Analyzing compilation unit
#0 _Z11fancy_abortPKciS0_ (
file=0x11af5554 <_GLOBAL__F_final_solutions_obstack+29508>
"/home/dje/src/src/gcc/cgraph.h", line=0, function=0x2ff21880 "/�\030�")
at /home/dje/src/src/gcc/diagnostic.c:1446
#1 0x10a96f64 in symtab_node::get (decl=<error reading variable>)
#2 0x100a3a94 in _Z17decl_section_namePK9tree_node (
node=0x103734b4 <_Z22resolve_unique_sectionP9tree_nodeii+40>)
at /home/dje/src/src/gcc/tree.c:700
#3 0x103734b4 in _Z22resolve_unique_sectionP9tree_nodeii (decl=0x7010b090,
reloc=0, flag_function_or_data_sections=1)
at /home/dje/src/src/gcc/varasm.c:441
#4 0x102a8500 in _ZL27rs6000_xcoff_select_sectionP9tree_nodeiy (
decl=0x7010b090, reloc=0)
at /home/dje/src/src/gcc/config/rs6000/rs6000.c:35073
#5 0x1037f640 in _ZL20get_constant_sectionP9tree_nodej (
exp=0x1037fcfc <_ZL19build_constant_descP9tree_node+1232>, align=0)
at /home/dje/src/src/gcc/varasm.c:3210
#6 0x1037fcfc in _ZL19build_constant_descP9tree_node (
exp=0x11a546ac <_GLOBAL__F__Z19free_gimplify_stackv+49100>)
at /home/dje/src/src/gcc/varasm.c:3278
#7 0x10380a68 in _Z24tree_output_constant_defP9tree_node (
exp=0x1084b6f4
<_ZL25gimplify_init_constructorPP9tree_nodePP6gimpleS4_bb+3948>) at
/home/dje/src/src/gcc/varasm.c:3484
#8 0x1084b6f4 in _ZL25gimplify_init_constructorPP9tree_nodePP6gimpleS4_bb (
expr_p=0x2ff21f88, pre_p=0x2ff22194, post_p=0x2ff21e90, want_value=false,
notify_temp_creation=54) at /home/dje/src/src/gcc/gimplify.c:4562
#9 0x1084c680 in _ZL24gimplify_modify_expr_rhsPP9tree_nodeS1_S1_PP6gimpleS4_b
(expr_p=0x2ff21f88,
from_p=0x11a55ab0 <_GLOBAL__F__Z19free_gimplify_stackv+54224>,
to_p=0x2ff21e90, pre_p=0x2ff22194, post_p=0x0, want_value=136)
at /home/dje/src/src/gcc/gimplify.c:4887
#10 0x108550e4 in _ZL20gimplify_modify_exprPP9tree_nodePP6gimpleS4_b (
expr_p=0x2ff21f88, pre_p=0x2ff22194, post_p=0x2ff21e90, want_value=false)
at /home/dje/src/src/gcc/gimplify.c:5223
More information about the Gcc-bugs
mailing list