public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47372] New: [x32] internal compiler error: in simplify_subreg, at simplify-rtx.c:5222
@ 2011-01-20  8:19 hjl.tools at gmail dot com
  2011-01-20 14:32 ` [Bug target/47372] " hjl.tools at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2011-01-20  8:19 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [x32] internal compiler error: in simplify_subreg, at
                    simplify-rtx.c:5222
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On x32 branch, I got

[hjl@gnu-6 ilp32-10]$ cat x.i
typedef struct FILE FILE;
int _fwalk(int (*)(FILE *));
int __sflush(FILE *);
int
fflush(FILE *fp)
{
  return (_fwalk(__sflush));
}
[hjl@gnu-6 ilp32-10]$ make
/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/ -S -o x.s -mx32 -O -g -fPIC
-dp  x.i
x.i: In function \u2018fflush\u2019:
x.i:8:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5222
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [x.s] Error 1
[hjl@gnu-6 ilp32-10]$


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

end of thread, other threads:[~2011-08-06 14:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-20  8:19 [Bug target/47372] New: [x32] internal compiler error: in simplify_subreg, at simplify-rtx.c:5222 hjl.tools at gmail dot com
2011-01-20 14:32 ` [Bug target/47372] " hjl.tools at gmail dot com
2011-01-20 14:42 ` hjl at gcc dot gnu.org
2011-03-04 15:46 ` dan at danny dot cz
2011-03-04 16:43 ` jakub at gcc dot gnu.org
2011-03-04 18:40 ` jakub at gcc dot gnu.org
2011-07-26 21:44 ` hjl at gcc dot gnu.org
2011-07-27 17:24 ` ubizjak at gmail dot com
2011-07-29 16:44 ` hjl at gcc dot gnu.org
2011-08-06 14:51 ` hjl 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).