This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/61084] [4.10 regression] wide-int merge broke Solaris/SPARC bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61084

--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
The bootstrap is finished now: my last one is a week and a half ago, but
at least some of the regressions are wide-int related:

+FAIL: gcc.target/sparc/pdist-2.c (internal compiler error)
+FAIL: gcc.target/sparc/pdist-2.c (test for excess errors)
+UNRESOLVED: gcc.target/sparc/pdist-2.c scan-assembler-not pdist\\t%
+UNRESOLVED: gcc.target/sparc/pdist-2.c scan-tree-dump optimized "return 475"
+FAIL: gcc.target/sparc/pdist-3.c (internal compiler error)
+FAIL: gcc.target/sparc/pdist-3.c (test for excess errors)
+WARNING: gcc.target/sparc/pdist-3.c compilation failed to produce executable
+FAIL: gcc.target/sparc/pdistn-2.c (internal compiler error)
+FAIL: gcc.target/sparc/pdistn-2.c (test for excess errors)
+UNRESOLVED: gcc.target/sparc/pdistn-2.c scan-assembler-not pdistn\\t%
+UNRESOLVED: gcc.target/sparc/pdistn-2.c scan-tree-dump optimized "return 473"

The first is:

/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.target/sparc/pdist-2.c: In
function 'foo':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.target/sparc/pdist-2.c:15:1:
internal compiler error: in decompose, at wide-int.h:908
0x9d688f wi::int_traits<generic_wide_int<wide_int_storage> >::decompose(long
long*, unsigned int, generic_wide_int<wide_int_storage> const&)
        /vol/gcc/src/hg/trunk/local/gcc/wide-int.h:908
0x9d688f wide_int_ref_storage<generic_wide_int<wide_int_storage> >
        /vol/gcc/src/hg/trunk/local/gcc/wide-int.h:956
0x9d688f generic_wide_int<generic_wide_int<wide_int_storage> >
        /vol/gcc/src/hg/trunk/local/gcc/wide-int.h:732
0x9d688f add<tree_node*, generic_wide_int<wide_int_storage> >
        /vol/gcc/src/hg/trunk/local/gcc/wide-int.h:732
0x9d688f add<tree_node*, generic_wide_int<wide_int_storage> >
        /vol/gcc/src/hg/trunk/local/gcc/wide-int.h:2319
0x9d688f sparc_fold_builtin
        /vol/gcc/src/hg/trunk/local/gcc/config/sparc/sparc.c:10946
0x30ff03 fold_call_expr(unsigned int, tree_node*, bool)
        /vol/gcc/src/hg/trunk/local/gcc/builtins.c:11145
0x4e72bf gimple_fold_stmt_to_constant_1(gimple_statement_base*, tree_node*
(*)(tree_node*))
        /vol/gcc/src/hg/trunk/local/gcc/gimple-fold.c:2782
0x7ea6f3 ccp_fold
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-ccp.c:1152
0x7ea6f3 evaluate_stmt
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-ccp.c:1670
0x7eb737 visit_assignment
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-ccp.c:2215
0x7ebbab ccp_visit_stmt
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-ccp.c:2298
0x87bdb7 simulate_stmt
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-propagate.c:329
0x87c587 simulate_block
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-propagate.c:452
0x87c587 simulate_block
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-propagate.c:452
0x87c587 ssa_propagate(ssa_prop_result (*)(gimple_statement_base*, edge_def**,
tree_node**), ssa_prop_result (*)(gimple_statement_base*))
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-propagate.c:869
0x7e613f do_ssa_ccp
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-ccp.c:2339
0x7e613f execute
        /vol/gcc/src/hg/trunk/local/gcc/tree-ssa-ccp.c:2373

+FAIL: gfortran.dg/namelist_utf8.f90  -O0  execution test
+FAIL: gfortran.dg/namelist_utf8.f90  -O1  execution test
+FAIL: gfortran.dg/namelist_utf8.f90  -O2  execution test
+FAIL: gfortran.dg/namelist_utf8.f90  -O3 -fomit-frame-pointer  execution test
+FAIL: gfortran.dg/namelist_utf8.f90  -O3 -fomit-frame-pointer -funroll-loops 
e
xecution test
+FAIL: gfortran.dg/namelist_utf8.f90  -O3 -fomit-frame-pointer
-funroll-all-loop
s -finline-functions  execution test
+FAIL: gfortran.dg/namelist_utf8.f90  -O3 -g  execution test
+FAIL: gfortran.dg/namelist_utf8.f90  -Os  execution test

Most likely unrelated, PR libfortran/52539

+WARNING: program timed out.
+FAIL: gnat.dg/nested_agg_bitfield_constructor.adb (test for excess errors)
+WARNING: program timed out.
+FAIL: gnat.dg/outer_agg_bitfield_constructor.adb (test for excess errors)
+WARNING: gnat.dg/outer_agg_bitfield_constructor.adb compilation failed to
produ
ce executable

Can't tell, but failure is consistent.

    Rainer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]