public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28239]  New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
@ 2006-07-04  0:28 tbm at cyrius dot com
  2006-07-04  0:33 ` [Bug c++/28239] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tbm at cyrius dot com @ 2006-07-04  0:28 UTC (permalink / raw)
  To: gcc-bugs

I get the following ICE with gcc 4.2 on invalid code:

(sid)5059:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/g++ -c mini.c
mini.c:1: error: 'SelectedStyle' has not been declared
mini.c: In function 'int SelectedStyle(bool)':
mini.c:1: error: only constructors take base initializers
mini.c:1: error: '_' was not declared in this scope
mini.c:2: error: '_sw_group' was not declared in this scope
mini.c:4: error: expected `)' at end of input
mini.c:4: error: expected `{' at end of input
mini.c:4: internal compiler error: in gimple_add_tmp_var, at gimplify.c:694
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
zsh: exit 1     /usr/lib/gcc-snapshot/bin/g++ -c mini.c
(sid)5060:tbm@test: ~/delta/bin] more mini.c
SelectedStyle::SelectedStyle (bool layout):_desktop (__null), _table (2, 6),
_fill_label (_("F:")),
_popup_mm (_sw_group), _sw_unit (__null), _tooltips (), _drop ((void *[])
                                                               {
                                                               0, 0}


-- 
           Summary: [4.2 regression] ICE in gimple_add_tmp_var, at
                    gimplify.c:720
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com


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


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

* [Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
@ 2006-07-04  0:33 ` pinskia at gcc dot gnu dot org
  2006-07-17  3:03 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-04  0:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-07-04 00:33 -------
Confirmed, reduced testcase:
int f ( bool a ) :  _drop (  (void *[]) { 0, 0}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-07-04 00:33:35
               date|                            |
   Target Milestone|---                         |4.2.0


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


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

* [Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
  2006-07-04  0:33 ` [Bug c++/28239] " pinskia at gcc dot gnu dot org
@ 2006-07-17  3:03 ` mmitchel at gcc dot gnu dot org
  2006-08-12 21:22 ` janis at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-07-17  3:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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


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

* [Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
  2006-07-04  0:33 ` [Bug c++/28239] " pinskia at gcc dot gnu dot org
  2006-07-17  3:03 ` mmitchel at gcc dot gnu dot org
@ 2006-08-12 21:22 ` janis at gcc dot gnu dot org
  2007-05-14 21:36 ` [Bug c++/28239] [4.2/4.3 " mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-08-12 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis at gcc dot gnu dot org  2006-08-12 21:22 -------
A regression hunt on powerpc-linux using the testcase from comment #1
identified this patch:

    http://gcc.gnu.org/viewcvs?view=rev&rev=114119

    r114119 | mmitchel | 2006-05-25 20:18:26 +0000 (Thu, 25 May 2006)


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/28239] [4.2/4.3 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (2 preceding siblings ...)
  2006-08-12 21:22 ` janis at gcc dot gnu dot org
@ 2007-05-14 21:36 ` mmitchel at gcc dot gnu dot org
  2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2007-05-14 22:27 -------
Will not be fixed in 4.2.0; retargeting at 4.2.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |4.2.1


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


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

* [Bug c++/28239] [4.2/4.3 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (3 preceding siblings ...)
  2007-05-14 21:36 ` [Bug c++/28239] [4.2/4.3 " mmitchel at gcc dot gnu dot org
@ 2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
  2007-09-02 17:12 ` pcarlini at suse dot de
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-20  3:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.1                       |4.2.2


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


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

* [Bug c++/28239] [4.2/4.3 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (4 preceding siblings ...)
  2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
@ 2007-09-02 17:12 ` pcarlini at suse dot de
  2007-10-09 19:28 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pcarlini at suse dot de @ 2007-09-02 17:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pcarlini at suse dot de  2007-09-02 17:12 -------
On it.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/28239] [4.2/4.3 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (5 preceding siblings ...)
  2007-09-02 17:12 ` pcarlini at suse dot de
@ 2007-10-09 19:28 ` mmitchel at gcc dot gnu dot org
  2008-02-01 16:55 ` jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mmitchel at gcc dot gnu dot org  2007-10-09 19:22 -------
Change target milestone to 4.2.3, as 4.2.2 has been released.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |4.2.3


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


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

* [Bug c++/28239] [4.2/4.3 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (6 preceding siblings ...)
  2007-10-09 19:28 ` mmitchel at gcc dot gnu dot org
@ 2008-02-01 16:55 ` jsm28 at gcc dot gnu dot org
  2008-04-12 20:48 ` [Bug c++/28239] [4.2 " reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 16:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jsm28 at gcc dot gnu dot org  2008-02-01 16:53 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.3                       |4.2.4


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


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

* [Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (7 preceding siblings ...)
  2008-02-01 16:55 ` jsm28 at gcc dot gnu dot org
@ 2008-04-12 20:48 ` reichelt at gcc dot gnu dot org
  2008-04-13 17:08 ` pcarlini at suse dot de
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-04-12 20:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from reichelt at gcc dot gnu dot org  2008-04-12 20:47 -------
Fixed on mainline and 4.3 branch.
Probably by the patch for PR35708.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4 regression] ICE|[4.2 regression] ICE in
                   |in gimple_add_tmp_var, at   |gimple_add_tmp_var, at
                   |gimplify.c:720              |gimplify.c:720


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


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

* [Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (8 preceding siblings ...)
  2008-04-12 20:48 ` [Bug c++/28239] [4.2 " reichelt at gcc dot gnu dot org
@ 2008-04-13 17:08 ` pcarlini at suse dot de
  2008-05-19 20:25 ` jsm28 at gcc dot gnu dot org
  2009-03-30 17:00 ` jsm28 at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pcarlini at suse dot de @ 2008-04-13 17:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pcarlini at suse dot de     |unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (9 preceding siblings ...)
  2008-04-13 17:08 ` pcarlini at suse dot de
@ 2008-05-19 20:25 ` jsm28 at gcc dot gnu dot org
  2009-03-30 17:00 ` jsm28 at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jsm28 at gcc dot gnu dot org  2008-05-19 20:22 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720
  2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
                   ` (10 preceding siblings ...)
  2008-05-19 20:25 ` jsm28 at gcc dot gnu dot org
@ 2009-03-30 17:00 ` jsm28 at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-30 17:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jsm28 at gcc dot gnu dot org  2009-03-30 17:00 -------
Closing 4.2 branch, fixed in 4.3.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|                            |4.2.5
      Known to work|                            |4.3.1
         Resolution|                            |FIXED
   Target Milestone|4.2.5                       |4.3.1


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


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

end of thread, other threads:[~2009-03-30 17:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-04  0:28 [Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720 tbm at cyrius dot com
2006-07-04  0:33 ` [Bug c++/28239] " pinskia at gcc dot gnu dot org
2006-07-17  3:03 ` mmitchel at gcc dot gnu dot org
2006-08-12 21:22 ` janis at gcc dot gnu dot org
2007-05-14 21:36 ` [Bug c++/28239] [4.2/4.3 " mmitchel at gcc dot gnu dot org
2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
2007-09-02 17:12 ` pcarlini at suse dot de
2007-10-09 19:28 ` mmitchel at gcc dot gnu dot org
2008-02-01 16:55 ` jsm28 at gcc dot gnu dot org
2008-04-12 20:48 ` [Bug c++/28239] [4.2 " reichelt at gcc dot gnu dot org
2008-04-13 17:08 ` pcarlini at suse dot de
2008-05-19 20:25 ` jsm28 at gcc dot gnu dot org
2009-03-30 17:00 ` jsm28 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).