public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138
       [not found] <bug-23162-4030@http.gcc.gnu.org/bugzilla/>
@ 2005-11-21  2:34 ` gdr at gcc dot gnu dot org
  2006-03-01  3:59 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-11-21  2:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from gdr at gcc dot gnu dot org  2005-11-21 02:34 -------
Postponed until GCC 3.4.6


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org
   Target Milestone|3.4.5                       |3.4.6


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


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

* [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138
       [not found] <bug-23162-4030@http.gcc.gnu.org/bugzilla/>
  2005-11-21  2:34 ` [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138 gdr at gcc dot gnu dot org
@ 2006-03-01  3:59 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-03-01  3:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from gdr at gcc dot gnu dot org  2006-03-01 03:59 -------
Unlikely to be fixed in 3.4.6


-- 

gdr at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138
  2005-07-31 15:52 [Bug c++/23162] New: " mki at maconomy dot dk
                   ` (2 preceding siblings ...)
  2005-08-01 13:45 ` mki at maconomy dot dk
@ 2005-08-02  1:51 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-08-02  1:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2005-08-02 01:51 -------
The testcase fails on all 3.4 releases on hppa-unknown-linux-gnu (i.e.,
the failure isn't specific to hpux).

--disable-checking has no effect in this case as the ICE is generated
by calling abort.


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


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


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

* [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138
  2005-07-31 15:52 [Bug c++/23162] New: " mki at maconomy dot dk
  2005-07-31 17:34 ` [Bug c++/23162] [3.4 only] " pinskia at gcc dot gnu dot org
  2005-07-31 17:40 ` pinskia at gcc dot gnu dot org
@ 2005-08-01 13:45 ` mki at maconomy dot dk
  2005-08-02  1:51 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: mki at maconomy dot dk @ 2005-08-01 13:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mki at maconomy dot dk  2005-08-01 13:45 -------
Forgot to mention:

The ICE seems to be platform specific. My testcase works on linux with 3.3.4,
3.4.3 and 4.0.1. 

It thus (to me) seems slightly related to PR c++/21123... (But
--disable-checking makes no difference.)

-- 


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


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

* [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138
  2005-07-31 15:52 [Bug c++/23162] New: " mki at maconomy dot dk
  2005-07-31 17:34 ` [Bug c++/23162] [3.4 only] " pinskia at gcc dot gnu dot org
@ 2005-07-31 17:40 ` pinskia at gcc dot gnu dot org
  2005-08-01 13:45 ` mki at maconomy dot dk
  2005-08-02  1:51 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 17:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 17:35 -------
We have an aggr_init_expr here.

-- 


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


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

* [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138
  2005-07-31 15:52 [Bug c++/23162] New: " mki at maconomy dot dk
@ 2005-07-31 17:34 ` pinskia at gcc dot gnu dot org
  2005-07-31 17:40 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 17:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 17:32 -------
Confirmed, this is really fixed on 4.0.0 and above.

I don't know if this is going to be fixed on the 3.4 branch as it was fixed for 4.0 by the merge of the 
tree-ssa which is too big to merge into the 3.4 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.4.5
      Known to work|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-31 17:32:30
               date|                            |
            Summary|internal compiler error: in |[3.4 only] internal compiler
                   |c_expand_expr, at c-        |error: in c_expand_expr, at
                   |common.c:4138               |c-common.c:4138
   Target Milestone|---                         |3.4.5


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


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

end of thread, other threads:[~2006-03-01  3:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23162-4030@http.gcc.gnu.org/bugzilla/>
2005-11-21  2:34 ` [Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138 gdr at gcc dot gnu dot org
2006-03-01  3:59 ` gdr at gcc dot gnu dot org
2005-07-31 15:52 [Bug c++/23162] New: " mki at maconomy dot dk
2005-07-31 17:34 ` [Bug c++/23162] [3.4 only] " pinskia at gcc dot gnu dot org
2005-07-31 17:40 ` pinskia at gcc dot gnu dot org
2005-08-01 13:45 ` mki at maconomy dot dk
2005-08-02  1:51 ` danglin 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).