public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39181] [4.4 Regression] complex int arguments cause ICE
  2009-02-13 17:30 [Bug target/39181] New: [4.4 Regression] complex int arguments cause ICE pinskia at gcc dot gnu dot org
@ 2009-02-13 17:30 ` pinskia at gcc dot gnu dot org
  2009-02-13 17:31 ` 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 @ 2009-02-13 17:30 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug target/39181]  New: [4.4 Regression] complex int arguments cause ICE
@ 2009-02-13 17:30 pinskia at gcc dot gnu dot org
  2009-02-13 17:30 ` [Bug target/39181] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-02-13 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

Small testcase:
_Complex int bar(_Complex int z)
{
  return z;
}

--- CUT ---
This causes some testsuite failures on spu-elf.
t.c: In function ‘bar’:
t.c:9: internal compiler error: in spu_expand_mov, at config/spu/spu.c:4117
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.4 Regression] complex int arguments cause ICE
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: spu-elf


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


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

* [Bug target/39181] [4.4 Regression] complex int arguments cause ICE
  2009-02-13 17:30 [Bug target/39181] New: [4.4 Regression] complex int arguments cause ICE pinskia at gcc dot gnu dot org
  2009-02-13 17:30 ` [Bug target/39181] " pinskia at gcc dot gnu dot org
@ 2009-02-13 17:31 ` pinskia at gcc dot gnu dot org
  2009-02-13 19:55 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-02-13 17:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-02-13 17:31 -------
It started to ICE between revision 142828 and revision 144107 (a little over
two months worth).


-- 


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


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

* [Bug target/39181] [4.4 Regression] complex int arguments cause ICE
  2009-02-13 17:30 [Bug target/39181] New: [4.4 Regression] complex int arguments cause ICE pinskia at gcc dot gnu dot org
  2009-02-13 17:30 ` [Bug target/39181] " pinskia at gcc dot gnu dot org
  2009-02-13 17:31 ` pinskia at gcc dot gnu dot org
@ 2009-02-13 19:55 ` jakub at gcc dot gnu dot org
  2009-03-12 14:01 ` uweigand at gcc dot gnu dot org
  2009-03-12 14:01 ` uweigand at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-02-13 19:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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


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

* [Bug target/39181] [4.4 Regression] complex int arguments cause ICE
  2009-02-13 17:30 [Bug target/39181] New: [4.4 Regression] complex int arguments cause ICE pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-03-12 14:01 ` uweigand at gcc dot gnu dot org
@ 2009-03-12 14:01 ` uweigand at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: uweigand at gcc dot gnu dot org @ 2009-03-12 14:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from uweigand at gcc dot gnu dot org  2009-03-12 14:00 -------
Subject: Bug 39181

Author: uweigand
Date: Thu Mar 12 14:00:21 2009
New Revision: 144811

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144811
Log:
        PR target/39181
        * config/spu/spu.c (spu_expand_mov): Handle invalid subregs
        of non-integer mode as well.

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


-- 


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


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

* [Bug target/39181] [4.4 Regression] complex int arguments cause ICE
  2009-02-13 17:30 [Bug target/39181] New: [4.4 Regression] complex int arguments cause ICE pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-02-13 19:55 ` jakub at gcc dot gnu dot org
@ 2009-03-12 14:01 ` uweigand at gcc dot gnu dot org
  2009-03-12 14:01 ` uweigand at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: uweigand at gcc dot gnu dot org @ 2009-03-12 14:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from uweigand at gcc dot gnu dot org  2009-03-12 14:01 -------
Fixed.


-- 

uweigand at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-03-12 14:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-13 17:30 [Bug target/39181] New: [4.4 Regression] complex int arguments cause ICE pinskia at gcc dot gnu dot org
2009-02-13 17:30 ` [Bug target/39181] " pinskia at gcc dot gnu dot org
2009-02-13 17:31 ` pinskia at gcc dot gnu dot org
2009-02-13 19:55 ` jakub at gcc dot gnu dot org
2009-03-12 14:01 ` uweigand at gcc dot gnu dot org
2009-03-12 14:01 ` uweigand 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).