public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/47889] New: Segmentation fault in lto1
@ 2011-02-25  0:21 d.g.gorbachev at gmail dot com
  2011-02-27 19:56 ` [Bug lto/47889] " d.g.gorbachev at gmail dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-02-25  0:21 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Segmentation fault in lto1
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


Testcase in attachment 23461

$ gcc -O -flto -DPR47889 main.c s.c
[...]
main.c:5:5: internal compiler error: Segmentation fault
[...]


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

* [Bug lto/47889] Segmentation fault in lto1
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
@ 2011-02-27 19:56 ` d.g.gorbachev at gmail dot com
  2011-04-06  0:28 ` [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228 pinskia at gcc dot gnu.org
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-02-27 19:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-02-27 19:54:50 UTC ---
Created attachment 23485
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23485
Backtrace


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
  2011-02-27 19:56 ` [Bug lto/47889] " d.g.gorbachev at gmail dot com
@ 2011-04-06  0:28 ` pinskia at gcc dot gnu.org
  2011-06-12 13:01 ` rguenth at gcc dot gnu.org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-04-06  0:28 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.1


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
  2011-02-27 19:56 ` [Bug lto/47889] " d.g.gorbachev at gmail dot com
  2011-04-06  0:28 ` [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228 pinskia at gcc dot gnu.org
@ 2011-06-12 13:01 ` rguenth at gcc dot gnu.org
  2011-06-27 16:08 ` jakub at gcc dot gnu.org
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-12 13:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.06.12 13:00:56
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-12 13:00:56 UTC ---
Confirmed.  We should diagnose this.


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2011-06-12 13:01 ` rguenth at gcc dot gnu.org
@ 2011-06-27 16:08 ` jakub at gcc dot gnu.org
  2011-07-12 21:18 ` pinskia at gcc dot gnu.org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-06-27 16:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.1                       |4.6.2

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-27 12:33:10 UTC ---
GCC 4.6.1 is being released.


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2011-06-27 16:08 ` jakub at gcc dot gnu.org
@ 2011-07-12 21:18 ` pinskia at gcc dot gnu.org
  2011-07-12 21:21 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-07-12 21:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-12 21:17:31 UTC ---
(In reply to comment #2)
> Confirmed.  We should diagnose this.
We do:
t.c:1:13: warning: type of ‘s’ does not match original declaration [enabled by
default]
t1.c:1:14: note: previously declared here
--- CUT ---
But we don't error out.


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (4 preceding siblings ...)
  2011-07-12 21:18 ` pinskia at gcc dot gnu.org
@ 2011-07-12 21:21 ` rguenth at gcc dot gnu.org
  2011-10-26 17:54 ` jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-07-12 21:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-12 21:20:57 UTC ---
Yeah, well.  There are "legitimate" cases (read: in SPEC2k6), so we can't
error out in general (the cases are mixing float and int for example).


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (5 preceding siblings ...)
  2011-07-12 21:21 ` rguenth at gcc dot gnu.org
@ 2011-10-26 17:54 ` jakub at gcc dot gnu.org
  2011-10-26 19:36 ` d.g.gorbachev at gmail dot com
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-10-26 17:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.2                       |4.6.3

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-10-26 17:13:56 UTC ---
GCC 4.6.2 is being released.


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (6 preceding siblings ...)
  2011-10-26 17:54 ` jakub at gcc dot gnu.org
@ 2011-10-26 19:36 ` d.g.gorbachev at gmail dot com
  2012-03-01 15:18 ` jakub at gcc dot gnu.org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-10-26 19:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-10-26 19:36:10 UTC ---
Created attachment 25620
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25620
Testcase

Still fails with this testcase.


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

* [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (7 preceding siblings ...)
  2011-10-26 19:36 ` d.g.gorbachev at gmail dot com
@ 2012-03-01 15:18 ` jakub at gcc dot gnu.org
  2013-04-12 15:18 ` [Bug lto/47889] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-01 15:18 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.3                       |4.6.4

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-01 14:39:14 UTC ---
GCC 4.6.3 is being released.


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

* [Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (8 preceding siblings ...)
  2012-03-01 15:18 ` jakub at gcc dot gnu.org
@ 2013-04-12 15:18 ` jakub at gcc dot gnu.org
  2014-01-09 23:00 ` aldyh at gcc dot gnu.org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:18 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.4                       |4.7.4

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 15:17:07 UTC ---
GCC 4.6.4 has been released and the branch has been closed.


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

* [Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (9 preceding siblings ...)
  2013-04-12 15:18 ` [Bug lto/47889] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2014-01-09 23:00 ` aldyh at gcc dot gnu.org
  2014-01-09 23:01 ` aldyh at gcc dot gnu.org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: aldyh at gcc dot gnu.org @ 2014-01-09 23:00 UTC (permalink / raw)
  To: gcc-bugs

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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

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

--- Comment #10 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Can we remove 4.7, 4.8, and 4.9 from the failing targets?  It seems we diagnose
it just fine and we don't even error out (just a warning).  This is what we get
on 4.8 and 4.9:

reynosa:/dev/shm/trunk/gcc$ ./xgcc -B./ main.c s.c  -flto -O -DPR47889
main.c:1:13: warning: type of 's' does not match original declaration [enabled
by default]
 extern char s[1];
             ^
s.c:1:14: note: previously declared here
 struct S { } s;
              ^

Similarly for 4.7:

reynosa:/build/pristine-4_7/gcc$ ./xgcc -B./ main.c s.c  -flto -O -DPR47889
In file included from :0:0:
main.c:1:13: warning: type of 's' does not match original declaration [enabled
by default]
In file included from main.c:3:0,
                 from :0:
s.c:1:14: note: previously declared here

So I don't see any segfault as reported in the PR.  And I don't see any hard
error (since Richi said we shouldn't error, which we don't...).

The only place where I see an ICE is in 4.6:

reynosa:/build/pristine-4.6/gcc$ ./xgcc -B./ main.c s.c  -flto -O -DPR47889
main.c:1:13: warning: type of 's' does not match original declaration [enabled
by default]
s.c:1:14: note: previously declared here
In file included from :0:0:
main.c: In function 'main':
main.c:5:5: 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.
lto-wrapper: ./xgcc returned 1 exit status
/usr/bin/ld: lto-wrapper failed
collect2: ld returned 1 exit status

Can we just flag this exclusively as a 4.6 problem?


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

* [Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (10 preceding siblings ...)
  2014-01-09 23:00 ` aldyh at gcc dot gnu.org
@ 2014-01-09 23:01 ` aldyh at gcc dot gnu.org
  2014-01-09 23:43 ` d.g.gorbachev at gmail dot com
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: aldyh at gcc dot gnu.org @ 2014-01-09 23:01 UTC (permalink / raw)
  To: gcc-bugs

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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

* [Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (11 preceding siblings ...)
  2014-01-09 23:01 ` aldyh at gcc dot gnu.org
@ 2014-01-09 23:43 ` d.g.gorbachev at gmail dot com
  2014-01-09 23:47 ` aldyh at redhat dot com
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2014-01-09 23:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
GCC 4.7 still crashes on the testcase from attachment 25620:

$ gcc -r -nostdlib -flto 1.c 2.c
In file included from 1.c:5:0,
                 from :0:
2.c:5:17: warning: type of 's' does not match original declaration [enabled by
default]
In file included from :0:0:
1.c:5:10: note: previously declared here
In file included from 1.c:5:0,
                 from :1:
2.c: In function 'foo':
2.c:10:5: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.


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

* [Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (12 preceding siblings ...)
  2014-01-09 23:43 ` d.g.gorbachev at gmail dot com
@ 2014-01-09 23:47 ` aldyh at redhat dot com
  2014-01-10  0:01 ` [Bug lto/47889] [4.7 " d.g.gorbachev at gmail dot com
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: aldyh at redhat dot com @ 2014-01-09 23:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Aldy Hernandez <aldyh at redhat dot com> ---
On 01/09/14 15:43, d.g.gorbachev at gmail dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889
>
> --- Comment #11 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
> GCC 4.7 still crashes on the testcase from attachment 25620:
>
> $ gcc -r -nostdlib -flto 1.c 2.c
> In file included from 1.c:5:0,
>                   from :0:
> 2.c:5:17: warning: type of 's' does not match original declaration [enabled by
> default]
> In file included from :0:0:
> 1.c:5:10: note: previously declared here
> In file included from 1.c:5:0,
>                   from :1:
> 2.c: In function 'foo':
> 2.c:10:5: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
>

Which version of 4.7?

So in essence, 4.8 and 4.9 do not exhibit this behavior.  I will remove 
the 4.8 and 4.9 tags.


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

* [Bug lto/47889] [4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (13 preceding siblings ...)
  2014-01-09 23:47 ` aldyh at redhat dot com
@ 2014-01-10  0:01 ` d.g.gorbachev at gmail dot com
  2014-01-10  0:20 ` aldyh at redhat dot com
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2014-01-10  0:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
It was 4.7.4 20131207 (prerelease).


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

* [Bug lto/47889] [4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (14 preceding siblings ...)
  2014-01-10  0:01 ` [Bug lto/47889] [4.7 " d.g.gorbachev at gmail dot com
@ 2014-01-10  0:20 ` aldyh at redhat dot com
  2014-01-10 16:22 ` d.g.gorbachev at gmail dot com
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: aldyh at redhat dot com @ 2014-01-10  0:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Aldy Hernandez <aldyh at redhat dot com> ---
On 01/09/14 16:01, d.g.gorbachev at gmail dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889
>
> --- Comment #13 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
> It was 4.7.4 20131207 (prerelease).
>

Can you try the actual release?  4.7.4, not the prerelease?


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

* [Bug lto/47889] [4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (15 preceding siblings ...)
  2014-01-10  0:20 ` aldyh at redhat dot com
@ 2014-01-10 16:22 ` d.g.gorbachev at gmail dot com
  2014-01-10 18:39 ` [Bug lto/47889] [4.7 Regression] Segmentation fault in array_ref_element_size / useless_type_conversion_p aldyh at gcc dot gnu.org
  2014-06-12 12:59 ` rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2014-01-10 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #16 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
Created attachment 31801
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31801&action=edit
Backtrace from non-checked 4.7.4 build


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

* [Bug lto/47889] [4.7 Regression] Segmentation fault in array_ref_element_size / useless_type_conversion_p
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (16 preceding siblings ...)
  2014-01-10 16:22 ` d.g.gorbachev at gmail dot com
@ 2014-01-10 18:39 ` aldyh at gcc dot gnu.org
  2014-06-12 12:59 ` rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: aldyh at gcc dot gnu.org @ 2014-01-10 18:39 UTC (permalink / raw)
  To: gcc-bugs

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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


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

* [Bug lto/47889] [4.7 Regression] Segmentation fault in array_ref_element_size / useless_type_conversion_p
  2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
                   ` (17 preceding siblings ...)
  2014-01-10 18:39 ` [Bug lto/47889] [4.7 Regression] Segmentation fault in array_ref_element_size / useless_type_conversion_p aldyh at gcc dot gnu.org
@ 2014-06-12 12:59 ` rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 12:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|4.7.4                       |4.8.3
      Known to fail|                            |4.7.4

--- Comment #17 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for 4.8.3.


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

end of thread, other threads:[~2014-06-12 12:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-25  0:21 [Bug lto/47889] New: Segmentation fault in lto1 d.g.gorbachev at gmail dot com
2011-02-27 19:56 ` [Bug lto/47889] " d.g.gorbachev at gmail dot com
2011-04-06  0:28 ` [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228 pinskia at gcc dot gnu.org
2011-06-12 13:01 ` rguenth at gcc dot gnu.org
2011-06-27 16:08 ` jakub at gcc dot gnu.org
2011-07-12 21:18 ` pinskia at gcc dot gnu.org
2011-07-12 21:21 ` rguenth at gcc dot gnu.org
2011-10-26 17:54 ` jakub at gcc dot gnu.org
2011-10-26 19:36 ` d.g.gorbachev at gmail dot com
2012-03-01 15:18 ` jakub at gcc dot gnu.org
2013-04-12 15:18 ` [Bug lto/47889] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-01-09 23:00 ` aldyh at gcc dot gnu.org
2014-01-09 23:01 ` aldyh at gcc dot gnu.org
2014-01-09 23:43 ` d.g.gorbachev at gmail dot com
2014-01-09 23:47 ` aldyh at redhat dot com
2014-01-10  0:01 ` [Bug lto/47889] [4.7 " d.g.gorbachev at gmail dot com
2014-01-10  0:20 ` aldyh at redhat dot com
2014-01-10 16:22 ` d.g.gorbachev at gmail dot com
2014-01-10 18:39 ` [Bug lto/47889] [4.7 Regression] Segmentation fault in array_ref_element_size / useless_type_conversion_p aldyh at gcc dot gnu.org
2014-06-12 12:59 ` rguenth at gcc dot gnu.org

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