This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/13785] New: powerpc64 long long ICE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]