[Bug libstdc++/67503] String cannot be loaded from binary representation

2015-09-08 Thread radventure at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67503 --- Comment #6 from radventure at yandex dot ru --- (In reply to Jonathan Wakely from comment #4) > (In reply to radventure from comment #3) > > I can solve the alignment but prbolem will not be fixed. > > I agree with remark about "non-trivial t

[Bug libstdc++/67503] String cannot be loaded from binary representation

2015-09-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67503 --- Comment #7 from Andrew Pinski --- This is just like having a struct like: Struct { Char a[4]; Char *b = a; }; Sorry for char and struct being in the wrong case. Also using a c++11 feature to show the case easier. This is a valid thing t

[Bug libstdc++/67503] String cannot be loaded from binary representation

2015-09-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67503 --- Comment #8 from Andrew Pinski --- (In reply to radventure from comment #5) > When you use local buffer for storing string value it not necessary to have > pointer to it. And we can reduce the size of string by the syzeof(pointer). Well an un

[Bug libstdc++/67503] String cannot be loaded from binary representation

2015-09-08 Thread radventure at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67503 --- Comment #9 from radventure at yandex dot ru --- I understand the "small string optimization" idea. I agree about allocation counting. But I don't see space economy, now sizeof(string) is 28 bytes in 32-bit environment instead of 4 bytes early.

[Bug other/67457] segfault in libbacktrace

2015-09-08 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67457 --- Comment #6 from Joost VandeVondele --- (In reply to Ian Lance Taylor from comment #4) > I committed a patch that should produce a more graceful fallback when out of > memory. Please see if it helps your situation. Great! Not sure how you m

[Bug c++/67411] [5/6 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:13473

2015-09-08 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67411 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/67503] String cannot be loaded from binary representation

2015-09-08 Thread radventure at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67503 --- Comment #10 from radventure at yandex dot ru --- (In reply to radventure from comment #9) > I understand the "small string optimization" idea. I agree about allocation > counting. But I don't see space economy, now sizeof(string) is 28 bytes i

[Bug fortran/67505] Runtime error: recursive call to final subroutine

2015-09-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67505 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/67280] [5 Regression] wrong C++11 code generated on arm-linux-gnueabihf

2015-09-08 Thread cbaylis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67280 --- Comment #5 from cbaylis at gcc dot gnu.org --- Committed to trunk http://gcc.gnu.org/r227407 and gcc/ChangeLog corrected in http://gcc.gnu.org/r227534

[Bug c++/67041] [C++14] Variable template initialized by call to lambda does not compile

2015-09-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67041 Jason Merrill changed: What|Removed |Added CC||norbert.pfeiler+gcc.gnu.org

[Bug c++/67350] auto deduction error in variable template lambda

2015-09-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67350 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/67041] [C++14] Variable template initialized by call to lambda does not compile

2015-09-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67041 --- Comment #3 from Jason Merrill --- Author: jason Date: Tue Sep 8 19:33:47 2015 New Revision: 227553 URL: https://gcc.gnu.org/viewcvs?rev=227553&root=gcc&view=rev Log: PR c++/67041 * pt.c (tsubst_copy_and_build): Handle variab

[Bug target/63870] [Aarch64] [ARM] Errors in use of NEON intrinsics are reported incorrectly

2015-09-08 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63870 --- Comment #10 from alalaw01 at gcc dot gnu.org --- Author: alalaw01 Date: Tue Sep 8 19:43:39 2015 New Revision: 227557 URL: https://gcc.gnu.org/viewcvs?rev=227557&root=gcc&view=rev Log: ARM/AArch64 Testsuite] Add float16 lane_f16_indices tests

[Bug c++/67318] [6 regression] Parsing error when using abbreviated integral type names in template parameter pack declaration

2015-09-08 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67318 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2015-09-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Thomas Koenig -

[Bug target/67506] New: [SH][5]: error: unrecognizable insn when compiling texlive-binaries

2015-09-08 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67506 Bug ID: 67506 Summary: [SH][5]: error: unrecognizable insn when compiling texlive-binaries Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/67041] [C++14] Variable template initialized by call to lambda does not compile

2015-09-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67041 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/64249] Missing warning for if (A) else if (A)

2015-09-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64249 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/67507] New: Code size increase with -Os from GCC 4.8.x to GCC 4.9.x for ARM thumb1

2015-09-08 Thread fredrik.hederstie...@securitas-direct.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67507 Bug ID: 67507 Summary: Code size increase with -Os from GCC 4.8.x to GCC 4.9.x for ARM thumb1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/61578] [4.9 regression] Code size increase for ARM thumb compared to 4.8.x when compiling with -Os

2015-09-08 Thread fredrik.hederstie...@securitas-direct.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61578 --- Comment #25 from Fredrik Hederstierna --- I've but this last example in a separate issue: Bug 67507 - Code size increase with -Os from GCC 4.8.x to GCC 4.9.x for ARM thumb1. I've also previously put this one that causes size increase Bug 672

[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

2015-09-08 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37705 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug go/67508] New: [aarch64] gccgo runtime crashes with CONFIG_ARM64_PGTABLE_LEVELS=4

2015-09-08 Thread michael.hudson at canonical dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67508 Bug ID: 67508 Summary: [aarch64] gccgo runtime crashes with CONFIG_ARM64_PGTABLE_LEVELS=4 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/67509] New: [6 regression] FAIL: gfortran.dg/ieee/ieee_7.f90 -O0 execution test

2015-09-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67509 Bug ID: 67509 Summary: [6 regression] FAIL: gfortran.dg/ieee/ieee_7.f90 -O0 execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-09-08 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Hans-Peter Nilsson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Com

[Bug bootstrap/67475] [6 regression] reload1.c:3772:41: error: 'orig_dup[1]' may be used uninitialized in this function breaks SPARC bootstrap

2015-09-08 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67475 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/67506] [5/6 Regression][SH]: error: unrecognizable insn when compiling texlive-binaries

2015-09-08 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67506 Kazumoto Kojima changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug c/65892] gcc fails to implement N685 aliasing of union members

2015-09-08 Thread myriachan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65892 Melissa changed: What|Removed |Added CC||myriachan at gmail dot com --- Comment #12 fro

[Bug c/65892] gcc fails to implement N685 aliasing of union members

2015-09-08 Thread myriachan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65892 --- Comment #13 from Melissa --- As for a reason why this should be allowed, all I need is to do is mention struct sockaddr.

[Bug target/67506] [5/6 Regression][SH]: error: unrecognizable insn when compiling texlive-binaries

2015-09-08 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67506 --- Comment #2 from Kazumoto Kojima --- Created attachment 36309 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36309&action=edit reduced test case It looks that some problem happens in tstsi_t splitter. The insns before splitting are: (i

[Bug tree-optimization/53852] [4.9/5/6 Regression] -ftree-loop-linear: large compile time / memory usage

2015-09-08 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2015-09-08 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 53852, which changed state. Bug 53852 Summary: [4.9/5/6 Regression] -ftree-loop-linear: large compile time / memory usage https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 What|Removed

[Bug target/67378] PowerPC unrecognizable insn (ICE in in extract_insn, at recog.c:2297)

2015-09-08 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67378 --- Comment #2 from Alan Modra --- Author: amodra Date: Wed Sep 9 05:56:26 2015 New Revision: 227573 URL: https://gcc.gnu.org/viewcvs?rev=227573&root=gcc&view=rev Log: Fix PowerPC ICE due to secondary_reload ignoring reload replacements The re

[Bug target/67378] PowerPC unrecognizable insn (ICE in in extract_insn, at recog.c:2297)

2015-09-08 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67378 --- Comment #3 from Alan Modra --- Author: amodra Date: Wed Sep 9 05:59:16 2015 New Revision: 227574 URL: https://gcc.gnu.org/viewcvs?rev=227574&root=gcc&view=rev Log: Fix PowerPC ICE due to secondary_reload ignoring reload replacements The re

[Bug target/67378] PowerPC unrecognizable insn (ICE in in extract_insn, at recog.c:2297)

2015-09-08 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67378 --- Comment #4 from Alan Modra --- Author: amodra Date: Wed Sep 9 06:07:14 2015 New Revision: 227575 URL: https://gcc.gnu.org/viewcvs?rev=227575&root=gcc&view=rev Log: Fix PowerPC ICE due to secondary_reload ignoring reload replacements The re

[Bug target/67378] PowerPC unrecognizable insn (ICE in in extract_insn, at recog.c:2297)

2015-09-08 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67378 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

<    1   2