public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/40866]  New: [4.5 Regression] ICE in create_tmp_var, at gimplify.c:504
@ 2009-07-26 22:08 dfranke at gcc dot gnu dot org
  2009-07-26 22:10 ` [Bug c++/40866] " dfranke at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2009-07-26 22:08 UTC (permalink / raw)
  To: gcc-bugs

The code below used to compile fine. I'll also attach a preprocessed version as
it depends on Qt4.

$> cat ice.cpp
#include <QDialog>

class myDialog : public QDialog {
public:
  myDialog();
};

myDialog::myDialog() {
  foreach (QAction *action, actions()) {
  }
}

$> g++-svn -g -Wall -I. -I/usr/include/qt4 -I/usr/include/qt4/QtGui -c ice.cpp
ice.cpp: In constructor 'myDialog::myDialog()':
ice.cpp:9:3: warning: unused variable 'action'
ice.cpp: In constructor 'myDialog::myDialog()':
ice.cpp:9:3: internal compiler error: in create_tmp_var, at gimplify.c:504
Please submit a full bug report

$> g++-svn -v
gcc version 4.5.0 20090725 (experimental) (GCC)


-- 
           Summary: [4.5 Regression] ICE in create_tmp_var, at
                    gimplify.c:504
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dfranke at gcc dot gnu dot org


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


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

end of thread, other threads:[~2011-08-28 10:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40866-4@http.gcc.gnu.org/bugzilla/>
2011-03-12 22:40 ` [Bug c++/40866] [4.5 Regression] ICE in create_tmp_var, at gimplify.c:504 tkoenig at gcc dot gnu.org
2011-03-12 23:14 ` tkoenig at gcc dot gnu.org
2011-03-12 23:14 ` tkoenig at gcc dot gnu.org
2011-08-28 11:18 ` tkoenig at gcc dot gnu.org
2009-07-26 22:08 [Bug c++/40866] New: " dfranke at gcc dot gnu dot org
2009-07-26 22:10 ` [Bug c++/40866] " dfranke at gcc dot gnu dot org
2009-07-27  9:13 ` rguenth at gcc dot gnu dot org
2009-07-27  9:42 ` rguenth at gcc dot gnu dot org
2009-07-29 23:02 ` jsm28 at gcc dot gnu dot org
2009-08-06 19:43 ` dodji at gcc dot gnu dot org
2009-08-07 13:20 ` dodji at redhat dot com
2009-08-10  7:16 ` dodji at gcc dot gnu dot org
2009-08-10  7:17 ` dodji at gcc dot gnu dot org
2009-08-16 20:25 ` hjl 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).