public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12042] New: AltiVec array initializer: internal compiler error: Segmentation fault
@ 2003-08-24  0:06 james at klicman dot org
  2003-08-24  0:11 ` [Bug c/12042] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: james at klicman dot org @ 2003-08-24  0:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: AltiVec array initializer: internal compiler error:
                    Segmentation fault
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: james at klicman dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-unknown-linux-gnu
  GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu

#include <altivec.h>

static const vector signed short PostScale[8] = {
    (vector signed short){4095, 5681, 5351, 4816, 4095, 4816, 5351, 5681},
    (vector signed short){5681, 7880, 7422, 6680, 5681, 6680, 7422, 7880},
    (vector signed short){5351, 7422, 6992, 6292, 5351, 6292, 6992, 7422},
    (vector signed short){4816, 6680, 6292, 5663, 4816, 5663, 6292, 6680},
    (vector signed short){4095, 5681, 5351, 4816, 4095, 4816, 5351, 5681},
    (vector signed short){4816, 6680, 6292, 5663, 4816, 5663, 6292, 6680},
    (vector signed short){5351, 7422, 6992, 6292, 5351, 6292, 6992, 7422},
    (vector signed short){5681, 7880, 7422, 6680, 5681, 6680, 7422, 7880}
};


$ gcc -maltivec -mabi=altivec -c foo.c 
foo.c:12: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug c/12042] AltiVec array initializer: internal compiler error: Segmentation fault
  2003-08-24  0:06 [Bug c/12042] New: AltiVec array initializer: internal compiler error: Segmentation fault james at klicman dot org
@ 2003-08-24  0:11 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-24  0:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-24 00:11 -------
This is a dup of bug 11949.

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


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

end of thread, other threads:[~2003-08-24  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-24  0:06 [Bug c/12042] New: AltiVec array initializer: internal compiler error: Segmentation fault james at klicman dot org
2003-08-24  0:11 ` [Bug c/12042] " 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).