public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27230]  New: many obj-c++.dg tests ICE in rs6000_output_function_epilogue
@ 2006-04-20 21:46 janis at gcc dot gnu dot org
  2006-04-20 21:48 ` [Bug target/27230] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-04-20 21:46 UTC (permalink / raw)
  To: gcc-bugs

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

On powerpc64-unknown-linux-gnu with -m64, 85 tests in obj-c++.dg fail with:

elm3b11% /opt/gcc-nightly/trunk-20060420/bin/g++ -c -m64 basic.mm
basic.mm: In function ‘void __objc_gnu_init()’:
basic.mm:21: internal compiler error: in rs6000_output_function_epilogue, at
config/rs6000/rs6000.c:15346
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This has apparently never worked on the FSF tree for this target.


-- 
           Summary: many obj-c++.dg tests ICE in
                    rs6000_output_function_epilogue
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org
GCC target triplet: powerpc64-unknown-linux-gnu


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


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

* [Bug target/27230] many obj-c++.dg tests ICE in rs6000_output_function_epilogue
  2006-04-20 21:46 [Bug target/27230] New: many obj-c++.dg tests ICE in rs6000_output_function_epilogue janis at gcc dot gnu dot org
@ 2006-04-20 21:48 ` pinskia at gcc dot gnu dot org
  2006-04-20 21:50 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-20 21:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-04-20 21:48 -------


*** This bug has been marked as a duplicate of 24955 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug target/27230] many obj-c++.dg tests ICE in rs6000_output_function_epilogue
  2006-04-20 21:46 [Bug target/27230] New: many obj-c++.dg tests ICE in rs6000_output_function_epilogue janis at gcc dot gnu dot org
  2006-04-20 21:48 ` [Bug target/27230] " pinskia at gcc dot gnu dot org
@ 2006-04-20 21:50 ` pinskia at gcc dot gnu dot org
  2006-04-21  1:52 ` amodra at bigpond dot net dot au
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-20 21:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-04-20 21:50 -------
Let me reopen this for a second but really this is a dup of bug 24955 but maybe
there is a language type defined for objc++ and it is not yet implemented in
GCC.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


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


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

* [Bug target/27230] many obj-c++.dg tests ICE in rs6000_output_function_epilogue
  2006-04-20 21:46 [Bug target/27230] New: many obj-c++.dg tests ICE in rs6000_output_function_epilogue janis at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-04-21  1:52 ` amodra at bigpond dot net dot au
@ 2006-04-21  1:52 ` amodra at gcc dot gnu dot org
  2006-04-21  1:53 ` amodra at bigpond dot net dot au
  4 siblings, 0 replies; 6+ messages in thread
From: amodra at gcc dot gnu dot org @ 2006-04-21  1:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from amodra at gcc dot gnu dot org  2006-04-21 01:52 -------
Subject: Bug 27230

Author: amodra
Date: Fri Apr 21 01:52:13 2006
New Revision: 113130

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113130
Log:
        PR target/27230
        * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
        C++ lang type in traceback table for Objective-C++.

        * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Update comment.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.c


-- 


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


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

* [Bug target/27230] many obj-c++.dg tests ICE in rs6000_output_function_epilogue
  2006-04-20 21:46 [Bug target/27230] New: many obj-c++.dg tests ICE in rs6000_output_function_epilogue janis at gcc dot gnu dot org
  2006-04-20 21:48 ` [Bug target/27230] " pinskia at gcc dot gnu dot org
  2006-04-20 21:50 ` pinskia at gcc dot gnu dot org
@ 2006-04-21  1:52 ` amodra at bigpond dot net dot au
  2006-04-21  1:52 ` amodra at gcc dot gnu dot org
  2006-04-21  1:53 ` amodra at bigpond dot net dot au
  4 siblings, 0 replies; 6+ messages in thread
From: amodra at bigpond dot net dot au @ 2006-04-21  1:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |amodra at bigpond dot net
                   |dot org                     |dot au
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-21 01:52:45
               date|                            |


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


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

* [Bug target/27230] many obj-c++.dg tests ICE in rs6000_output_function_epilogue
  2006-04-20 21:46 [Bug target/27230] New: many obj-c++.dg tests ICE in rs6000_output_function_epilogue janis at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-04-21  1:52 ` amodra at gcc dot gnu dot org
@ 2006-04-21  1:53 ` amodra at bigpond dot net dot au
  4 siblings, 0 replies; 6+ messages in thread
From: amodra at bigpond dot net dot au @ 2006-04-21  1:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from amodra at bigpond dot net dot au  2006-04-21 01:53 -------
Fixed mainline.


-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-20 21:46 [Bug target/27230] New: many obj-c++.dg tests ICE in rs6000_output_function_epilogue janis at gcc dot gnu dot org
2006-04-20 21:48 ` [Bug target/27230] " pinskia at gcc dot gnu dot org
2006-04-20 21:50 ` pinskia at gcc dot gnu dot org
2006-04-21  1:52 ` amodra at bigpond dot net dot au
2006-04-21  1:52 ` amodra at gcc dot gnu dot org
2006-04-21  1:53 ` amodra at bigpond dot net dot au

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).