public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/48875] New: Segmentation fault in maybe_clone_body with -fsyntax-only
@ 2011-05-04 18:48 d.g.gorbachev at gmail dot com
  2011-05-04 18:51 ` [Bug c++/48875] " d.g.gorbachev at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-05-04 18:48 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Segmentation fault in maybe_clone_body with
                    -fsyntax-only
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


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


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

* [Bug c++/48875] Segmentation fault in maybe_clone_body with -fsyntax-only
  2011-05-04 18:48 [Bug c++/48875] New: Segmentation fault in maybe_clone_body with -fsyntax-only d.g.gorbachev at gmail dot com
@ 2011-05-04 18:51 ` d.g.gorbachev at gmail dot com
  2011-05-05 11:31 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-05-04 18:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-05-04 18:36:12 UTC ---
Created attachment 24186
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24186
BT


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

* [Bug c++/48875] Segmentation fault in maybe_clone_body with -fsyntax-only
  2011-05-04 18:48 [Bug c++/48875] New: Segmentation fault in maybe_clone_body with -fsyntax-only d.g.gorbachev at gmail dot com
  2011-05-04 18:51 ` [Bug c++/48875] " d.g.gorbachev at gmail dot com
@ 2011-05-05 11:31 ` rguenth at gcc dot gnu.org
  2011-08-21 20:49 ` d.g.gorbachev at gmail dot com
  2011-09-23 21:33 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-05 11:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.05.05 10:35:35
                 CC|                            |hubicka at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-05 10:35:35 UTC ---
Confirmed.  I think similar to the caller maybe_clone_body should guard
output related stuff with !flag_synatx_only.


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

* [Bug c++/48875] Segmentation fault in maybe_clone_body with -fsyntax-only
  2011-05-04 18:48 [Bug c++/48875] New: Segmentation fault in maybe_clone_body with -fsyntax-only d.g.gorbachev at gmail dot com
  2011-05-04 18:51 ` [Bug c++/48875] " d.g.gorbachev at gmail dot com
  2011-05-05 11:31 ` rguenth at gcc dot gnu.org
@ 2011-08-21 20:49 ` d.g.gorbachev at gmail dot com
  2011-09-23 21:33 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-08-21 20:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-08-21 20:46:21 UTC ---
I can't reproduce it now.


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

* [Bug c++/48875] Segmentation fault in maybe_clone_body with -fsyntax-only
  2011-05-04 18:48 [Bug c++/48875] New: Segmentation fault in maybe_clone_body with -fsyntax-only d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2011-08-21 20:49 ` d.g.gorbachev at gmail dot com
@ 2011-09-23 21:33 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-09-23 21:33 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-23 21:24:40 UTC ---
Indeed, works for me with r179128.


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

end of thread, other threads:[~2011-09-23 21:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-04 18:48 [Bug c++/48875] New: Segmentation fault in maybe_clone_body with -fsyntax-only d.g.gorbachev at gmail dot com
2011-05-04 18:51 ` [Bug c++/48875] " d.g.gorbachev at gmail dot com
2011-05-05 11:31 ` rguenth at gcc dot gnu.org
2011-08-21 20:49 ` d.g.gorbachev at gmail dot com
2011-09-23 21:33 ` paolo.carlini at oracle 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).