public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
@ 2013-04-05  9:50 doko at gcc dot gnu.org
  2013-04-05  9:51 ` [Bug middle-end/56848] " doko at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: doko at gcc dot gnu.org @ 2013-04-05  9:50 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56848
           Summary: [4.7 Regression] ICE (segfault) with the 4.7.3 release
                    candidate
    Classification: Unclassified
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


Created attachment 29808
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29808
preprocessed source

lowering to -O1 works around it. r197184 does work, r197476 not.

$ gcc -c -g -O2 perf_event.i arch/x86/kernel/cpu/perf_event.c: In function
'get_segment_base':
arch/x86/kernel/cpu/perf_event.c:1887:1: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.

(gdb) bt
#0  0x0000000000bd312d in ?? ()
#1  0x0000000000bd305e in ?? ()
#2  0x0000000000bd2c6b in ?? ()
#3  0x0000000000bd357d in ?? ()
#4  0x0000000000bd51b0 in deps_analyze_insn(deps_desc*, rtx_def*) ()
#5  0x0000000000bd5603 in sched_analyze(deps_desc*, rtx_def*, rtx_def*) ()
#6  0x0000000000760d12 in sched_rgn_compute_dependencies(int) ()
#7  0x00000000007635f2 in schedule_insns() ()
#8  0x0000000000763a41 in ?? ()
#9  0x000000000070b778 in execute_one_pass(opt_pass*) ()
#10 0x000000000070bad5 in execute_pass_list(opt_pass*) ()
#11 0x000000000070bae7 in execute_pass_list(opt_pass*) ()
#12 0x000000000070bae7 in execute_pass_list(opt_pass*) ()
#13 0x00000000007e5439 in tree_rest_of_compilation(tree_node*) ()
#14 0x0000000000592afa in ?? ()
#15 0x000000000059434c in cgraph_optimize() ()
#16 0x00000000005947fa in cgraph_finalize_compilation_unit() ()
#17 0x00000000004d44e8 in c_write_global_declarations() ()
#18 0x000000000079edce in toplev_main(int, char**) ()
#19 0x00007ffff670dea5 in __libc_start_main () from
/lib/x86_64-linux-gnu/libc.so.6
#20 0x00000000004c3351 in _start ()


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
@ 2013-04-05  9:51 ` doko at gcc dot gnu.org
  2013-04-05  9:51 ` doko at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: doko at gcc dot gnu.org @ 2013-04-05  9:51 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Matthias Klose <doko at gcc dot gnu.org> 2013-04-05 09:51:33 UTC ---
seen on x86_64-linux-gnu


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
  2013-04-05  9:51 ` [Bug middle-end/56848] " doko at gcc dot gnu.org
@ 2013-04-05  9:51 ` doko at gcc dot gnu.org
  2013-04-05 10:17 ` abel at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: doko at gcc dot gnu.org @ 2013-04-05  9:51 UTC (permalink / raw)
  To: gcc-bugs


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

Matthias Klose <doko at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to work|                            |4.7.2, 4.8.0
   Target Milestone|---                         |4.7.3
      Known to fail|                            |4.7.3


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
  2013-04-05  9:51 ` [Bug middle-end/56848] " doko at gcc dot gnu.org
  2013-04-05  9:51 ` doko at gcc dot gnu.org
@ 2013-04-05 10:17 ` abel at gcc dot gnu.org
  2013-04-05 10:47 ` doko at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abel at gcc dot gnu.org @ 2013-04-05 10:17 UTC (permalink / raw)
  To: gcc-bugs


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

Andrey Belevantsev <abel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abel at gcc dot gnu.org

--- Comment #2 from Andrey Belevantsev <abel at gcc dot gnu.org> 2013-04-05 10:17:35 UTC ---
See http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00003.html.  Either the
backport of 56077 should be reverted or, if the ICE is coming from a different
place, Maxim's patch is applied instead.


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-04-05 10:17 ` abel at gcc dot gnu.org
@ 2013-04-05 10:47 ` doko at gcc dot gnu.org
  2013-04-05 11:13 ` abel at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: doko at gcc dot gnu.org @ 2013-04-05 10:47 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Matthias Klose <doko at gcc dot gnu.org> 2013-04-05 10:47:05 UTC ---
Reverting the backport for 56077 lets the file compile


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-04-05 10:47 ` doko at gcc dot gnu.org
@ 2013-04-05 11:13 ` abel at gcc dot gnu.org
  2013-04-05 12:30 ` doko at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abel at gcc dot gnu.org @ 2013-04-05 11:13 UTC (permalink / raw)
  To: gcc-bugs


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

Andrey Belevantsev <abel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu.org

--- Comment #4 from Andrey Belevantsev <abel at gcc dot gnu.org> 2013-04-05 11:13:48 UTC ---
Sure, then I'll revert the patch after testing -- Richi, are you fine with
that?


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-04-05 11:13 ` abel at gcc dot gnu.org
@ 2013-04-05 12:30 ` doko at gcc dot gnu.org
  2013-04-05 12:46 ` rguenther at suse dot de
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: doko at gcc dot gnu.org @ 2013-04-05 12:30 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Matthias Klose <doko at gcc dot gnu.org> 2013-04-05 12:30:38 UTC ---
backporting r190733 fixes the issue too, testsuite still running


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2013-04-05 12:30 ` doko at gcc dot gnu.org
@ 2013-04-05 12:46 ` rguenther at suse dot de
  2013-04-05 13:13 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenther at suse dot de @ 2013-04-05 12:46 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from rguenther at suse dot de <rguenther at suse dot de> 2013-04-05 12:46:17 UTC ---
"doko at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org> wrote:

>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56848
>
>--- Comment #5 from Matthias Klose <doko at gcc dot gnu.org> 2013-04-05
>12:30:38 UTC ---
>backporting r190733 fixes the issue too, testsuite still running

Please revert for 4.7.3 and re-apply for 4.7.3 with the additional backport.


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2013-04-05 12:46 ` rguenther at suse dot de
@ 2013-04-05 13:13 ` jakub at gcc dot gnu.org
  2013-04-05 14:22 ` doko at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-05 13:13 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-05 13:13:51 UTC ---
(In reply to comment #6)
> "doko at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org> wrote:
> Please revert for 4.7.3 and re-apply for 4.7.3 with the additional backport.

I guess you mean revert for 4.7.3 and re-apply for 4.7.4 with the additional
backport ;)


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2013-04-05 13:13 ` jakub at gcc dot gnu.org
@ 2013-04-05 14:22 ` doko at gcc dot gnu.org
  2013-04-05 21:23 ` ebotcazou at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: doko at gcc dot gnu.org @ 2013-04-05 14:22 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #8 from Matthias Klose <doko at gcc dot gnu.org> 2013-04-05 14:22:24 UTC ---
the backport of r190733 doesn't show any regressions on x86_64-linux-gnu


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2013-04-05 14:22 ` doko at gcc dot gnu.org
@ 2013-04-05 21:23 ` ebotcazou at gcc dot gnu.org
  2013-04-05 22:27 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-04-05 21:23 UTC (permalink / raw)
  To: gcc-bugs


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-04-05
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
     Ever Confirmed|0                           |1

--- Comment #9 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-04-05 21:23:51 UTC ---
This also affects Qemu.


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2013-04-05 21:23 ` ebotcazou at gcc dot gnu.org
@ 2013-04-05 22:27 ` ebotcazou at gcc dot gnu.org
  2013-04-08 11:07 ` rguenth at gcc dot gnu.org
  2014-02-16 13:17 ` jackie.rosen at hushmail dot com
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-04-05 22:27 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-04-05 22:27:22 UTC ---
Apparently the automatic xref didn't work, here is the commit:
  http://gcc.gnu.org/ml/gcc-cvs/2013-04/msg00244.html


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2013-04-05 22:27 ` ebotcazou at gcc dot gnu.org
@ 2013-04-08 11:07 ` rguenth at gcc dot gnu.org
  2014-02-16 13:17 ` jackie.rosen at hushmail dot com
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-04-08 11:07 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-08 11:07:22 UTC ---
Fixed.


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

* [Bug middle-end/56848] [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate
  2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2013-04-08 11:07 ` rguenth at gcc dot gnu.org
@ 2014-02-16 13:17 ` jackie.rosen at hushmail dot com
  12 siblings, 0 replies; 14+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #12 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
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.


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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-05  9:50 [Bug middle-end/56848] New: [4.7 Regression] ICE (segfault) with the 4.7.3 release candidate doko at gcc dot gnu.org
2013-04-05  9:51 ` [Bug middle-end/56848] " doko at gcc dot gnu.org
2013-04-05  9:51 ` doko at gcc dot gnu.org
2013-04-05 10:17 ` abel at gcc dot gnu.org
2013-04-05 10:47 ` doko at gcc dot gnu.org
2013-04-05 11:13 ` abel at gcc dot gnu.org
2013-04-05 12:30 ` doko at gcc dot gnu.org
2013-04-05 12:46 ` rguenther at suse dot de
2013-04-05 13:13 ` jakub at gcc dot gnu.org
2013-04-05 14:22 ` doko at gcc dot gnu.org
2013-04-05 21:23 ` ebotcazou at gcc dot gnu.org
2013-04-05 22:27 ` ebotcazou at gcc dot gnu.org
2013-04-08 11:07 ` rguenth at gcc dot gnu.org
2014-02-16 13:17 ` 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).