public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527
@ 2011-08-30  4:39 bkoz at gcc dot gnu.org
  2011-08-30  8:54 ` [Bug c++/50234] " jakub at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-08-30  4:39 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50234
           Summary: internal compiler error: in
                    cxx_eval_component_reference, at cp/semantics.c:6527
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bkoz@gcc.gnu.org


Created attachment 25136
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25136
pre-processed g++, v today, -std=gnu++0x

while hacking constexpr


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

* [Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527
  2011-08-30  4:39 [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527 bkoz at gcc dot gnu.org
@ 2011-08-30  8:54 ` jakub at gcc dot gnu.org
  2011-08-30 14:29 ` jason at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-08-30  8:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-08-30
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org
   Target Milestone|---                         |4.7.0
     Ever Confirmed|0                           |1


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

* [Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527
  2011-08-30  4:39 [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527 bkoz at gcc dot gnu.org
  2011-08-30  8:54 ` [Bug c++/50234] " jakub at gcc dot gnu.org
@ 2011-08-30 14:29 ` jason at gcc dot gnu.org
  2011-08-30 15:31 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2011-08-30 14:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527
  2011-08-30  4:39 [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527 bkoz at gcc dot gnu.org
  2011-08-30  8:54 ` [Bug c++/50234] " jakub at gcc dot gnu.org
  2011-08-30 14:29 ` jason at gcc dot gnu.org
@ 2011-08-30 15:31 ` jason at gcc dot gnu.org
  2011-08-30 15:32 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2011-08-30 15:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-30 15:28:35 UTC ---
Author: jason
Date: Tue Aug 30 15:28:30 2011
New Revision: 178325

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178325
Log:
    PR c++/50234
    * semantics.c (cxx_eval_component_reference): Handle
    value-initialization for omitted initializers.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-value3.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527
  2011-08-30  4:39 [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527 bkoz at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-08-30 15:31 ` jason at gcc dot gnu.org
@ 2011-08-30 15:32 ` jason at gcc dot gnu.org
  2011-08-30 15:39 ` jason at gcc dot gnu.org
  2011-08-30 20:55 ` bkoz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2011-08-30 15:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.7.0                       |4.6.2

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-30 15:30:33 UTC ---
Fixed.


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

* [Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527
  2011-08-30  4:39 [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527 bkoz at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-08-30 15:32 ` jason at gcc dot gnu.org
@ 2011-08-30 15:39 ` jason at gcc dot gnu.org
  2011-08-30 20:55 ` bkoz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2011-08-30 15:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-30 15:28:57 UTC ---
Author: jason
Date: Tue Aug 30 15:28:55 2011
New Revision: 178327

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178327
Log:
    PR c++/50234
    * semantics.c (cxx_eval_component_reference): Handle
    value-initialization for omitted initializers.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-value3.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/semantics.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527
  2011-08-30  4:39 [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527 bkoz at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-08-30 15:39 ` jason at gcc dot gnu.org
@ 2011-08-30 20:55 ` bkoz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-08-30 20:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-08-30 20:48:22 UTC ---

HA! You rule, thanks.


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

end of thread, other threads:[~2011-08-30 20:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-30  4:39 [Bug c++/50234] New: internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527 bkoz at gcc dot gnu.org
2011-08-30  8:54 ` [Bug c++/50234] " jakub at gcc dot gnu.org
2011-08-30 14:29 ` jason at gcc dot gnu.org
2011-08-30 15:31 ` jason at gcc dot gnu.org
2011-08-30 15:32 ` jason at gcc dot gnu.org
2011-08-30 15:39 ` jason at gcc dot gnu.org
2011-08-30 20:55 ` bkoz 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).