public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/53592] New: ICE when hitting assigment to component of SSE vector_type
@ 2012-06-06 14:27 georggcc at googlemail dot com
  2012-06-11 10:15 ` [Bug ada/53592] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: georggcc at googlemail dot com @ 2012-06-06 14:27 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53592
           Summary: ICE when hitting assigment to component of SSE
                    vector_type
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: georggcc@googlemail.com


Created attachment 27564
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27564
complete source text (ssa_view.ada)

The subject line is a guess from GCC's final error message:

gnatchop  -w ssa_view.ada && gnatmake -gnatwa ssa_view.adb
splitting ssa_view.ada into:
   ssa_view.ads
   ssa_view.adb
gcc -c -gnatwa ssa_view.adb
ssa_view.adb:4:36: warning: formal parameter "x1" is not referenced
ssa_view.adb: In function 'Ssa_View.Test_View_Ssa_Lhs':
ssa_view.adb:11:1: error: conversion of an SSA_NAME on the left hand side
VIEW_CONVERT_EXPR<ssa_view__fpt[2]>(result_2);

VIEW_CONVERT_EXPR<ssa_view__fpt[2]>(result_2)[0] = x0_1(D);

+===========================GNAT BUG DETECTED==============================+
| 4.8.0 20120525 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| verify_gimple failed                                                     |
| Error detected around ssa_view.adb:11:1                                  |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

ssa_view.adb
ssa_view.ads


raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:432
gnatmake: "ssa_view.adb" compilation error

Compilation exited abnormally with code 4 at Wed Jun  6 16:16:34


Linux newnews 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux

Intel(R) Core(TM)2 Duo CPU     E6750  @ 2.66GHz

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/bauhaus/mine/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /home/bauhaus/src/gcc/trunk/configure
--prefix=/home/bauhaus/mine --disable-nls --disable-libstdcxx-pch
--enable-languages=c,ada,c++
Thread model: posix
gcc version 4.8.0 20120525 (experimental) (GCC)


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

end of thread, other threads:[~2012-06-15 10:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-06 14:27 [Bug ada/53592] New: ICE when hitting assigment to component of SSE vector_type georggcc at googlemail dot com
2012-06-11 10:15 ` [Bug ada/53592] " rguenth at gcc dot gnu.org
2012-06-12 16:15 ` ebotcazou at gcc dot gnu.org
2012-06-15 10:41 ` [Bug ada/53592] ICE on assignment to component of vector_type ebotcazou at gcc dot gnu.org
2012-06-15 10:46 ` ebotcazou at gcc dot gnu.org
2012-06-15 10:51 ` ebotcazou at gcc dot gnu.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).