public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/52639] New: ice in supportable_widening_operation
@ 2012-03-20 18:20 dcb314 at hotmail dot com
  2012-03-20 19:01 ` [Bug c++/52639] " dcb314 at hotmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2012-03-20 18:20 UTC (permalink / raw)
  To: gcc-bugs

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.


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
@ 2012-03-20 19:01 ` dcb314 at hotmail dot com
  2012-03-31 23:29 ` paolo.carlini at oracle dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2012-03-20 19:01 UTC (permalink / raw)
  To: gcc-bugs

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

dcb <dcb314 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |c++

--- Comment #1 from dcb <dcb314 at hotmail dot com> 2012-03-20 18:50:21 UTC ---
The source code is C++, not C. My mistake, sorry.


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
  2012-03-20 19:01 ` [Bug c++/52639] " dcb314 at hotmail dot com
@ 2012-03-31 23:29 ` paolo.carlini at oracle dot com
  2012-04-03 19:29 ` dcb314 at hotmail dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-03-31 23:29 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-03-31
     Ever Confirmed|0                           |1

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-31 23:17:45 UTC ---
Please, do your best to reduce the size of the reproducer:
http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
  2012-03-20 19:01 ` [Bug c++/52639] " dcb314 at hotmail dot com
  2012-03-31 23:29 ` paolo.carlini at oracle dot com
@ 2012-04-03 19:29 ` dcb314 at hotmail dot com
  2012-04-03 19:32 ` dcb314 at hotmail dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2012-04-03 19:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from dcb <dcb314 at hotmail dot com> 2012-04-03 19:29:11 UTC ---
Created attachment 27079
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27079
C++ source code


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2012-04-03 19:29 ` dcb314 at hotmail dot com
@ 2012-04-03 19:32 ` dcb314 at hotmail dot com
  2012-04-24 13:23 ` vincent-gcc at vinc17 dot net
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2012-04-03 19:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from dcb <dcb314 at hotmail dot com> 2012-04-03 19:31:58 UTC ---

Finally, I managed to get delta to do something useful.

Minimal test case attached.


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2012-04-03 19:32 ` dcb314 at hotmail dot com
@ 2012-04-24 13:23 ` vincent-gcc at vinc17 dot net
  2012-04-24 14:05 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: vincent-gcc at vinc17 dot net @ 2012-04-24 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Vincent Lefèvre <vincent-gcc at vinc17 dot net> 2012-04-24 13:22:08 UTC ---
Same problem here under Debian/unstable (x86_64), with:

gcc-snapshot -O3 -march=native -std=gnu99 -c ice-setf.i

and the testcase below, using:

gcc (Debian 20120407-1) 4.8.0 20120407 (experimental) [trunk revision 186212]

Here's a simpler testcase:

// /usr/lib/gcc-snapshot/libexec/gcc/x86_64-linux-gnu/4.8.0/cc1 -fpreprocessed
ice-setf.i -march=corei7 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mpopcnt
-mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm
-mno-avx -mno-avx2 -msse4.2 -msse4.1 -mno-lzcnt --param l1-cache-size=32
--param l1-cache-line-size=64 --param l2-cache-size=8192 -mtune=corei7 -quiet
-dumpbase ice-setf.i -auxbase ice-setf -O3 -std=gnu99 -o - -frandom-seed=0
# 1 "ice-setf.i"
int a(int *, unsigned long);
int g(unsigned long);
void r(int, long);

int foo(unsigned long sy, int *x, int i)
{
  unsigned long sx = x[0];
  if (sy <= sx)
    {
      unsigned long p = sx * 64;
      int m = 0;
      int tmp = i ? g(sx) : a(&m, sx);
      r(tmp, p);
    }
  return 0;
}

The ICE is reproducible with -O3, but not with -O2. Also note that this is C,
not C++.


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  2012-04-24 13:23 ` vincent-gcc at vinc17 dot net
@ 2012-04-24 14:05 ` rguenth at gcc dot gnu.org
  2012-04-24 18:09 ` dcb314 at hotmail dot com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-04-24 14:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-04-24 14:04:42 UTC ---
Supposedly fixed by

2012-04-10  Ulrich Weigand  <ulrich.weigand@linaro.org>

        PR tree-optimization/52870
        * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
        presumed pattern statement is within the same loop or basic block.

meaning, I cannot reproduce it.


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
                   ` (5 preceding siblings ...)
  2012-04-24 14:05 ` rguenth at gcc dot gnu.org
@ 2012-04-24 18:09 ` dcb314 at hotmail dot com
  2012-04-24 23:58 ` vincent-gcc at vinc17 dot net
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2012-04-24 18:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from dcb <dcb314 at hotmail dot com> 2012-04-24 18:08:53 UTC ---
(In reply to comment #6)
> Supposedly fixed by
> 
> 2012-04-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
> 
>         PR tree-optimization/52870
>         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
>         presumed pattern statement is within the same loop or basic block.
> 
> meaning, I cannot reproduce it.

I checked and trunk 20120422 doesn't seem to have this bug.

So it looks fixed to me. Suggest mark resolved.


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
                   ` (6 preceding siblings ...)
  2012-04-24 18:09 ` dcb314 at hotmail dot com
@ 2012-04-24 23:58 ` vincent-gcc at vinc17 dot net
  2012-04-25  0:18 ` paolo.carlini at oracle dot com
  2014-02-16 10:02 ` jackie.rosen at hushmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: vincent-gcc at vinc17 dot net @ 2012-04-24 23:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Vincent Lefèvre <vincent-gcc at vinc17 dot net> 2012-04-24 23:58:06 UTC ---
I confirm that rebuilding gcc-snapshot with the patch
http://gcc.gnu.org/viewcvs?view=revision&revision=186272 for PR
tree-optimization/52870 solves the problem.

So, I think that this bug should be closed as a duplicate of bug 52870.


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
                   ` (7 preceding siblings ...)
  2012-04-24 23:58 ` vincent-gcc at vinc17 dot net
@ 2012-04-25  0:18 ` paolo.carlini at oracle dot com
  2014-02-16 10:02 ` jackie.rosen at hushmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-04-25  0:18 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #9 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-04-25 00:17:23 UTC ---


*** This bug has been marked as a duplicate of bug 52870 ***


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

* [Bug c++/52639] ice in supportable_widening_operation
  2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
                   ` (8 preceding siblings ...)
  2012-04-25  0:18 ` paolo.carlini at oracle dot com
@ 2014-02-16 10:02 ` jackie.rosen at hushmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 10:02 UTC (permalink / raw)
  To: gcc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #10 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Marked for reference. Resolved as fixed @bugzilla.


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

end of thread, other threads:[~2014-02-16 10:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-20 18:20 [Bug c/52639] New: ice in supportable_widening_operation dcb314 at hotmail dot com
2012-03-20 19:01 ` [Bug c++/52639] " dcb314 at hotmail dot com
2012-03-31 23:29 ` paolo.carlini at oracle dot com
2012-04-03 19:29 ` dcb314 at hotmail dot com
2012-04-03 19:32 ` dcb314 at hotmail dot com
2012-04-24 13:23 ` vincent-gcc at vinc17 dot net
2012-04-24 14:05 ` rguenth at gcc dot gnu.org
2012-04-24 18:09 ` dcb314 at hotmail dot com
2012-04-24 23:58 ` vincent-gcc at vinc17 dot net
2012-04-25  0:18 ` paolo.carlini at oracle dot com
2014-02-16 10:02 ` jackie.rosen at hushmail dot com

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