public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738
       [not found] <bug-58188-4@http.gcc.gnu.org/bugzilla/>
@ 2013-08-20  6:18 ` mpolacek at gcc dot gnu.org
  2013-08-20  8:11 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-08-20  6:18 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Hm, I can't seem to reproduce it.  Is this vanilla gcc?


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

* [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738
       [not found] <bug-58188-4@http.gcc.gnu.org/bugzilla/>
  2013-08-20  6:18 ` [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738 mpolacek at gcc dot gnu.org
@ 2013-08-20  8:11 ` jakub at gcc dot gnu.org
  2013-08-20  8:57 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-08-20  8:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I can reproduce it, though with checking compilers the ICE is usually much
earlier (pt.c or so).  ICEs from around r179155 or so when NSDMIs were
implemented, so not sure we can consider it a regression.


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

* [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738
       [not found] <bug-58188-4@http.gcc.gnu.org/bugzilla/>
  2013-08-20  6:18 ` [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738 mpolacek at gcc dot gnu.org
  2013-08-20  8:11 ` jakub at gcc dot gnu.org
@ 2013-08-20  8:57 ` paolo.carlini at oracle dot com
  2013-11-15 23:40 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-08-20  8:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-08-20
     Ever confirmed|0                           |1


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

* [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738
       [not found] <bug-58188-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-08-20  8:57 ` paolo.carlini at oracle dot com
@ 2013-11-15 23:40 ` paolo.carlini at oracle dot com
  2013-11-15 23:52 ` paolo at gcc dot gnu.org
  2013-11-15 23:55 ` paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-15 23:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> ---
This is also fixed in mainline. I'm adding the testcase and closing the bug.


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

* [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738
       [not found] <bug-58188-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-11-15 23:40 ` paolo.carlini at oracle dot com
@ 2013-11-15 23:52 ` paolo at gcc dot gnu.org
  2013-11-15 23:55 ` paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu.org @ 2013-11-15 23:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Fri Nov 15 23:51:23 2013
New Revision: 204881

URL: http://gcc.gnu.org/viewcvs?rev=204881&root=gcc&view=rev
Log:
2013-11-15  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58188
    * g++.dg/cpp0x/nsdmi-template8.C: New.

2013-11-15  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58725
    * g++.dg/cpp0x/nsdmi-template7.C: New.

2013-11-15  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58829
    * g++.dg/cpp0x/nsdmi-template6.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template6.C
    trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template7.C
    trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template8.C
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738
       [not found] <bug-58188-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-11-15 23:52 ` paolo at gcc dot gnu.org
@ 2013-11-15 23:55 ` paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-15 23:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.0

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Done.


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-58188-4@http.gcc.gnu.org/bugzilla/>
2013-08-20  6:18 ` [Bug c++/58188] ICE in gimple_add_tmp_var, at gimplify.c:738 mpolacek at gcc dot gnu.org
2013-08-20  8:11 ` jakub at gcc dot gnu.org
2013-08-20  8:57 ` paolo.carlini at oracle dot com
2013-11-15 23:40 ` paolo.carlini at oracle dot com
2013-11-15 23:52 ` paolo at gcc dot gnu.org
2013-11-15 23:55 ` 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).