[Bug tree-optimization/52904] -Wstrict-overflow false alarm with bounded loop

2014-08-17 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904 --- Comment #12 from kugan at gcc dot gnu.org --- Author: kugan Date: Mon Aug 18 06:28:35 2014 New Revision: 214084 URL: https://gcc.gnu.org/viewcvs?rev=214084&root=gcc&view=rev Log: gcc/testsuite 2014-08-18 Kugan Vivekanandarajah PR tree

[Bug target/62166] New: Poor code generation (x86-64)

2014-08-17 Thread adam at consulting dot net.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62166 Bug ID: 62166 Summary: Poor code generation (x86-64) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-17 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 Kazumoto Kojima changed: What|Removed |Added CC||kkojima at gcc dot gnu.org --- Comment

[Bug libstdc++/41495] libstdc++ --enable-clocale=ieee_1003.1-2001 fails

2014-08-17 Thread vhaisman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41495 Václav Zeman changed: What|Removed |Added CC||vhaisman at gmail dot com --- Comment #11

[Bug c/62059] signed integer overflow in diagnostic.c adjust_line

2014-08-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62059 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/62059] signed integer overflow in diagnostic.c adjust_line

2014-08-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62059 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Sun Aug 17 16:19:43 2014 New Revision: 214074 URL: https://gcc.gnu.org/viewcvs?rev=214074&root=gcc&view=rev Log: PR c/62059 * diagnostic.c (adjust_line): Add gcc_checking_asser

[Bug tree-optimization/62071] [4.10 Regression] ICE: in before_dom_children, at tree-ssa-pre.c:4411

2014-08-17 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62071 --- Comment #9 from Jan Hubicka --- > >>>The constructor is keyed to other compilation unit here, but we are > >>>provided with a body > >>>that we will never use (modulo the tree-ssa-pre bug that brings the > >>>reference into code). > >> > >>

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-17 Thread sven.c.dack at virginmedia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #50 from Sven C. Dack --- The additional configuration options --enable-linker-plugin-configure-flags= and --enable-linker-plugin-flags=, which I have trusted in and taken from https://gcc.gnu.org/install/configure.html do not seem to

[Bug c++/61721] GCC 4.8-4.10 miscompiles webkit hashing

2014-08-17 Thread cand at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61721 Lauri Kasanen changed: What|Removed |Added Known to fail|4.10.0 |5.0 --- Comment #7 from Lauri Kasanen -

[Bug c++/62165] Misleading error messages when using "impossible" brace initializer list

2014-08-17 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165 Manuel López-Ibáñez changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Manuel Lóp

[Bug c++/62165] Misleading error messages when using "impossible" brace initializer list

2014-08-17 Thread public at enkore dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165 --- Comment #3 from marian --- A good error message about this would probably be something like "cannot brace-initialize `xyz` because `some type` is not an aggregate"

[Bug c++/62165] Misleading error messages when using "impossible" brace initializer list

2014-08-17 Thread public at enkore dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165 --- Comment #2 from marian --- Created attachment 33344 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33344&action=edit Simpler example Sure, but it doesn't produce the vast amount of error messages as with the map example - still not goo

[Bug c++/62165] Misleading error messages when using "impossible" brace initializer list

2014-08-17 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/62165] New: Misleading error messages when using "impossible" brace initializer list

2014-08-17 Thread public at enkore dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165 Bug ID: 62165 Summary: Misleading error messages when using "impossible" brace initializer list Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-17 Thread sven.c.dack at virginmedia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #49 from Sven C. Dack --- The problem seems to be a missing liblto_plugin.so in gcc's directory for stage2. I used: --with-boot-ldflags="-static -flto=1 -flto-partition=none -fuse-linker-plugin" together with: --enable-linker-plugi

[Bug c++/62164] New: 5.0: ICE: error: Both section and comdat group is set

2014-08-17 Thread adam at os dot inf.tu-dresden.de
void T::t() { U::u(); } $ g++ --version g++ (GCC) 5.0.0 20140817 (experimental) $ g++ -c t.c t.c:11:23: error: Both section and comdat group is set void T::t() { U::u(); } ^ _ZN1U1uEv/0 (static void U::u()) @0x7f3c83ebe000 Type: function definition analyzed Visibili

[Bug tree-optimization/59586] [4.8/4.9 Regression] [graphite] Segmentation fault with -Ofast -floop-parallelize-all -ftree-parallelize-loops

2014-08-17 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org Summ

[Bug tree-optimization/62114] [graphite] ICE using -floop-parallelize-all and -ffast-math

2014-08-17 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62114 Matthias Klose changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/59586] [4.8/4.9/5 Regression] [graphite] Segmentation fault with -Ofast -floop-parallelize-all -ftree-parallelize-loops

2014-08-17 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586 Matthias Klose changed: What|Removed |Added CC||drfiemost at email dot it --- Comment #

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-17 Thread sven.c.dack at virginmedia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #48 from Sven C. Dack --- > ... > > With the linker plugin enabled does it actually link libgcc_s.so and > > libstdc++.so dynamically to it, while for the other three it did not: > > That looks odd. Btw, -fuse-linker-plugin should b