public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
@ 2015-06-11 17:19 ` trippels at gcc dot gnu.org
  2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-06-11 17:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Might be related to PR59832.


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

* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
  2015-06-11 17:19 ` [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list trippels at gcc dot gnu.org
@ 2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
  2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-06-11 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |5.2


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

* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
  2015-06-11 17:19 ` [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list trippels at gcc dot gnu.org
  2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
@ 2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
  2015-06-17 20:46 ` jason at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-06-11 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Started with r209314.


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

* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
@ 2015-06-17 20:46 ` jason at gcc dot gnu.org
  2015-06-18 17:09 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2015-06-17 20:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Jun 17 20:45:32 2015
New Revision: 224581

URL: https://gcc.gnu.org/viewcvs?rev=224581&root=gcc&view=rev
Log:
        PR c++/66515
        * call.c (implicit_conversion): Call reshape_init here, early.
        (build_aggr_conv): Not here.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist96.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c


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

* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-06-17 20:46 ` jason at gcc dot gnu.org
@ 2015-06-18 17:09 ` jason at gcc dot gnu.org
  2015-06-19 19:31 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2015-06-18 17:09 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jason at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org


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

* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-06-18 17:09 ` jason at gcc dot gnu.org
@ 2015-06-19 19:31 ` jason at gcc dot gnu.org
  2015-06-22 12:03 ` rguenth at gcc dot gnu.org
  2015-06-22 17:25 ` jason at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2015-06-19 19:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun 19 19:30:37 2015
New Revision: 224695

URL: https://gcc.gnu.org/viewcvs?rev=224695&root=gcc&view=rev
Log:
        PR c++/66515
        * call.c (implicit_conversion): Call reshape_init here, early.
        (build_aggr_conv): Not here.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/initlist96.C
Modified:
    branches/gcc-5-branch/gcc/cp/ChangeLog
    branches/gcc-5-branch/gcc/cp/call.c


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

* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-06-19 19:31 ` jason at gcc dot gnu.org
@ 2015-06-22 12:03 ` rguenth at gcc dot gnu.org
  2015-06-22 17:25 ` jason at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-22 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
FIxed.


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

* [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list
       [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2015-06-22 12:03 ` rguenth at gcc dot gnu.org
@ 2015-06-22 17:25 ` jason at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2015-06-22 17:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Jun 22 17:24:25 2015
New Revision: 224748

URL: https://gcc.gnu.org/viewcvs?rev=224748&root=gcc&view=rev
Log:
        PR c++/66515
        * call.c (implicit_conversion): Only reshape for classes.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c


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

end of thread, other threads:[~2015-06-22 17:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-66515-4@http.gcc.gnu.org/bugzilla/>
2015-06-11 17:19 ` [Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list trippels at gcc dot gnu.org
2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
2015-06-11 17:30 ` mpolacek at gcc dot gnu.org
2015-06-17 20:46 ` jason at gcc dot gnu.org
2015-06-18 17:09 ` jason at gcc dot gnu.org
2015-06-19 19:31 ` jason at gcc dot gnu.org
2015-06-22 12:03 ` rguenth at gcc dot gnu.org
2015-06-22 17:25 ` jason 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).