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

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).