public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <bug-8081-623@http.gcc.gnu.org/bugzilla/>
@ 2005-11-04 15:33 ` pinskia at gcc dot gnu dot org
  2008-01-23 15:13 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-04 15:33 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 821 bytes --]



------- Comment #18 from pinskia at gcc dot gnu dot org  2005-11-04 15:33 -------
Still fails on the mainline:
t.c: In function ‘main’:
t.c:15: internal compiler error: in assign_stack_temp_for_type, at
function.c:595
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.5 4.0.2                 |3.4.5 4.0.2 4.1.0
      Known to work|4.1.0                       |
   Last reconfirmed|2005-05-04 02:30:45         |2005-11-04 15:33:36
               date|                            |


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <bug-8081-623@http.gcc.gnu.org/bugzilla/>
  2005-11-04 15:33 ` [Bug middle-end/8081] ICE with variably sized types and nested functions pinskia at gcc dot gnu dot org
@ 2008-01-23 15:13 ` debian-gcc at lists dot debian dot org
  2009-12-30  1:00 ` debian-gcc at lists dot debian dot org
  2009-12-30  1:25 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 11+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2008-01-23 15:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from debian-gcc at lists dot debian dot org  2008-01-23 14:38 -------
$ gcc-4.3 --version
gcc-4.3 (Debian 4.3-20080116-1) 4.3.0 20080116 (experimental) [trunk revision
131577]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gcc-4.3 -O2 -Wall -g foo.c
foo.c: In function 'main':
foo.c:5: warning: unused variable 'i'
foo.c:15: internal compiler error: in declare_return_variable, at
tree-inline.c:1791
Please submit a full bug report,
with preprocessed source if appropriate.


-- 


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <bug-8081-623@http.gcc.gnu.org/bugzilla/>
  2005-11-04 15:33 ` [Bug middle-end/8081] ICE with variably sized types and nested functions pinskia at gcc dot gnu dot org
  2008-01-23 15:13 ` debian-gcc at lists dot debian dot org
@ 2009-12-30  1:00 ` debian-gcc at lists dot debian dot org
  2009-12-30  1:25 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 11+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-12-30  1:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from debian-gcc at lists dot debian dot org  2009-12-30 01:00 -------
reconfirmed with 4.5 20091228. please could somebody update the "Known to fail"
field?

  Matthias

$ /usr/lib/gcc-snapshot/bin/gcc foo.m 
foo.m: In function 'main':
foo.m:15:18: internal compiler error: in assign_stack_temp_for_type, at
function.c:703
Please submit a full bug report,
with preprocessed source if appropriate.


-- 


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <bug-8081-623@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2009-12-30  1:00 ` debian-gcc at lists dot debian dot org
@ 2009-12-30  1:25 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 11+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-30  1:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from paolo dot carlini at oracle dot com  2009-12-30 01:25 -------
Done (I'm trusting you blindly)


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.5 4.0.2 4.1.0           |3.4.5 4.0.2 4.1.0 4.5.0


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <bug-8081-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-11 15:56 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-11 15:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #22 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-11 15:53:51 UTC ---
*** Bug 21374 has been marked as a duplicate of this bug. ***


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <20020928102600.8081.naveens@noida.hcltech.com>
                   ` (4 preceding siblings ...)
  2005-08-18 11:52 ` pinskia at gcc dot gnu dot org
@ 2005-08-29 10:19 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-08-29 10:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-08-29 10:12 -------
Mainline no longer ICEs on the testcase.  3.4.5 shows

pr8081.c:15: internal compiler error: in assign_stack_temp_for_type, at
function.c:658

while 4.0.2 now aborts in

pr8081.c:15: internal compiler error: in declare_return_variable, at
tree-inline.c:913

which is sort of a regression for 4.0.2 ;)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|tree-ssa                    |3.4.5 4.0.2
      Known to work|                            |4.1.0


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <20020928102600.8081.naveens@noida.hcltech.com>
                   ` (3 preceding siblings ...)
  2005-07-21  0:11 ` pinskia at gcc dot gnu dot org
@ 2005-08-18 11:52 ` pinskia at gcc dot gnu dot org
  2005-08-29 10:19 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-18 11:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-18 11:50 -------
*** Bug 23456 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <20020928102600.8081.naveens@noida.hcltech.com>
                   ` (2 preceding siblings ...)
  2005-05-19 14:18 ` pinskia at gcc dot gnu dot org
@ 2005-07-21  0:11 ` pinskia at gcc dot gnu dot org
  2005-08-18 11:52 ` pinskia at gcc dot gnu dot org
  2005-08-29 10:19 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-21  0:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-20 23:49 -------
*** Bug 22581 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |befree_fr at mac dot com


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <20020928102600.8081.naveens@noida.hcltech.com>
  2005-02-02  4:26 ` pinskia at gcc dot gnu dot org
  2005-05-04  2:30 ` pinskia at gcc dot gnu dot org
@ 2005-05-19 14:18 ` pinskia at gcc dot gnu dot org
  2005-07-21  0:11 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-19 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-19 14:18 -------
*** Bug 21663 has been marked as a duplicate of this bug. ***

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


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <20020928102600.8081.naveens@noida.hcltech.com>
  2005-02-02  4:26 ` pinskia at gcc dot gnu dot org
@ 2005-05-04  2:30 ` pinskia at gcc dot gnu dot org
  2005-05-19 14:18 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-04  2:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-04 02:30 -------
I also filed PR 21374 for a tree dumping ICE.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-05-04 02:26:07         |2005-05-04 02:30:45
               date|                            |


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


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

* [Bug middle-end/8081] ICE with variably sized types and nested functions
       [not found] <20020928102600.8081.naveens@noida.hcltech.com>
@ 2005-02-02  4:26 ` pinskia at gcc dot gnu dot org
  2005-05-04  2:30 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-02  4:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-02 04:26 -------
Actually I think I was wrong with respect with the tree-ssa/4.0.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-11-03 14:38:39         |2005-02-02 04:26:48
               date|                            |


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


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

end of thread, other threads:[~2012-01-11 15:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-8081-623@http.gcc.gnu.org/bugzilla/>
2005-11-04 15:33 ` [Bug middle-end/8081] ICE with variably sized types and nested functions pinskia at gcc dot gnu dot org
2008-01-23 15:13 ` debian-gcc at lists dot debian dot org
2009-12-30  1:00 ` debian-gcc at lists dot debian dot org
2009-12-30  1:25 ` paolo dot carlini at oracle dot com
     [not found] <bug-8081-4@http.gcc.gnu.org/bugzilla/>
2012-01-11 15:56 ` rguenth at gcc dot gnu.org
     [not found] <20020928102600.8081.naveens@noida.hcltech.com>
2005-02-02  4:26 ` pinskia at gcc dot gnu dot org
2005-05-04  2:30 ` pinskia at gcc dot gnu dot org
2005-05-19 14:18 ` pinskia at gcc dot gnu dot org
2005-07-21  0:11 ` pinskia at gcc dot gnu dot org
2005-08-18 11:52 ` pinskia at gcc dot gnu dot org
2005-08-29 10:19 ` 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).