public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/29945]  New: ICE in simplify_subreg with simple code in libgfortran
@ 2006-11-22 19:23 pinskia at gcc dot gnu dot org
  2006-11-22 20:16 ` [Bug target/29945] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-22 19:23 UTC (permalink / raw)
  To: gcc-bugs

The code from libgfortran ICEs:
extern const char *__ctype_ptr;
parse_real (unsigned char c)
{
  if ((__ctype_ptr[c]&04) &&c != '.')
   unget_char ( c);
}
---------------------------------
t.c: In function 'parse_real':
t.c:6: internal compiler error: in simplify_subreg, at simplify-rtx.c:4470
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE in simplify_subreg with simple code in libgfortran
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          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=29945


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

* [Bug target/29945] ICE in simplify_subreg with simple code in libgfortran
  2006-11-22 19:23 [Bug target/29945] New: ICE in simplify_subreg with simple code in libgfortran pinskia at gcc dot gnu dot org
@ 2006-11-22 20:16 ` pinskia at gcc dot gnu dot org
  2006-11-29 23:31 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-22 20:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-11-22 20:16 -------
I have a fix.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-11-22 20:16:28
               date|                            |


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


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

* [Bug target/29945] ICE in simplify_subreg with simple code in libgfortran
  2006-11-22 19:23 [Bug target/29945] New: ICE in simplify_subreg with simple code in libgfortran pinskia at gcc dot gnu dot org
  2006-11-22 20:16 ` [Bug target/29945] " pinskia at gcc dot gnu dot org
@ 2006-11-29 23:31 ` pinskia at gcc dot gnu dot org
  2006-11-30  1:06 ` pinskia at gcc dot gnu dot org
  2006-11-30  1:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-29 23:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-11-29 23:31 -------
The patch is testing right now.


-- 


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


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

* [Bug target/29945] ICE in simplify_subreg with simple code in libgfortran
  2006-11-22 19:23 [Bug target/29945] New: ICE in simplify_subreg with simple code in libgfortran pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-11-30  1:06 ` pinskia at gcc dot gnu dot org
@ 2006-11-30  1:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-30  1:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-11-30 01:06 -------
Subject: Bug 29945

Author: pinskia
Date: Thu Nov 30 01:05:58 2006
New Revision: 119348

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119348
Log:
2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/29945
        * config/spu/spu.md  (extend_compare<mode>): New pattern.
        (extend_compare): Change to expand and use the above pattern.

2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/29945
        * gcc.c-torture/compile/pr29945.c: New testcase.



Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr29945.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/spu/spu.md
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/29945] ICE in simplify_subreg with simple code in libgfortran
  2006-11-22 19:23 [Bug target/29945] New: ICE in simplify_subreg with simple code in libgfortran pinskia at gcc dot gnu dot org
  2006-11-22 20:16 ` [Bug target/29945] " pinskia at gcc dot gnu dot org
  2006-11-29 23:31 ` pinskia at gcc dot gnu dot org
@ 2006-11-30  1:06 ` pinskia at gcc dot gnu dot org
  2006-11-30  1:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-30  1:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-11-30 01:06 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0
            Version|4.2.0                       |4.3.0


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


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

end of thread, other threads:[~2006-11-30  1:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-22 19:23 [Bug target/29945] New: ICE in simplify_subreg with simple code in libgfortran pinskia at gcc dot gnu dot org
2006-11-22 20:16 ` [Bug target/29945] " pinskia at gcc dot gnu dot org
2006-11-29 23:31 ` pinskia at gcc dot gnu dot org
2006-11-30  1:06 ` pinskia at gcc dot gnu dot org
2006-11-30  1:06 ` 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).