public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/56059] New: SIGSEGV on invalid C++11 code
@ 2013-01-21  6:24 d.g.gorbachev at gmail dot com
  2013-01-21  6:31 ` [Bug c++/56059] " d.g.gorbachev at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-01-21  6:24 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56059
           Summary: SIGSEGV on invalid C++11 code
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


Created attachment 29229
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29229
Backtrace


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

* [Bug c++/56059] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
@ 2013-01-21  6:31 ` d.g.gorbachev at gmail dot com
  2013-01-21  6:37 ` d.g.gorbachev at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-01-21  6:31 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2013-01-21 06:31:18 UTC ---
Created attachment 29232
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29232
Testcase


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

* [Bug c++/56059] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
  2013-01-21  6:31 ` [Bug c++/56059] " d.g.gorbachev at gmail dot com
@ 2013-01-21  6:37 ` d.g.gorbachev at gmail dot com
  2013-01-21  6:53 ` [Bug c++/56059] [4.7/4.8 Regression] " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-01-21  6:37 UTC (permalink / raw)
  To: gcc-bugs


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

Dmitry Gorbachev <d.g.gorbachev at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking,
                   |                            |ice-on-invalid-code
      Known to fail|                            |4.7.3, 4.8.0

--- Comment #2 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2013-01-21 06:37:21 UTC ---
Also happens in ver. 4.7.3 with checks enabled.


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

* [Bug c++/56059] [4.7/4.8 Regression] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
  2013-01-21  6:31 ` [Bug c++/56059] " d.g.gorbachev at gmail dot com
  2013-01-21  6:37 ` d.g.gorbachev at gmail dot com
@ 2013-01-21  6:53 ` jakub at gcc dot gnu.org
  2013-01-21 20:45 ` jason at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-01-21  6:53 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-01-21
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org
   Target Milestone|---                         |4.7.3
            Summary|SIGSEGV on invalid C++11    |[4.7/4.8 Regression]
                   |code                        |SIGSEGV on invalid C++11
                   |                            |code
     Ever Confirmed|0                           |1

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-21 06:53:27 UTC ---
Started with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189298


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

* [Bug c++/56059] [4.7/4.8 Regression] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2013-01-21  6:53 ` [Bug c++/56059] [4.7/4.8 Regression] " jakub at gcc dot gnu.org
@ 2013-01-21 20:45 ` jason at gcc dot gnu.org
  2013-01-22  1:27 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu.org @ 2013-01-21 20:45 UTC (permalink / raw)
  To: gcc-bugs


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

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] 9+ messages in thread

* [Bug c++/56059] [4.7/4.8 Regression] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2013-01-21 20:45 ` jason at gcc dot gnu.org
@ 2013-01-22  1:27 ` jason at gcc dot gnu.org
  2013-01-22 15:00 ` [Bug c++/56059] [4.7 " jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu.org @ 2013-01-22  1:27 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2013-01-22 01:27:25 UTC ---
Author: jason
Date: Tue Jan 22 01:27:19 2013
New Revision: 195355

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195355
Log:
    PR c++/56059
    * tree.c (strip_typedefs_expr) [TREE_VEC]: Preserve non-default
    template args count.

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


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

* [Bug c++/56059] [4.7 Regression] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
                   ` (4 preceding siblings ...)
  2013-01-22  1:27 ` jason at gcc dot gnu.org
@ 2013-01-22 15:00 ` jakub at gcc dot gnu.org
  2013-01-22 15:22 ` jason at gcc dot gnu.org
  2013-01-22 15:23 ` jason at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-01-22 15:00 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7/4.8 Regression]        |[4.7 Regression] SIGSEGV on
                   |SIGSEGV on invalid C++11    |invalid C++11 code
                   |code                        |

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-22 14:59:49 UTC ---
Fixed on the trunk.


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

* [Bug c++/56059] [4.7 Regression] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
                   ` (5 preceding siblings ...)
  2013-01-22 15:00 ` [Bug c++/56059] [4.7 " jakub at gcc dot gnu.org
@ 2013-01-22 15:22 ` jason at gcc dot gnu.org
  2013-01-22 15:23 ` jason at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu.org @ 2013-01-22 15:22 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2013-01-22 15:22:21 UTC ---
Author: jason
Date: Tue Jan 22 15:22:16 2013
New Revision: 195377

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195377
Log:
    PR c++/56059
    * tree.c (strip_typedefs_expr) [TREE_VEC]: Preserve non-default
    template args count.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/decltype48.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/tree.c


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

* [Bug c++/56059] [4.7 Regression] SIGSEGV on invalid C++11 code
  2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
                   ` (6 preceding siblings ...)
  2013-01-22 15:22 ` jason at gcc dot gnu.org
@ 2013-01-22 15:23 ` jason at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu.org @ 2013-01-22 15:23 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2013-01-22 15:23:07 UTC ---
Fixed.


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

end of thread, other threads:[~2013-01-22 15:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21  6:24 [Bug c++/56059] New: SIGSEGV on invalid C++11 code d.g.gorbachev at gmail dot com
2013-01-21  6:31 ` [Bug c++/56059] " d.g.gorbachev at gmail dot com
2013-01-21  6:37 ` d.g.gorbachev at gmail dot com
2013-01-21  6:53 ` [Bug c++/56059] [4.7/4.8 Regression] " jakub at gcc dot gnu.org
2013-01-21 20:45 ` jason at gcc dot gnu.org
2013-01-22  1:27 ` jason at gcc dot gnu.org
2013-01-22 15:00 ` [Bug c++/56059] [4.7 " jakub at gcc dot gnu.org
2013-01-22 15:22 ` jason at gcc dot gnu.org
2013-01-22 15:23 ` 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).