public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47727] New: [x32] internal compiler error: Segmentation fault
@ 2011-02-14  3:37 hjl.tools at gmail dot com
  2011-02-14  3:54 ` [Bug target/47727] " hjl.tools at gmail dot com
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: hjl.tools at gmail dot com @ 2011-02-14  3:37 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [x32] internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


[hjl@gnu-6 ilp32-14]$ cat c.i
typedef void (*func_ptr) (void);
static func_ptr __CTOR_END__[1]
  __attribute__((section(".ctors"), aligned(sizeof(func_ptr))))
  = { (func_ptr) 0 };
static void __attribute__((used))
__do_global_ctors_aux (void)
{
  func_ptr *p;
  for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; p--)
    (*p) ();
}
[hjl@gnu-6 ilp32-14]$ make c.s
/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/ -S -o c.s -mx32 -O2 -g
-fPIC    c.i
c.i: In function \u2018__do_global_ctors_aux\u2019:
c.i:11:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [c.s] Error 1
[hjl@gnu-6 ilp32-14]$


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

end of thread, other threads:[~2011-08-08 15:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14  3:37 [Bug target/47727] New: [x32] internal compiler error: Segmentation fault hjl.tools at gmail dot com
2011-02-14  3:54 ` [Bug target/47727] " hjl.tools at gmail dot com
2011-02-14  4:19 ` hjl.tools at gmail dot com
2011-02-14  6:16 ` hjl.tools at gmail dot com
2011-02-14  6:38 ` [Bug middle-end/47727] [x32] Many passes can't handle const symbol when Pmode != ptr_mode hjl.tools at gmail dot com
2011-02-14 13:58 ` hjl.tools at gmail dot com
2011-02-14 14:28 ` rguenther at suse dot de
2011-02-14 14:52 ` hjl.tools at gmail dot com
2011-02-14 17:31 ` hjl.tools at gmail dot com
2011-02-14 19:02 ` hjl at gcc dot gnu.org
2011-07-14 22:51 ` hjl at gcc dot gnu.org
2011-07-28  9:23 ` ubizjak at gmail dot com
2011-08-06 14:52 ` hjl at gcc dot gnu.org
2011-08-08 15:57 ` hjl.tools at gmail dot com

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