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 c/52639] New: ice in supportable_widening_operation


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

             Bug #: 52639
           Summary: ice in supportable_widening_operation
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


Created attachment 26934
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26934
C source code

I just tried to compile the package mpfr-3.1.0
on gcc-4.8 trunk dated 20120319 on an AMD x86_64 box.

The compiler said

set_f.c: In function 'mpfr_set_f':
set_f.c:27:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Here is a valgrind dump

==19223== Invalid read of size 8
==19223==    at 0xCC7B08: supportable_widening_operation(tree_code,
gimple_statement_d*, tree_node*, tree_node*, tree_node**, tree_node**,
tree_code*, tree_code*, int*, VEC_tree_heap**) (tree-vect-stmts.c:6096)
==19223==    by 0x1082547: vect_recog_widen_mult_pattern(VEC_gimple_heap**,
tree_node**, tree_node**) (tree-vect-patterns.c:664)
==19223==    by 0x1087A57: vect_pattern_recog(_loop_vec_info*, _bb_vec_info*)
(tree-vect-patterns.c:2553)
==19223==    by 0xCEBA85: vect_slp_analyze_bb(basic_block_def*)
(tree-vect-slp.c:2020)
==19223==    by 0xCECA55: execute_vect_slp() (tree-vectorizer.c:265)
==19223==    by 0xA52D6C: execute_one_pass(opt_pass*) (passes.c:2084)
==19223==    by 0xA532E6: execute_pass_list(opt_pass*) (passes.c:2139)
==19223==    by 0xB91E4D: tree_rest_of_compilation(tree_node*)
(tree-optimize.c:422)
==19223==    by 0x7EBD7D: cgraph_expand_function(cgraph_node*)
(cgraphunit.c:1837)
==19223==    by 0x7EFB4B: cgraph_optimize() (cgraphunit.c:1904)
==19223==    by 0x7F01F9: cgraph_finalize_compilation_unit()
(cgraphunit.c:1344)
==19223==    by 0x5F3B1A: cp_write_global_declarations() (decl2.c:4074)
==19223==  Address 0x10 is not stack'd, malloc'd or (recently) free'd

Preprocessed source code attached. Flag -O3 required.


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