public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/15666] New: [3.4 regression]: Gcc abort on valid code
@ 2004-05-27 13:17 hjl at lucon dot org
  2004-05-27 13:23 ` [Bug c/15666] " hjl at lucon dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: hjl at lucon dot org @ 2004-05-27 13:17 UTC (permalink / raw)
  To: gcc-bugs

[hjl@gnu-psc gcc]$ ./xgcc -B./ -S /tmp/foo.c -O2
/tmp/foo.c:8: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-psc gcc]$ cat /tmp/foo.c
extern __inline int
foo (const char *__s, char __reject)
{
  return __builtin_strchr (__s, __reject) != ((void *)0);
}
 
extern char *bar (__const char *__s, int __c);
extern __typeof (bar) strchr __asm__ ("bar");
[hjl@gnu-psc gcc]$ ./xgcc -B./ -S /tmp/foo.c -O2
/tmp/foo.c:8: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [3.4 regression]: Gcc abort on valid code
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2004-06-07 19:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-27 13:17 [Bug c/15666] New: [3.4 regression]: Gcc abort on valid code hjl at lucon dot org
2004-05-27 13:23 ` [Bug c/15666] " hjl at lucon dot org
2004-05-27 13:34 ` hjl at lucon dot org
2004-05-27 15:39 ` pinskia at gcc dot gnu dot org
2004-05-29  8:29 ` [Bug middle-end/15666] [3.4 regression] [unit-at-a-time] " pinskia at gcc dot gnu dot org
2004-05-29 12:33 ` pinskia at gcc dot gnu dot org
2004-05-29 13:32 ` pinskia at gcc dot gnu dot org
2004-05-31  1:26 ` pinskia at gcc dot gnu dot org
2004-05-31  7:16 ` hjl at lucon dot org
2004-05-31 13:15 ` pinskia at gcc dot gnu dot org
2004-05-31 21:04 ` zack at codesourcery dot com
2004-05-31 21:50 ` hjl at lucon dot org
2004-05-31 21:54 ` zack at codesourcery dot com
2004-05-31 21:56 ` hjl at lucon dot org
2004-05-31 21:57 ` zack at codesourcery dot com
2004-05-31 23:33 ` hjl at lucon dot org
2004-05-31 23:42 ` zack at gcc dot gnu dot org
2004-06-01 11:11 ` pinskia at gcc dot gnu dot org
2004-06-03  4:44 ` pinskia at gcc dot gnu dot org
2004-06-04  2:47 ` pinskia at gcc dot gnu dot org
2004-06-07 19:07 ` cvs-commit 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).