[Bug c++/93675] Starship operator on a hidden friend operator does not work

2020-02-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93675 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93169] [10 regression] Variable incorrectly put into readonly section.

2020-02-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93169 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #6

[Bug c++/90764] [10 Regression] internal compiler error in build_deduction_guide, at cp/pt.c:27162

2020-02-14 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution|--- |FIXED --- Comment #4 from Jason Merrill --- Fixed by r273623.

[Bug c++/90546] [9/10 Regression] Incorrect template argument deduction for conversion functions

2020-02-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90546 Jason Merrill changed: What|Removed |Added CC||gufideg at gmail dot com --- Comment #10

[Bug c++/91051] [9/10 Regression] Templated conversion operator to rvalue reference to constant don't match when converting to lvalue reference to constant

2020-02-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91051 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/92556] [10 Regression] ICE if using dependent name inside lambda expression in simple-requirement since r10-3735-gcb57504a55015891

2020-02-14 Thread jason at gcc dot gnu.org
at gcc dot gnu.org |jason at gcc dot gnu.org

[Bug c++/93589] Template instantiation creates a conversion warning when it should not

2020-02-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93589 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #7

[Bug c++/54367] [meta-bug] lambda expressions

2020-02-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 92556, which changed state. Bug 92556 Summary: [10 Regression] ICE if using dependent name inside lambda expression in simple-requirement since r10-3735-gcb57504a55015891 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92556

[Bug c++/92556] [10 Regression] ICE if using dependent name inside lambda expression in simple-requirement since r10-3735-gcb57504a55015891

2020-02-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92556 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/89766] [8 Regression] ICE: canonical types differ for identical types, -std=c++17

2020-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89766 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/88690] [8 Regression] c++17 internal compiler error: in output_constructor_regular_field, at varasm.c:5031

2020-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88690 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/88183] [8 Regression] Fold expression with operator .* inside an polymorphic lambda

2020-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88183 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87513] [8 Regression] ICE in write_expression, at cp/mangle.c:3050

2020-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87513 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/89917] [8 Regression] ICE with lambda in variadic template hierarchy

2020-02-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89917 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87770] [8 Regression] ICE in type_dependent_expression_p, at cp/pt.c:25230

2020-02-25 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution|--- |FIXED --- Comment #11 from Jason Merrill --- Fixed for 8.4.

[Bug c++/92745] [9 Regression] Initializing array with vec4 results in compile error

2020-02-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92745 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org

[Bug c++/89831] [8 Regression] passing 'const ...' as 'this' argument discards qualifiers

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89831 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90546] [9/10 Regression] Incorrect template argument deduction for conversion functions

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90546 Bug 90546 depends on bug 86521, which changed state. Bug 86521 Summary: [8 Regression] GCC 8 selects incorrect overload of ref-qualified conversion operator template https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86521 What|Removed

[Bug c++/86521] [8 Regression] GCC 8 selects incorrect overload of ref-qualified conversion operator template

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86521 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/88380] [8 Regression] Sequence of not-explicitly initialised, initialised, variable length generates no initialiser

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88380 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87685] [8 Regression] Calling a static method from inside a generic lambda requires to capture 'this'

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87685 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87554] [8 Regression] internal compiler error: in record_reference, at cgraphbuild.c:64

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87554 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86429] [8 Regression] lambda capture breaks constexpr-ness

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86429 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/54367] [meta-bug] lambda expressions

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 86429, which changed state. Bug 86429 Summary: [8 Regression] lambda capture breaks constexpr-ness https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86429 What|Removed |Added

[Bug c++/87327] [8 Regression] Calling member functions on captured constexpr variables "is not a constant expression"

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87327 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87480] [8 Regression] SFINAE constructor not matched, only in templated function

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87480 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87748] [8 Regression] G++-8 treats SFINAE as error

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87748 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/88394] [8 Regression] g++ ICE (Segmentation fault) in insert_capture_proxy

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88394 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87652] [8 Regression] inner class template of outer class template can't access friend's protected data member

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652 Bug 87652 depends on bug 86747, which changed state. Bug 86747 Summary: [8 Regression] rejects-valid with redundant friend declaration https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86747 What|Removed |Added

[Bug c++/86747] [8 Regression] rejects-valid with redundant friend declaration

2020-02-26 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution|--- |FIXED --- Comment #10 from Jason Merrill --- Fixed for 8.4.

[Bug c++/87651] [8 Regression] inner class with template template friend declaration of same name fails to compile

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87651 Bug 87651 depends on bug 86747, which changed state. Bug 86747 Summary: [8 Regression] rejects-valid with redundant friend declaration https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86747 What|Removed |Added

[Bug c++/87651] [8 Regression] inner class with template template friend declaration of same name fails to compile

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87651 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/87652] [8 Regression] inner class template of outer class template can't access friend's protected data member

2020-02-26 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution|--- |FIXED --- Comment #8 from Jason Merrill --- Fixed for 8.4.

[Bug c++/92745] [9 Regression] Initializing array with vec4 results in compile error

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92745 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90951] [8/9 Regression] error initializing a constexpr array of a struct with const member

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90951 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/92003] [8/9 Regression] constexpr-ness of char const* doesn't propagate

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92003 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93140] [8/9 Regression] Segfault in cc1plus on incorrect decltype among function args

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93140 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/80635] [8/9/10 regression] std::optional and bogus -Wmaybe-uninitialized warning

2020-02-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80635 --- Comment #43 from Jason Merrill --- (In reply to Jeffrey A. Law from comment #42) > I suspect the V_C_E inhibits tree-ssa-uninit.c code to avoid false > positives. If we know the range of the V_C_E operand is narrow enough that > it fits int

[Bug c++/93976] New: Implement P2082R1, Fixing CTAD for aggregates

2020-02-28 Thread jason at gcc dot gnu.org
++ Assignee: unassigned at gcc dot gnu.org Reporter: jason at gcc dot gnu.org Blocks: 88323 Target Milestone: --- Created attachment 47933 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47933&action=edit beginning of implementation Making the example

[Bug tree-optimization/80635] [8/9/10 regression] std::optional and bogus -Wmaybe-uninitialized warning

2020-02-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80635 --- Comment #45 from Jason Merrill --- (In reply to Jeffrey A. Law from comment #44) > I suspect in the context where SRA creates the V_C_E we don't have enough > information to know that the range of the input object is constrained > enough. We

[Bug c++/93279] [9 Regression] C++ Template substitution ICE

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93279 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/91678] [9 Regression] decltype returns wrong type under certain conditions

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #8

[Bug c++/90333] [9 Regression] Can't apply attributes to lambdas with trailing returns

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90333 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/55004] [meta-bug] constexpr issues

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 86917, which changed state. Bug 86917 Summary: [8/9 Regression] ICE in verify_ctor_sanity, at cp/constexpr.c:2798 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86917 What|Removed |Added

[Bug c++/88256] [8/9 Regression] ICE: Segmentation fault (in make_ssa_name_fn) with VLA cast, C++ FE missing DECL_EXPRs

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88256 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/81862] [C++11][constexpr] Constructor Parenthesized Initialization of Member Array Crash

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81862 Bug 81862 depends on bug 86917, which changed state. Bug 86917 Summary: [8/9 Regression] ICE in verify_ctor_sanity, at cp/constexpr.c:2798 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86917 What|Removed |Added

[Bug c++/16994] [meta-bug] VLA and C++

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16994 Bug 16994 depends on bug 88256, which changed state. Bug 88256 Summary: [8/9 Regression] ICE: Segmentation fault (in make_ssa_name_fn) with VLA cast, C++ FE missing DECL_EXPRs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88256 What

[Bug c++/86917] [8/9 Regression] ICE in verify_ctor_sanity, at cp/constexpr.c:2798

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86917 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93442] [8/9 Regression] lambda in if constexpr fails to compile since r8-5529

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93442 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/16994] [meta-bug] VLA and C++

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16994 Bug 16994 depends on bug 90732, which changed state. Bug 90732 Summary: [9 Regression] ICE with std::apply after variable length array https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90732 What|Removed |Added

[Bug c++/90732] [9 Regression] ICE with std::apply after variable length array

2020-03-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90732 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/56208] [4.8 Regression] Some classic sfinae cases fail to work

2013-02-05 Thread jason at gcc dot gnu.org
|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56177] [4.8 Regression] ICE when used forward for 'auto f();'

2013-02-05 Thread jason at gcc dot gnu.org
|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56208] [4.8 Regression] Some classic sfinae cases fail to work due to access problems

2013-02-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56208 --- Comment #10 from Jason Merrill 2013-02-06 03:33:52 UTC --- Author: jason Date: Wed Feb 6 03:33:45 2013 New Revision: 195779 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195779 Log: PR c++/56208 * pt.c (fn_type_u

[Bug c++/56177] [4.8 Regression] ICE when used forward for 'auto f();'

2013-02-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56177 --- Comment #4 from Jason Merrill 2013-02-06 03:34:03 UTC --- Author: jason Date: Wed Feb 6 03:33:55 2013 New Revision: 195780 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195780 Log: PR c++/56177 * decl.c (start_pr

[Bug c++/56177] [4.8 Regression] ICE when used forward for 'auto f();'

2013-02-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56177 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/56208] [4.8 Regression] Some classic sfinae cases fail to work due to access problems

2013-02-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56208 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/54122] [4.7/4.8 Regression] segfault comparing enum class in lambda inside constructor of a templated class

2013-02-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54122 --- Comment #5 from Jason Merrill 2013-02-06 04:24:28 UTC --- Author: jason Date: Wed Feb 6 04:24:18 2013 New Revision: 195781 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195781 Log: PR c++/54122 * tree.c (lvalue_k

[Bug c++/54122] [4.7/4.8 Regression] segfault comparing enum class in lambda inside constructor of a templated class

2013-02-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54122 --- Comment #9 from Jason Merrill 2013-02-06 13:42:19 UTC --- Author: jason Date: Wed Feb 6 13:42:06 2013 New Revision: 195806 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195806 Log: PR c++/54122 * tree.c (lvalue_k

[Bug c++/54122] [4.7/4.8 Regression] segfault comparing enum class in lambda inside constructor of a templated class

2013-02-06 Thread jason at gcc dot gnu.org
||FIXED AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | --- Comment #10 from Jason Merrill 2013-02-06 13:43:54 UTC --- Fixed.

[Bug c/47409] volatile struct member bug

2013-02-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47409 --- Comment #14 from Jason Merrill 2013-02-06 14:59:57 UTC --- (In reply to comment #13) > But, what to do about unions? The standard says that only one union member is > active, but which one it is? I think the compiler generally can't

[Bug debug/53363] g++.dg/debug/dwarf2/thunk1.C FAILs

2013-02-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363 --- Comment #6 from Jason Merrill 2013-02-06 18:26:37 UTC --- OK.

[Bug c++/56239] [4.6/4.7/4.8 Regression] parse error calling operator() on parenthesized value-initialized temporary

2013-02-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56239 --- Comment #4 from Jason Merrill 2013-02-07 15:02:53 UTC --- (In reply to comment #3) > gcc48-pr56239.patch OK. > BTW, I wonder where the standard resolves the ambiguity between parsing it as > a > function call with parenthesized

[Bug c++/56237] [4.6/4.7/4.8 regression] ICE in lang_* check: failed in push_local_name, at cp/decl.c:924

2013-02-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56237 --- Comment #4 from Jason Merrill 2013-02-07 15:18:07 UTC --- (In reply to comment #3) > Created attachment 29383 [details] > gcc48-pr56237.patch OK.

[Bug c++/56235] [4.8 regression] Bogus "error: invalid conversion from ‘unsigned char’ to ‘B::Mode’ [-fpermissive]"

2013-02-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56235 --- Comment #2 from Jason Merrill 2013-02-07 16:32:39 UTC --- Author: jason Date: Thu Feb 7 16:32:28 2013 New Revision: 195854 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195854 Log: PR c++/56235 * method.c (do_bui

[Bug c++/56235] [4.8 regression] Bogus "error: invalid conversion from ‘unsigned char’ to ‘B::Mode’ [-fpermissive]"

2013-02-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56235 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/56241] [4.6/4.7/4.8 Regression] ICE in toplev.c:332 on invalid

2013-02-07 Thread jason at gcc dot gnu.org
|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56238] [4.7/4.8 regression] ICE in tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_conversions, at cp/search.c:2515

2013-02-07 Thread jason at gcc dot gnu.org
|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56241] [4.6/4.7/4.8 Regression] ICE in toplev.c:332 on invalid

2013-02-07 Thread jason at gcc dot gnu.org
gcc dot gnu.org|unassigned at gcc dot ||gnu.org --- Comment #3 from Jason Merrill 2013-02-07 17:38:58 UTC --- Oops, didn't notice you had attached a patch until after I hit save. (In reply to comment #2) > Created attachme

[Bug c++/56247] [4.6/4.7/4.8 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:12131

2013-02-08 Thread jason at gcc dot gnu.org
|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56238] [4.7/4.8 regression] ICE in tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_conversions, at cp/search.c:2515

2013-02-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56238 --- Comment #2 from Jason Merrill 2013-02-09 20:38:44 UTC --- Author: jason Date: Sat Feb 9 20:38:33 2013 New Revision: 195920 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195920 Log: PR c++/56238 * pt.c (build_non_

[Bug c++/56247] [4.6/4.7/4.8 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:12131

2013-02-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247 --- Comment #3 from Jason Merrill 2013-02-09 20:39:21 UTC --- Author: jason Date: Sat Feb 9 20:39:13 2013 New Revision: 195922 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195922 Log: PR c++/56247 * pt.c (eq_special

[Bug c++/56247] [4.6/4.7/4.8 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:12131

2013-02-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247 --- Comment #4 from Jason Merrill 2013-02-09 20:47:31 UTC --- Author: jason Date: Sat Feb 9 20:47:24 2013 New Revision: 195923 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195923 Log: PR c++/56247 * pt.c (eq_special

[Bug c++/56247] [4.6/4.7/4.8 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:12131

2013-02-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247 --- Comment #5 from Jason Merrill 2013-02-09 20:54:05 UTC --- Author: jason Date: Sat Feb 9 20:53:59 2013 New Revision: 195924 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195924 Log: PR c++/56247 * pt.c (eq_special

[Bug c++/56268] [4.7/4.8 Regression] C++11 ICE with boost multi-precision and boost variant during assignment

2013-02-11 Thread jason at gcc dot gnu.org
|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|4.7.3 |---

[Bug c++/56238] [4.7 regression] ICE in tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_conversions, at cp/search.c:2515

2013-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56238 Jason Merrill changed: What|Removed |Added Priority|P2 |P3 Status|ASSIGNED

[Bug c++/35688] template visibility not overridden by template arguments

2013-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688 --- Comment #15 from Jason Merrill 2013-02-11 15:44:51 UTC --- (In reply to comment #13) > I don't understand why fully declared templates like Boost's shared_ptr have a > visibility at all. I'm not sure why they would. Are you compili

[Bug c++/56268] [4.7/4.8 Regression] C++11 ICE with boost multi-precision and boost variant during assignment

2013-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56268 --- Comment #5 from Jason Merrill 2013-02-11 15:47:56 UTC --- Author: jason Date: Mon Feb 11 15:47:46 2013 New Revision: 195943 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195943 Log: PR c++/56268 * semantics.c (cla

[Bug c++/56268] [4.7/4.8 Regression] C++11 ICE with boost multi-precision and boost variant during assignment

2013-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56268 --- Comment #6 from Jason Merrill 2013-02-11 16:21:19 UTC --- Author: jason Date: Mon Feb 11 16:21:10 2013 New Revision: 195945 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195945 Log: PR c++/56268 * semantics.c (cla

[Bug c++/56268] [4.7/4.8 Regression] C++11 ICE with boost multi-precision and boost variant during assignment

2013-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56268 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/56291] [4.6/4.7/4.8 Regression] ICE for C++11 in output_constructor_regular_field, at varasm.c:4821

2013-02-12 Thread jason at gcc dot gnu.org
|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56291] [4.6/4.7/4.8 Regression] ICE for C++11 in output_constructor_regular_field, at varasm.c:4821

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56291 --- Comment #11 from Jason Merrill 2013-02-12 17:37:10 UTC --- Author: jason Date: Tue Feb 12 17:36:58 2013 New Revision: 195986 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195986 Log: PR c++/56291 * semantics.c (so

[Bug c++/56291] [4.6/4.7/4.8 Regression] ICE for C++11 in output_constructor_regular_field, at varasm.c:4821

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56291 --- Comment #12 from Jason Merrill 2013-02-12 17:40:38 UTC --- Author: jason Date: Tue Feb 12 17:40:32 2013 New Revision: 195987 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195987 Log: PR c++/56291 * semantics.c (so

[Bug c++/56291] [4.6/4.7/4.8 Regression] ICE for C++11 in output_constructor_regular_field, at varasm.c:4821

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56291 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly

2013-02-12 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56285 --- Comment #2 from Jason Merrill 2013-02-12 20:47:23 UTC --- Author: jason Date: Tue Feb 12 20:47:15 2013 New Revision: 195990 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195990 Log: PR c++/56285 * method.c (add_on

[Bug c++/56135] [c++11] this incorrectly captured as null in template member function

2013-02-12 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56285 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/55805] Empty brace-init-list causes warning "missing initializer for member" in C++11

2013-02-12 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution||INVALID --- Comment #1 from Jason Merrill 2013-02-13 05:06:52 UTC --- This is the purpose of the warning; to indicate when some fields do not have an explicit initializer during aggregate

[Bug c++/56135] [c++11] this incorrectly captured as null in template member function

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56135 --- Comment #2 from Jason Merrill 2013-02-13 17:56:11 UTC --- Author: jason Date: Wed Feb 13 17:56:05 2013 New Revision: 196021 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196021 Log: PR c++/56135 * pt.c (tsubst_cop

[Bug c++/56155] [C++11] enumeration with fixed underlying type - enumerators have wrong type within enumerator-list

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56155 --- Comment #4 from Jason Merrill 2013-02-13 17:56:23 UTC --- Author: jason Date: Wed Feb 13 17:56:16 2013 New Revision: 196022 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196022 Log: PR c++/56155 * decl.c (build_en

[Bug c++/55993] [C++11] derived-to-base conversion fails in constant expression

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55993 --- Comment #9 from Jason Merrill 2013-02-13 17:56:33 UTC --- Author: jason Date: Wed Feb 13 17:56:28 2013 New Revision: 196023 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196023 Log: PR c++/55993 * semantics.c (cxx

[Bug c++/55879] [C++11] nested constexpr Initialisation raises internal compiler error

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55879 --- Comment #4 from Jason Merrill 2013-02-13 17:56:44 UTC --- Author: jason Date: Wed Feb 13 17:56:38 2013 New Revision: 196024 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196024 Log: PR c++/55879 * semantics.c (cxx

[Bug c++/55879] [C++11] nested constexpr Initialisation raises internal compiler error

2013-02-13 Thread jason at gcc dot gnu.org
||2013-02-13 CC||jason at gcc dot gnu.org AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1

[Bug c++/55720] [C++11] Linkage errors of static data member initializers with lambdas

2013-02-13 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution||DUPLICATE --- Comment #3 from Jason Merrill 2013-02-13 18:15:42 UTC --- There's no need to split this out. *** This bug has been marked as a duplicate of bug 55710 ***

[Bug c++/55710] [C++11] Linkage errors with lambdas

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55710 --- Comment #9 from Jason Merrill 2013-02-13 18:15:42 UTC --- *** Bug 55720 has been marked as a duplicate of this bug. ***

[Bug c++/55710] [C++11] Linkage errors with lambdas

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55710 --- Comment #10 from Jason Merrill 2013-02-13 18:18:10 UTC --- Author: jason Date: Wed Feb 13 18:17:39 2013 New Revision: 196025 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196025 Log: PR c++/55710 * semantics.c (ma

[Bug c++/55581] [C++11] Too-eager instantiation with decltype

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55581 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org

[Bug c++/55558] [C++11] decltype on a static member variable in a template function results in an internal compiler error

2013-02-13 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution||FIXED Target Milestone|--- |4.8.0 --- Comment #5 from Jason Merrill 2013-02-13 18:58:28 UTC --- Really closing.

[Bug c++/55526] [C++11] Irrelevant error message for function parameter wrongly used in noexcept specifier

2013-02-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55526 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org

<    1   2   3   4   5   6   7   8   9   10   >