public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/24955]  New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204
@ 2005-11-20  9:28 aj at gcc dot gnu dot org
  2005-11-21  2:05 ` [Bug target/24955] ICE: rs6000_output_function_epilogue with treelang code pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: aj at gcc dot gnu dot org @ 2005-11-20  9:28 UTC (permalink / raw)
  To: gcc-bugs

Running the GCC treelang testsuite, I see the following ICE:

Executing on host: /abuild/aj/gcc/gcc/xgcc -B/abuild/aj/gcc/gcc/
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/treelang/compile/badreturn.tree
   -S  -m64 -o badreturn.s    (timeout = 300)
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/treelang/compile/badreturn.tree:
In function 'bar':
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/treelang/compile/badreturn.tree:8:
warning: redundant expression in return
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/treelang/compile/badreturn.tree:6:
internal compiler error: in rs6000_output_function_epilogue, a
t config/rs6000/rs6000.c:15204
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/treelang/compile/badreturn.tree:
In function 'bar':
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/treelang/compile/badreturn.tree:8:
warning: redundant expression in return
/aj-cvs/gcc-svn/branches/gcc-4_1-branch/gcc/testsuite/treelang/compile/badreturn.tree:6:
internal compiler error: in rs6000_output_function_epilogue, at
config/rs6000/rs6000.c:15204
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

PASS: treelang/compile/badreturn.tree  (test for warnings, line 8)
FAIL: treelang/compile/badreturn.tree  (test for errors, line 13)
FAIL: treelang/compile/badreturn.tree (test for excess errors)

compiler used is:
 /opt/gcc/4.1-devel/bin/gcc -v
Using built-in specs.
Target: powerpc64-suse-linux-gnu
Configured with: /aj-cvs/gcc-svn/branches/gcc-4_1-branch/configure
--prefix=/opt/gcc/4.1-devel --enable-checking=misc,tree,gc,rtl,rtlflag,assert
--enable-threads=posix --enable-clocale=gnu --enable-__cxa_atexit
--enable-shared --enable-languages=c,c++,treelang,java,f95,objc
--with-system-zlib --with-cpu=default32 powerpc64-suse-linux-gnu
Thread model: posix
gcc version 4.1.0 20051119 (prerelease)


-- 
           Summary: ICE: rs6000_output_function_epilogue, at
                    config/rs6000/rs6000.c:15204
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aj at gcc dot gnu dot org
 GCC build triplet: powerpc64-linux-gnu
  GCC host triplet: powerpc64-linux-gnu
GCC target triplet: powerpc64-linux-gnu


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


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

* [Bug target/24955] ICE: rs6000_output_function_epilogue with treelang code
  2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
@ 2005-11-21  2:05 ` pinskia at gcc dot gnu dot org
  2005-11-21  2:08 ` [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 dje at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-21  2:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-21 02:05 -------
Confirmed, only with treelang code this can happen.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-21 02:05:30
               date|                            |
            Summary|ICE:                        |ICE:
                   |rs6000_output_function_epilo|rs6000_output_function_epilo
                   |gue, at                     |gue with treelang code
                   |config/rs6000/rs6000.c:15204|


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


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

* [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204
  2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
  2005-11-21  2:05 ` [Bug target/24955] ICE: rs6000_output_function_epilogue with treelang code pinskia at gcc dot gnu dot org
@ 2005-11-21  2:08 ` dje at gcc dot gnu dot org
  2005-11-21  6:13 ` aj at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-11-21  2:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dje at gcc dot gnu dot org  2005-11-21 02:08 -------
This one is nonsense.  We do not have a language type for Treelang.  So what?


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|ice-on-valid-code           |
         Resolution|                            |WONTFIX
            Summary|ICE:                        |ICE:
                   |rs6000_output_function_epilo|rs6000_output_function_epilo
                   |gue with treelang code      |gue, at
                   |                            |config/rs6000/rs6000.c:15204


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


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

* [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204
  2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
  2005-11-21  2:05 ` [Bug target/24955] ICE: rs6000_output_function_epilogue with treelang code pinskia at gcc dot gnu dot org
  2005-11-21  2:08 ` [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 dje at gcc dot gnu dot org
@ 2005-11-21  6:13 ` aj at gcc dot gnu dot org
  2005-11-21 18:57 ` dje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: aj at gcc dot gnu dot org @ 2005-11-21  6:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from aj at gcc dot gnu dot org  2005-11-21 06:13 -------
Why did you close this as wontfix?  I agree this is not release critical but it
should be fixed IMO.


-- 

aj at gcc dot gnu dot org changed:

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


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


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

* [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204
  2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-21  6:13 ` aj at gcc dot gnu dot org
@ 2005-11-21 18:57 ` dje at gcc dot gnu dot org
  2005-11-21 19:47 ` aj at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-11-21 18:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dje at gcc dot gnu dot org  2005-11-21 18:57 -------
Treelang is a sample language.  There is no language type defined for it in any
ABI and no reason to create a type.  This actually is a good test that the
assert works for undefined languages.


-- 


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


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

* [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204
  2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-11-21 18:57 ` dje at gcc dot gnu dot org
@ 2005-11-21 19:47 ` aj at gcc dot gnu dot org
  2006-04-20 21:48 ` pinskia at gcc dot gnu dot org
  2006-04-24  1:56 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: aj at gcc dot gnu dot org @ 2005-11-21 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from aj at gcc dot gnu dot org  2005-11-21 19:47 -------
Ok, understood


-- 

aj at gcc dot gnu dot org changed:

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


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


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

* [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204
  2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-11-21 19:47 ` aj at gcc dot gnu dot org
@ 2006-04-20 21:48 ` pinskia at gcc dot gnu dot org
  2006-04-24  1:56 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-20 21:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-04-20 21:48 -------
*** Bug 27230 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204
  2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-04-20 21:48 ` pinskia at gcc dot gnu dot org
@ 2006-04-24  1:56 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-24  1:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-04-24 01:56 -------
*** Bug 27275 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-04-24  1:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-20  9:28 [Bug target/24955] New: ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 aj at gcc dot gnu dot org
2005-11-21  2:05 ` [Bug target/24955] ICE: rs6000_output_function_epilogue with treelang code pinskia at gcc dot gnu dot org
2005-11-21  2:08 ` [Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204 dje at gcc dot gnu dot org
2005-11-21  6:13 ` aj at gcc dot gnu dot org
2005-11-21 18:57 ` dje at gcc dot gnu dot org
2005-11-21 19:47 ` aj at gcc dot gnu dot org
2006-04-20 21:48 ` pinskia at gcc dot gnu dot org
2006-04-24  1:56 ` pinskia 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).