public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams
       [not found] <bug-45382-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-14 15:31 ` rguenth at gcc dot gnu.org
  2010-10-14 15:33 ` rguenth at gcc dot gnu.org
  2011-09-23 12:44 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-14 15:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-10-14 15:31:42 UTC ---
Author: rguenth
Date: Thu Oct 14 15:31:36 2010
New Revision: 165471

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165471
Log:
2010-10-14  Richard Guenther  <rguenther@suse.de>

    PR lto/45382
    * g++.dg/lto/20101014-2_0.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/lto/20101014-2_0.C
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams
       [not found] <bug-45382-4@http.gcc.gnu.org/bugzilla/>
  2010-10-14 15:31 ` [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams rguenth at gcc dot gnu.org
@ 2010-10-14 15:33 ` rguenth at gcc dot gnu.org
  2011-09-23 12:44 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-14 15:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.10.14 15:33:17
      Known to work|                            |4.6.0
     Ever Confirmed|0                           |1
      Known to fail|                            |

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-10-14 15:33:17 UTC ---
Works on trunk.


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

* [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams
       [not found] <bug-45382-4@http.gcc.gnu.org/bugzilla/>
  2010-10-14 15:31 ` [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams rguenth at gcc dot gnu.org
  2010-10-14 15:33 ` rguenth at gcc dot gnu.org
@ 2011-09-23 12:44 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-09-23 12:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-23 12:42:38 UTC ---
Let's close this.


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

* [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams
  2010-08-22 22:00 [Bug c++/45382] New: internal compiler error: tree code ‘call_expr’ " mattst88 at gmail dot com
                   ` (2 preceding siblings ...)
  2010-08-23 10:16 ` jakub at gcc dot gnu dot org
@ 2010-08-23 20:07 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-08-23 20:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.2                       |---


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


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

* [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams
  2010-08-22 22:00 [Bug c++/45382] New: internal compiler error: tree code ‘call_expr’ " mattst88 at gmail dot com
  2010-08-22 22:01 ` [Bug c++/45382] " mattst88 at gmail dot com
  2010-08-23 10:10 ` jakub at gcc dot gnu dot org
@ 2010-08-23 10:16 ` jakub at gcc dot gnu dot org
  2010-08-23 20:07 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-08-23 10:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2010-08-23 10:16 -------
As can be seen in
inline unsigned long foo () { return 4; }
struct S { S (); };
void bar () { typedef int T[foo () == 4 ? 1 : -1]; }
S::S () { typedef int T[foo () == 4 ? 1 : -1]; }
the problem only happens in cdtors, thus probably related to the cdtor
duplication.


-- 


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


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

* [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams
  2010-08-22 22:00 [Bug c++/45382] New: internal compiler error: tree code ‘call_expr’ " mattst88 at gmail dot com
  2010-08-22 22:01 ` [Bug c++/45382] " mattst88 at gmail dot com
@ 2010-08-23 10:10 ` jakub at gcc dot gnu dot org
  2010-08-23 10:16 ` jakub at gcc dot gnu dot org
  2010-08-23 20:07 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-08-23 10:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2010-08-23 10:09 -------
Smaller testcase:

template<class T, unsigned long l>
inline unsigned long foo (T (&)[l]) { return l; }

struct S { char *s[4]; S (); };

S::S () { typedef int T[foo (s) == 4 ? 1 : -1]; }


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.2


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


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

* [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams
  2010-08-22 22:00 [Bug c++/45382] New: internal compiler error: tree code ‘call_expr’ " mattst88 at gmail dot com
@ 2010-08-22 22:01 ` mattst88 at gmail dot com
  2010-08-23 10:10 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: mattst88 at gmail dot com @ 2010-08-22 22:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mattst88 at gmail dot com  2010-08-22 22:01 -------
Created an attachment (id=21546)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21546&action=view)
SmallStrings.i from webkit-gtk-1.2.3


-- 


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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45382-4@http.gcc.gnu.org/bugzilla/>
2010-10-14 15:31 ` [Bug c++/45382] internal compiler error: tree code ‘call_expr’ is not supported in gimple streams rguenth at gcc dot gnu.org
2010-10-14 15:33 ` rguenth at gcc dot gnu.org
2011-09-23 12:44 ` paolo.carlini at oracle dot com
2010-08-22 22:00 [Bug c++/45382] New: internal compiler error: tree code ‘call_expr’ " mattst88 at gmail dot com
2010-08-22 22:01 ` [Bug c++/45382] " mattst88 at gmail dot com
2010-08-23 10:10 ` jakub at gcc dot gnu dot org
2010-08-23 10:16 ` jakub at gcc dot gnu dot org
2010-08-23 20:07 ` rguenth at gcc dot gnu dot 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).