public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Build failure in fixincludes on x86_64
@ 2021-05-26 12:22 Uros Bizjak
  2021-05-26 14:47 ` Richard Earnshaw
  2021-05-26 14:51 ` Andreas Schwab
  0 siblings, 2 replies; 4+ messages in thread
From: Uros Bizjak @ 2021-05-26 12:22 UTC (permalink / raw)
  To: GCC Development

The build currently fails to build for me on x86_64 in fixincludes:

/home/uros/gcc-build/./gcc/xgcc -B/home/uros/gcc-build/./gcc/
-B/usr/local/x86_64-pc-linux-gnu/bin/
-B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem
/usr/local/x86_64-pc-linux-gnu/include -isystem
/usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2 -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute
-Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I.
-I../../git/gcc/fixincludes -I../include
-I../../git/gcc/fixincludes/../include
../../git/gcc/fixincludes/fixtests.c
during GIMPLE pass: evrp
../../git/gcc/fixincludes/fixtests.c: In function ‘run_test’:
../../git/gcc/fixincludes/fixtests.c:155:1: internal compiler error:
in operator[], at vec.h:890
 155 | }
     | ^
0x7e4ed0 vec<tree_node*, va_gc, vl_embed>::operator[](unsigned int)
       ../../git/gcc/gcc/vec.h:890
0x7e509e vec<range_def_chain::rdc, va_heap, vl_embed>::operator[](unsigned int)
       ../../git/gcc/gcc/tree.h:3366
0x7e509e vec<range_def_chain::rdc, va_heap, vl_ptr>::operator[](unsigned int)
       ../../git/gcc/gcc/vec.h:1461
0x7e509e range_def_chain::register_dependency(tree_node*, tree_node*,
basic_block_def*)
       ../../git/gcc/gcc/gimple-range-gori.cc:179
0x1825ffc fold_using_range::range_of_range_op(irange&, gimple*, fur_source&)
       ../../git/gcc/gcc/gimple-range.cc:439
0x18292c5 fold_using_range::fold_stmt(irange&, gimple*, fur_source&, tree_node*)
       ../../git/gcc/gcc/gimple-range.cc:376
0x18295e2 gimple_ranger::fold_range_internal(irange&, gimple*, tree_node*)
       ../../git/gcc/gcc/gimple-range.cc:1067
0x18295e2 gimple_ranger::range_of_stmt(irange&, gimple*, tree_node*)
       ../../git/gcc/gcc/gimple-range.cc:1097
0x18256ca gimple_ranger::range_of_expr(irange&, tree_node*, gimple*)
       ../../git/gcc/gcc/gimple-range.cc:980
0x1825e07 fold_using_range::range_of_range_op(irange&, gimple*, fur_source&)
       ../../git/gcc/gcc/gimple-range.cc:431
0x18292c5 fold_using_range::fold_stmt(irange&, gimple*, fur_source&, tree_node*)
       ../../git/gcc/gcc/gimple-range.cc:376
0x18295e2 gimple_ranger::fold_range_internal(irange&, gimple*, tree_node*)
       ../../git/gcc/gcc/gimple-range.cc:1067
0x18295e2 gimple_ranger::range_of_stmt(irange&, gimple*, tree_node*)
       ../../git/gcc/gcc/gimple-range.cc:1097
0x18256ca gimple_ranger::range_of_expr(irange&, tree_node*, gimple*)
       ../../git/gcc/gcc/gimple-range.cc:980
0x110a121 range_query::value_of_expr(tree_node*, gimple*)
       ../../git/gcc/gcc/value-query.cc:86
0x1834491 hybrid_folder::value_of_expr(tree_node*, gimple*)
       ../../git/gcc/gcc/gimple-ssa-evrp.c:235
0xfb9d33 substitute_and_fold_engine::replace_uses_in(gimple*)
       ../../git/gcc/gcc/tree-ssa-propagate.c:575
0xfba04c substitute_and_fold_dom_walker::before_dom_children(basic_block_def*)
       ../../git/gcc/gcc/tree-ssa-propagate.c:845
0x17fb85f dom_walker::walk(basic_block_def*)
       ../../git/gcc/gcc/domwalk.c:309
0xfb94d5 substitute_and_fold_engine::substitute_and_fold(basic_block_def*)
       ../../git/gcc/gcc/tree-ssa-propagate.c:987
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: *** [Makefile:76: fixtests.o] Error 1

Is this known failure?

Uros.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build failure in fixincludes on x86_64
  2021-05-26 12:22 Build failure in fixincludes on x86_64 Uros Bizjak
@ 2021-05-26 14:47 ` Richard Earnshaw
  2021-05-27  6:29   ` Gerald Pfeifer
  2021-05-26 14:51 ` Andreas Schwab
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Earnshaw @ 2021-05-26 14:47 UTC (permalink / raw)
  To: Uros Bizjak, GCC Development



On 26/05/2021 13:22, Uros Bizjak via Gcc wrote:
> The build currently fails to build for me on x86_64 in fixincludes:
> 
> /home/uros/gcc-build/./gcc/xgcc -B/home/uros/gcc-build/./gcc/
> -B/usr/local/x86_64-pc-linux-gnu/bin/
> -B/usr/local/x86_64-pc-linux-gnu/lib/ -isystem
> /usr/local/x86_64-pc-linux-gnu/include -isystem
> /usr/local/x86_64-pc-linux-gnu/sys-include    -c -g -O2 -W -Wall
> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
> -Wold-style-definition -Wmissing-format-attribute
> -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I.
> -I../../git/gcc/fixincludes -I../include
> -I../../git/gcc/fixincludes/../include
> ../../git/gcc/fixincludes/fixtests.c
> during GIMPLE pass: evrp
> ../../git/gcc/fixincludes/fixtests.c: In function ‘run_test’:
> ../../git/gcc/fixincludes/fixtests.c:155:1: internal compiler error:
> in operator[], at vec.h:890
>   155 | }
>       | ^

Same failure on arm.

R.

> 0x7e4ed0 vec<tree_node*, va_gc, vl_embed>::operator[](unsigned int)
>         ../../git/gcc/gcc/vec.h:890
> 0x7e509e vec<range_def_chain::rdc, va_heap, vl_embed>::operator[](unsigned int)
>         ../../git/gcc/gcc/tree.h:3366
> 0x7e509e vec<range_def_chain::rdc, va_heap, vl_ptr>::operator[](unsigned int)
>         ../../git/gcc/gcc/vec.h:1461
> 0x7e509e range_def_chain::register_dependency(tree_node*, tree_node*,
> basic_block_def*)
>         ../../git/gcc/gcc/gimple-range-gori.cc:179
> 0x1825ffc fold_using_range::range_of_range_op(irange&, gimple*, fur_source&)
>         ../../git/gcc/gcc/gimple-range.cc:439
> 0x18292c5 fold_using_range::fold_stmt(irange&, gimple*, fur_source&, tree_node*)
>         ../../git/gcc/gcc/gimple-range.cc:376
> 0x18295e2 gimple_ranger::fold_range_internal(irange&, gimple*, tree_node*)
>         ../../git/gcc/gcc/gimple-range.cc:1067
> 0x18295e2 gimple_ranger::range_of_stmt(irange&, gimple*, tree_node*)
>         ../../git/gcc/gcc/gimple-range.cc:1097
> 0x18256ca gimple_ranger::range_of_expr(irange&, tree_node*, gimple*)
>         ../../git/gcc/gcc/gimple-range.cc:980
> 0x1825e07 fold_using_range::range_of_range_op(irange&, gimple*, fur_source&)
>         ../../git/gcc/gcc/gimple-range.cc:431
> 0x18292c5 fold_using_range::fold_stmt(irange&, gimple*, fur_source&, tree_node*)
>         ../../git/gcc/gcc/gimple-range.cc:376
> 0x18295e2 gimple_ranger::fold_range_internal(irange&, gimple*, tree_node*)
>         ../../git/gcc/gcc/gimple-range.cc:1067
> 0x18295e2 gimple_ranger::range_of_stmt(irange&, gimple*, tree_node*)
>         ../../git/gcc/gcc/gimple-range.cc:1097
> 0x18256ca gimple_ranger::range_of_expr(irange&, tree_node*, gimple*)
>         ../../git/gcc/gcc/gimple-range.cc:980
> 0x110a121 range_query::value_of_expr(tree_node*, gimple*)
>         ../../git/gcc/gcc/value-query.cc:86
> 0x1834491 hybrid_folder::value_of_expr(tree_node*, gimple*)
>         ../../git/gcc/gcc/gimple-ssa-evrp.c:235
> 0xfb9d33 substitute_and_fold_engine::replace_uses_in(gimple*)
>         ../../git/gcc/gcc/tree-ssa-propagate.c:575
> 0xfba04c substitute_and_fold_dom_walker::before_dom_children(basic_block_def*)
>         ../../git/gcc/gcc/tree-ssa-propagate.c:845
> 0x17fb85f dom_walker::walk(basic_block_def*)
>         ../../git/gcc/gcc/domwalk.c:309
> 0xfb94d5 substitute_and_fold_engine::substitute_and_fold(basic_block_def*)
>         ../../git/gcc/gcc/tree-ssa-propagate.c:987
> 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: *** [Makefile:76: fixtests.o] Error 1
> 
> Is this known failure?
> 
> Uros.
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build failure in fixincludes on x86_64
  2021-05-26 12:22 Build failure in fixincludes on x86_64 Uros Bizjak
  2021-05-26 14:47 ` Richard Earnshaw
@ 2021-05-26 14:51 ` Andreas Schwab
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2021-05-26 14:51 UTC (permalink / raw)
  To: Uros Bizjak via Gcc; +Cc: Uros Bizjak

On Mai 26 2021, Uros Bizjak via Gcc wrote:

> The build currently fails to build for me on x86_64 in fixincludes:

https://gcc.gnu.org/pipermail/gcc-patches/2021-May/571274.html

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build failure in fixincludes on x86_64
  2021-05-26 14:47 ` Richard Earnshaw
@ 2021-05-27  6:29   ` Gerald Pfeifer
  0 siblings, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2021-05-27  6:29 UTC (permalink / raw)
  To: Richard Earnshaw; +Cc: Uros Bizjak, gcc

On Wed, 26 May 2021, Richard Earnshaw via Gcc wrote:
>> ../../git/gcc/fixincludes/fixtests.c: In function ‘run_test’:
>> ../../git/gcc/fixincludes/fixtests.c:155:1: internal compiler error:
>> in operator[], at vec.h:890
>>   155 | }
>>       | ^
> Same failure on arm.

Same failure on x86 (32-bit, i586-unknown-freebsd11.4).

Gerald

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-27  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 12:22 Build failure in fixincludes on x86_64 Uros Bizjak
2021-05-26 14:47 ` Richard Earnshaw
2021-05-27  6:29   ` Gerald Pfeifer
2021-05-26 14:51 ` Andreas Schwab

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).