public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/53427] New: [4.8 Regression] Bootstrap failure
@ 2012-05-20 18:41 hjl.tools at gmail dot com
  2012-05-20 20:01 ` [Bug bootstrap/53427] " ubizjak at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-20 18:41 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53427
           Summary: [4.8 Regression] Bootstrap failure
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: areg.melikadamyan@gmail.com, ubizjak@gmail.com
            Target: x86-64


On Linux/x86-64, bootstrap failed with -mavx:

[hjl@gnu-6 gcc]$ cat /tmp/foo.c
struct gomp_task {
  void *fn_data;
};
extern void *gomp_malloc (unsigned long int);
void GOMP_task (void (*fn) (void *), void *data,
        void (*cpyfn) (void *, void *),
        long arg_size, long arg_align)
{
  struct gomp_task *task;
  char *arg;
  task = gomp_malloc (sizeof (*task) + arg_size + arg_align - 1);
  __builtin_memcpy (arg, data, arg_size);
  task->fn_data = arg;
}
[hjl@gnu-6 gcc]$ ./xgcc -B./ -S -O2 /tmp/foo.c  -mavx  -m64
/tmp/foo.c: In function \u2018GOMP_task\u2019:
/tmp/foo.c:14: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.
[hjl@gnu-6 gcc]$


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

end of thread, other threads:[~2012-05-20 20:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-20 18:41 [Bug bootstrap/53427] New: [4.8 Regression] Bootstrap failure hjl.tools at gmail dot com
2012-05-20 20:01 ` [Bug bootstrap/53427] " ubizjak at gmail dot com
2012-05-20 20:02 ` [Bug middle-end/53427] " pinskia at gcc dot gnu.org
2012-05-20 20:02 ` pinskia 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).