[Bug sanitizer/69539] New: ICE in expand_UBSAN_NULL, at internal-fn.c:202

2016-01-28 Thread sasha.levin at oracle dot com
: 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

[Bug c/63567] New: Linux kernel build error due to non-static initializers

2014-10-16 Thread sasha.levin at oracle dot com
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

[Bug c/63567] Linux kernel build error due to non-static initializers

2014-10-17 Thread sasha.levin at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567 Sasha Levin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c/63567] Linux kernel build error due to non-static initializers

2014-10-18 Thread sasha.levin at oracle dot com
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

[Bug c/63567] Linux kernel build error due to non-static initializers

2014-10-18 Thread sasha.levin at oracle dot com
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 = { {

[Bug c/63567] Linux kernel build error due to non-static initializers

2014-10-18 Thread sasha.levin at oracle dot com
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.

[Bug c/63592] New: Linux kernel build failure due to duplicate exported symbols

2014-10-18 Thread sasha.levin at oracle dot com
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

[Bug c/63595] New: Segmentation faults inside kernel

2014-10-19 Thread sasha.levin at oracle dot com
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.

[Bug c/63592] Linux kernel build failure due to duplicate exported symbols

2014-10-19 Thread sasha.levin at oracle dot com
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?

[Bug tree-optimization/63595] Segmentation faults inside kernel

2014-10-19 Thread sasha.levin at oracle dot com
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?

[Bug libgcc/63684] New: Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread sasha.levin at oracle dot com
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/

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread sasha.levin at oracle dot com
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 -

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread sasha.levin at oracle dot com
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

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread sasha.levin at oracle dot com
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.

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread sasha.levin at oracle dot com
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

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread sasha.levin at oracle dot com
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.

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread sasha.levin at oracle dot com
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"

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-30 Thread sasha.levin at oracle dot com
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.

[Bug c/63767] New: Excessive memory usage/crash on compilation

2014-11-06 Thread sasha.levin at oracle dot com
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

[Bug c/63767] Excessive memory usage/crash on compilation

2014-11-06 Thread sasha.levin at oracle dot com
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

[Bug c/63879] New: ICE compiling Linux Kernel fs/ext3/namei.c

2014-11-14 Thread sasha.levin at oracle dot com
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

[Bug middle-end/63879] ICE compiling Linux Kernel fs/ext3/namei.c

2014-11-15 Thread sasha.levin at oracle dot com
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

[Bug middle-end/63879] ICE compiling Linux Kernel fs/ext3/namei.c

2014-11-15 Thread sasha.levin at oracle dot com
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

[Bug middle-end/63879] ICE compiling Linux Kernel fs/ext3/namei.c

2014-11-15 Thread sasha.levin at oracle dot com
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

[Bug c/63984] New: [5 Regression] ICE compiling kernel's arch/x86/realmode/rm/wakemain.c

2014-11-19 Thread sasha.levin at oracle dot com
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

[Bug tree-optimization/64004] New: [5 Regressio] Build error in tree-ssa-loop-niter.c in maybe_lower_iteration_bound

2014-11-20 Thread sasha.levin at oracle dot com
: 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

[Bug c/64083] New: ICE compiling Linux Kernel drivers/isdn/i4l/isdn_net.c

2014-11-26 Thread sasha.levin at oracle dot com
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

[Bug sanitizer/64170] New: [5 Regression] ICE compiling Linux Kernel drivers/media/rc/imon.c in imon_incoming_packet

2014-12-03 Thread sasha.levin at oracle dot com
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

[Bug tree-optimization/64211] New: ICE compiling Linux Kernel net/core/dev.c in dev_change_net_namespace

2014-12-07 Thread sasha.levin at oracle dot com
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

[Bug c/63279] New: Processes hang inside Linux Kernel built with gcc5

2014-09-16 Thread sasha.levin at oracle dot com
: 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

[Bug c/63279] Processes hang inside Linux Kernel built with gcc5

2014-09-16 Thread sasha.levin at oracle dot com
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.

[Bug middle-end/63279] [5 Regression] Processes hang inside Linux Kernel built with gcc5

2014-09-16 Thread sasha.levin at oracle dot com
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

[Bug middle-end/63279] [5 Regression] Processes hang inside Linux Kernel built with gcc5

2014-09-18 Thread sasha.levin at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63279 Sasha Levin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/61848] [5 Regression] a previous declaration causes the section attribute to be lost

2014-09-18 Thread sasha.levin at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 Sasha Levin changed: What|Removed |Added CC||sasha.levin at oracle dot com --- Comment

[Bug c/63481] New: "Improve prepare_shrink_wrap to sink more instructions" causes linux kernel failure

2014-10-07 Thread sasha.levin at oracle dot com
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'

[Bug lto/69254] New: internal compiler error: in streamer_get_builtin_tree, at tree-streamer-in.c:1144

2016-01-12 Thread sasha.levin at oracle dot com
: 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

[Bug lto/69254] internal compiler error: in streamer_get_builtin_tree, at tree-streamer-in.c:1144

2016-01-13 Thread sasha.levin at oracle dot com
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

[Bug lto/69254] internal compiler error: in streamer_get_builtin_tree, at tree-streamer-in.c:1144

2016-01-13 Thread sasha.levin at oracle dot com
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

[Bug c/67330] New: ICE handling weak attributes

2015-08-23 Thread sasha.levin at oracle dot com
: 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&#x

[Bug middle-end/67330] ICE handling weak attributes

2015-08-23 Thread sasha.levin at oracle dot com
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