[Bug fortran/55603] [F03] Memory leak with scalar allocatable function result

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55603 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug fortran/56730] [Fortran 4.6, 4.7] ICE on (wrongly) referencing polymorphic array in allocate

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56730 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/67104] [5/6 regression] Constant expression factory function initializes std::array with static storage duration strangely

2015-08-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67104 --- Comment #6 from Markus Trippelsdorf trippels at gcc dot gnu.org --- Another example http://stackoverflow.com/questions/31878796/removing-constexpr-changes-values-of-array-on-gcc markus@x4 tmp % cat test.ii template typename T, int N struct

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wall

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug target/67002] [5] [SH]: Bootstrap stage 2/3 comparison failure - gcc/real.o differs

2015-08-07 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67002 --- Comment #23 from Kazumoto Kojima kkojima at gcc dot gnu.org --- Author: kkojima Date: Fri Aug 7 20:41:25 2015 New Revision: 226726 URL: https://gcc.gnu.org/viewcvs?rev=226726root=gccview=rev Log: PR target/67002 * config/sh/sh.c

[Bug c++/67149] New: false positive maybe-uniniialized in the presense of cilk spawn

2015-08-07 Thread kuszmaul at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67149 Bug ID: 67149 Summary: false positive maybe-uniniialized in the presense of cilk spawn Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/57354] Wrong run-time assignment of allocatable array of derived type with allocatable component

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57354 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/57365] [OOP] Sourced allocation fails with unlimited polymorphism

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57365 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug fortran/48997] Don't use allocatable arrays for function elimination

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48997 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug c++/67148] New: [concepts] Failed concept check when indirecting through a constrained trait

2015-08-07 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67148 Bug ID: 67148 Summary: [concepts] Failed concept check when indirecting through a constrained trait Product: gcc Version: c++-concepts Status: UNCONFIRMED

[Bug target/67002] [5] [SH]: Bootstrap stage 2/3 comparison failure - gcc/real.o differs

2015-08-07 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67002 --- Comment #24 from Kazumoto Kojima kkojima at gcc dot gnu.org --- Author: kkojima Date: Fri Aug 7 08:11:45 2015 New Revision: 226715 URL: https://gcc.gnu.org/viewcvs?rev=226715root=gccview=rev Log: PR target/67002 * config/sh/sh.c

[Bug fortran/61830] [4.9/5/6 regression] Memory leak with assignment to array of derived types with allocatable components

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61830 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug fortran/66911] ICE on allocate character with source as a derived type component

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66911 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug c++/67150] New: [c++-concepts] Expression constraint fails with dependent types

2015-08-07 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67150 Bug ID: 67150 Summary: [c++-concepts] Expression constraint fails with dependent types Product: gcc Version: c++-concepts Status: UNCONFIRMED Severity: normal

[Bug fortran/52921] With realloc-lhs: Conditional jump or move depends on uninitialised value

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52921 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/67151] New: internal compiler error: in tsubst, at cp/pt.c:12126

2015-08-07 Thread nickolay.merkin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67151 Bug ID: 67151 Summary: internal compiler error: in tsubst, at cp/pt.c:12126 Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/16351] NULL dereference warnings

2015-08-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #33 from David Binderman dcb314 at hotmail dot com --- I found that using -g -O2 -Wall didn't enable this warning. Some of the documentation says it does. I can see that this new warning isn't ready for prime time yet.

[Bug c++/67142] New: [6 Regression] [C++1z] ICE: tree check: expected template_decl, have field_decl in equal, at cp/pt.c:1665

2015-08-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67142 Bug ID: 67142 Summary: [6 Regression] [C++1z] ICE: tree check: expected template_decl, have field_decl in equal, at cp/pt.c:1665 Product: gcc Version: 6.0

[Bug target/67143] New: [5/6 Regression] ICE (could not split insn) on aarch64-linux-gnu

2015-08-07 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67143 Bug ID: 67143 Summary: [5/6 Regression] ICE (could not split insn) on aarch64-linux-gnu Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/67144] New: [6 Regression] [C++1z] ICE; in get_constraints, at cp/pt.c:23346

2015-08-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67144 Bug ID: 67144 Summary: [6 Regression] [C++1z] ICE; in get_constraints, at cp/pt.c:23346 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug target/63304] Aarch64 pc-relative load offset out of range

2015-08-07 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304 --- Comment #23 from David Abdurachmanov david.abdurachmanov at gmail dot com --- GCC trunk r226676 or 15af172f2a0ea281969e3105da9f9bb100097c7d from git://gcc.gnu.org/git/gcc.git Date: Thu Aug 6 14:26:18 2015 +) Rebased and applied:

[Bug c/16351] NULL dereference warnings

2015-08-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #34 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to David Binderman from comment #33) I found that using -g -O2 -Wall didn't enable this warning. Some of the documentation says it does. Ops, you are right. I used

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #10 from Mikael Morin mikael at gcc dot gnu.org --- Author: mikael Date: Fri Aug 7 09:41:31 2015 New Revision: 226717 URL: https://gcc.gnu.org/viewcvs?rev=226717root=gccview=rev Log: Fix latent elemental wrong code PR

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #11 from Mikael Morin mikael at gcc dot gnu.org --- Author: mikael Date: Fri Aug 7 09:55:36 2015 New Revision: 226718 URL: https://gcc.gnu.org/viewcvs?rev=226718root=gccview=rev Log: Fix elemental wrong-code PR

[Bug rtl-optimization/67145] New: [6 Regression] Innefective plus-minus simplification

2015-08-07 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67145 Bug ID: 67145 Summary: [6 Regression] Innefective plus-minus simplification Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/67029] [5/6 regression] gcc-5.2.0 unable to find a register to spill with O3 fsched-pressure fschedule-insns

2015-08-07 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67029 --- Comment #13 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org --- Author: hjl Date: Fri Aug 7 16:18:09 2015 New Revision: 226724 URL: https://gcc.gnu.org/viewcvs?rev=226724root=gccview=rev Log: Add alternative_mask to

[Bug fortran/64104] [F2003][IEEE] Allow IEEE functions in specification expressions

2015-08-07 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64104 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/63693] ICE in resolve_typename_type

2015-08-07 Thread rippey.e at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63693 --- Comment #2 from rippey.e at gmail dot com --- Tried with gcc 5.2.0. Same result (modulo line #'s, etc.)

[Bug c/16351] NULL dereference warnings

2015-08-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #38 from David Binderman dcb314 at hotmail dot com --- (In reply to Manuel López-Ibáñez from comment #35) I fear this case might be quite common and lead to many false positives that are then quite hard to understand due to the poor

[Bug fortran/63473] Memory leak with ALLOCATABLE, INTENT(OUT) dummy arguments.

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63473 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug c/16351] NULL dereference warnings

2015-08-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #35 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Manuel López-Ibáñez from comment #34) (In reply to David Binderman from comment #33) I found that using -g -O2 -Wall didn't enable this warning. Some of the

[Bug fortran/57839] Reallocate on assignment does not work properly

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57839 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c/67146] New: Wchkp is not documented in invoke.texi

2015-08-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67146 Bug ID: 67146 Summary: Wchkp is not documented in invoke.texi Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/16351] NULL dereference warnings

2015-08-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #37 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Jeffrey A. Law from comment #36) It's no different maybe uninitialized warnings. Well, one can silence uninitialized warnings by simply initializing the

[Bug c/16351] NULL dereference warnings

2015-08-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #36 from Jeffrey A. Law law at redhat dot com --- But those are *precisely* the ones that need deep investigation. That investigation may find a real bug, it may find a relatively simple missed optimization, complex missed

[Bug rtl-optimization/67029] [5 Regression] gcc-5.2.0 unable to find a register to spill with O3 fsched-pressure fschedule-insns

2015-08-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67029 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Summary|[5/6 regression] gcc-5.2.0 |[5

[Bug c++/67147] New: [concepts] ICE on checking concept with default template arguments

2015-08-07 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 Bug ID: 67147 Summary: [concepts] ICE on checking concept with default template arguments Product: gcc Version: c++-concepts Status: UNCONFIRMED Severity:

[Bug fortran/64104] [F2003][IEEE] Allow IEEE functions in specification expressions

2015-08-07 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64104 --- Comment #4 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- Author: fxcoudert Date: Fri Aug 7 15:02:15 2015 New Revision: 226723 URL: https://gcc.gnu.org/viewcvs?rev=226723root=gccview=rev Log: PR fortran/64104

[Bug libfortran/66458] Loading libgfortran.so changes the FPU exception flags

2015-08-07 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66458 --- Comment #6 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- Author: fxcoudert Date: Fri Aug 7 16:23:53 2015 New Revision: 226725 URL: https://gcc.gnu.org/viewcvs?rev=226725root=gccview=rev Log: PR libfortran/66458

[Bug c/16351] NULL dereference warnings

2015-08-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #39 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to David Binderman from comment #38) It could even be the case that the potential NULL code gets put into some backwater flag away from -Wall, and, after a suitable

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug c++/67148] [concepts] Failed concept check when indirecting through a constrained trait

2015-08-07 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67148 --- Comment #1 from Eric Niebler eric.niebler at gmail dot com --- If I replace the variadic Same concept with the binary one below, the problem goes away. templateclass T, class U concept bool Same() { return __is_same_as(T,U); }

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 --- Comment #7 from Mikael Morin mikael at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #6) Fixed? Mostly for 4.8.3, 4.9.0, and trunk (4.10.0). The test in comment 0 does not compile with 4.8 (Deferred-length character

[Bug fortran/42112] overloaded function with allocatable result problem

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42112 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc

[Bug target/67143] [5/6 Regression] ICE (could not split insn) on aarch64-linux-gnu

2015-08-07 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67143 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot

[Bug target/67143] [5/6 Regression] ICE (could not split insn) on aarch64-linux-gnu

2015-08-07 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67143 mwahab at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mwahab at gcc dot

[Bug c++/67144] [6 Regression] [C++1z] ICE; in get_constraints, at cp/pt.c:23346

2015-08-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67144 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added CC||jason

[Bug c++/67142] [6 Regression] [C++1z] ICE: tree check: expected template_decl, have field_decl in equal, at cp/pt.c:1665

2015-08-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67142 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added CC||jason

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-08-07 Thread cmtice at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 --- Comment #13 from Caroline Tice cmtice at google dot com --- I'm looking at your patch now; assuming I don't find any problems with it, I will try to get it committed.

[Bug c++/67153] New: integer optimizations 53% slower than std::bitset

2015-08-07 Thread ncm at cantrip dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 Bug ID: 67153 Summary: integer optimizations 53% slower than std::bitset Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/67152] New: [concepts] bogus partial specialization of ‘fooT’ after instantiation error

2015-08-07 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67152 Bug ID: 67152 Summary: [concepts] bogus partial specialization of ‘fooT’ after instantiation error Product: gcc Version: c++-concepts Status: UNCONFIRMED

[Bug c++/67153] integer optimizations 53% slower than std::bitset

2015-08-07 Thread ncm at cantrip dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 --- Comment #1 from ncm at cantrip dot org --- Created attachment 36147 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36147action=edit The unsigned int version

[Bug rtl-optimization/67028] combine bug. Different assumptions about subreg in different places.

2015-08-07 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67028 --- Comment #6 from Segher Boessenkool segher at gcc dot gnu.org --- Author: segher Date: Sat Aug 8 01:51:27 2015 New Revision: 226731 URL: https://gcc.gnu.org/viewcvs?rev=226731root=gccview=rev Log: PR rtl-optimization/67028 *

[Bug libgcc/67154] New: sscanf does not extract correct value when the format is %c and the location is of type int*

2015-08-07 Thread wondertx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67154 Bug ID: 67154 Summary: sscanf does not extract correct value when the format is %c and the location is of type int* Product: gcc Version: 5.2.0 Status: UNCONFIRMED

[Bug libgcc/67154] sscanf does not extract correct value when the format is %c and the location is of type int*

2015-08-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67154 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libgcc/67154] sscanf does not extract correct value when the format is %c and the location is of type int*

2015-08-07 Thread wondertx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67154 --- Comment #2 from wondertx at gmail dot com --- You are right!

[Bug c++/67155] New: Linking of complex constexpr static class member failing across files

2015-08-07 Thread JamesMikeDuPont at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67155 Bug ID: 67155 Summary: Linking of complex constexpr static class member failing across files Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/67155] Linking of complex constexpr static class member failing across files

2015-08-07 Thread JamesMikeDuPont at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67155 --- Comment #1 from James Michael DuPont JamesMikeDuPont at googlemail dot com --- The compiler output : g++ -std=gnu++11 test.cpp test.hpp /tmp/cceBFmJM.o: In function `S::S()': test.cpp:(.text+0x35): undefined reference to `S::u' collect2:

[Bug c++/67155] Linking of complex constexpr static class member failing across files

2015-08-07 Thread JamesMikeDuPont at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67155 --- Comment #2 from James Michael DuPont JamesMikeDuPont at googlemail dot com --- adding this seems to solve the linker error: constexpr CU S::u;

[Bug c++/67155] Linking of complex constexpr static class member failing across files

2015-08-07 Thread JamesMikeDuPont at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67155 James Michael DuPont JamesMikeDuPont at googlemail dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/67153] integer optimizations 53% slower than std::bitset

2015-08-07 Thread ncm at cantrip dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 ncm at cantrip dot org changed: What|Removed |Added Target||Linux amd64 Known to work|

[Bug target/67143] [5/6 Regression] ICE (could not split insn) on aarch64-linux-gnu

2015-08-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67143 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.3

[Bug c++/67144] [6 Regression] [C++1z] ICE; in get_constraints, at cp/pt.c:23346

2015-08-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67144 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |6.0

[Bug rtl-optimization/67145] [6 Regression] Innefective plus-minus simplification

2015-08-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67145 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |6.0

[Bug tree-optimization/67153] [5/6 Regression] integer optimizations 53% slower than std::bitset

2015-08-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|