public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/13785] New: powerpc64 long long ICE
@ 2004-01-21  5:20 dhazeghi at yahoo dot com
  2004-01-21  5:21 ` [Bug target/13785] " dhazeghi at yahoo dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21  5:20 UTC (permalink / raw)
  To: gcc-bugs

mainline with just -mcpu=G5 ICEs with the following (from PR13778):
union tree_node;
typedef union tree_node *tree;

struct lang_hooks
{
  long long (*get_alias_set) (tree);
} lang_hooks;

long long
get_alias_set (tree t)
{
  return (*lang_hooks.get_alias_set) (t);
}

-- 
           Summary: powerpc64 long long ICE
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org,lucier at math dot
                    purdue dot edu,pinskia at gcc dot gnu dot org
GCC target triplet: powerpc-apple-darwin7.2.0


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


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

end of thread, other threads:[~2004-01-27 13:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-21  5:20 [Bug target/13785] New: powerpc64 long long ICE dhazeghi at yahoo dot com
2004-01-21  5:21 ` [Bug target/13785] " dhazeghi at yahoo dot com
2004-01-21  5:31 ` dhazeghi at yahoo dot com
2004-01-21  6:54 ` pinskia at gcc dot gnu dot org
2004-01-21 18:32 ` pinskia at gcc dot gnu dot org
2004-01-21 18:39 ` pinskia at gcc dot gnu dot org
2004-01-21 18:44 ` pinskia at gcc dot gnu dot org
2004-01-21 20:28 ` pinskia at gcc dot gnu dot org
2004-01-21 21:00 ` pinskia at gcc dot gnu dot org
2004-01-22  2:44 ` cvs-commit at gcc dot gnu dot org
2004-01-22  2:47 ` cvs-commit at gcc dot gnu dot org
2004-01-22  2:48 ` pinskia at gcc dot gnu dot org
2004-01-27 13:12 ` cvs-commit 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).