: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
Target Milestone: ---
Created attachment 37508
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254
--- Comment #3 from Sasha Levin ---
I didn't get all the way through, but with the attached preprocessed source
file:
$ gcc -flto -flto=128 -Wp,-MD,init/.calibrate.o.d -nostdinc -D__KERNEL__ -Wall
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254
--- Comment #2 from Sasha Levin ---
Created attachment 37337
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37337&action=edit
preprocessed source
: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
Target Milestone: ---
Hi,
I've tried to build the linux kernel with lto (CONFIG_LTO=y), but it seems to
fail with the following:
+ exe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67330
--- Comment #3 from Sasha Levin ---
This is the -v invocation:
Using built-in specs.
COLLECT_GCC=gcc
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=/home/sasha/gcc-inst/ --with-arch=native
--with-tune=native --enable-language
: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
Target Milestone: ---
Created attachment 36248
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36248&action=edit
Preprocessed source
Hi,
I'm seeing the following ICE when compiling the kernel
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: marxin at gcc dot gnu.org
Created attachment 34211
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34211&acti
Severity: normal
Priority: P3
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: rguenth at gcc dot gnu.org
Created attachment 34124
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34124&action=edit
Preprocessed source
I'm seeing the f
: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: ams at gcc dot gnu.org
I'm seeing the following build error:
../../gcc/tree-ssa-loop-niter.c: In fun
ormal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: rth at gcc dot gnu.org
Created attachment 34044
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34044&action=edit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63879
--- Comment #6 from Sasha Levin ---
Using built-in specs.
COLLECT_GCC=gcc
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/home/sasha/gcc-inst/ --with-arch=native
--with-tune=native --enable-languages=c --enable-lto --enab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63879
--- Comment #4 from Sasha Levin ---
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/sasha/gcc-inst/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63879
--- Comment #2 from Sasha Levin ---
$ gcc -Wp,-MD,fs/ext3/.namei.o.d -nostdinc -isystem
/home/sasha/gcc-inst/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/include
-I./arch/x86/include -Iarch/x86/include/generated -Iinclude
-I./arch/x86/include/uapi -I
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: mpolacek at gcc dot gnu.org
Created attachment 33978
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33978&action=edit
Preprocessed source
I'm seeing very high
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63767
--- Comment #1 from Sasha Levin ---
Created attachment 33914
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33914&action=edit
Preprocessed source
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: rguenther at suse dot de
On the trunk branch I'm seeing excessive memory usage (reaching 400GB) followed
by a crash:
CC net/core/sock.o
gcc: internal compiler error: K
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #16 from Sasha Levin ---
The build works fine if I'm using a different obj directory.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #13 from Sasha Levin ---
>From "Installing GCC: Configuration"
(https://gcc.gnu.org/install/configure.html):
"building where srcdir == objdir should still work, but doesn't get extensive
testing"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #11 from Sasha Levin ---
That's correct. I'm just building in-tree and using 'git clean -df' to reset
everything back to a pristine checkout state when I need to.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #7 from Sasha Levin ---
The built was from a clean checkout.
auto-host.h seems to be correctly created during the build. I see this after
the build failure:
$ stat host-x86_64-unknown-linux-gnu/gcc/auto-host.h
File: `host-x86_64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #5 from Sasha Levin ---
It happened very early. I've attached the full build log for reference.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #4 from Sasha Levin ---
Created attachment 33846
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33846&action=edit
Build log
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #2 from Sasha Levin ---
Building on x86, config options are:
./configure --prefix=/home/sasha/gcc-inst/ --with-arch=native
--with-tune=native --enable-languages=c --enable-lto --enable-gold
--disable-libstdcxx
e --with-tune=native -
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: pmuldoon at redhat dot com
Hi,
I'm seeing the following build error:
n file included from ../.././libcc1/findcomp.cc:20:0:
../.././libcc1/../gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63595
--- Comment #2 from Sasha Levin ---
Thanks. I'll keep an eye on both of them, and will report here if the fix for
either of those fixes the segmentation faults I'm seeing.
Did you happen to bisect it down to the same commit?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63592
--- Comment #2 from Sasha Levin ---
But that... worked previously? Is backward compatibility intended to be broken
in this case?
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: marxin at gcc dot gnu.org
Hi all,
I've observed segmentation faults on simple programs, such as:
$ mkdir test
Segmentation fault
Inside a kernel built from the latest master branch.
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
CC: mpolacek at gcc dot gnu.org
Hi,
I'm seeing the following build failure with the Linux Kernel:
/home/sasha/linux-next/lib/mpi/mpi-inline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
--- Comment #11 from Sasha Levin ---
That does the trick. Thanks!
A different issue with the patch I've previously bisected came up, I'll open a
different bug report for that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
--- Comment #9 from Sasha Levin ---
I've attached the preprocessed kernel/smpboot.c. The problem seems to be in
line 24563:
static struct mutex smpboot_threads_lock = { .count = { (1) } , .wait_lock =
(spinlock_t ) { { .rlock = { .raw_lock = { {
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
--- Comment #8 from Sasha Levin ---
Created attachment 33756
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33756&action=edit
Preprocessed kernel/smpboot.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
Sasha Levin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
Hi all,
I'm seeing a new build issue with the linux kernel:
CC kernel/smpboot.o
In file included from include/linux/mutex.h:15:0,
from in
NCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
Created attachment 33663
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33663&action=edit
good/bad kernel disasm
I'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848
Sasha Levin changed:
What|Removed |Added
CC||sasha.levin at oracle dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63279
Sasha Levin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63279
--- Comment #4 from Sasha Levin ---
Here's what I see with 'make V=1' on the kernel:
gcc -Wp,-MD,kernel/.exec_domain.o.d -nostdinc -isystem
/home/sasha/gcc-inst/lib/gcc/x86_64-unknown-linux-gnu/4.10.0/include
-I./arch/x86/include -Iarch/x86/inc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63279
--- Comment #2 from Sasha Levin ---
PR61848 is talking about a "linux kernel boot failure when compiled using
trunk gcc.". In this case, the kernel boots just fine, but it has problem
executing tasks.
I've double checked that for:
svn+ssh://gcc.
: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sasha.levin at oracle dot com
After building and booting a Linux Kernel built with gcc5, several processes
would hang and consume 100% CPU, while other work just fine.
For example, /bin/dash would work great but /bin/bash just
40 matches
Mail list logo