[Bug c++/57437] [4.7/4.8/4.9 Regression] C++11: mutable lambdas

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

[Bug c++/57526] [4.8/4.9 Regression] use of X before deduction of auto error for seemingly good code

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

[Bug c++/57043] [4.7/4.8/4.9 Regression] converting overloaded complex function pow in C++11 is ambiguous

2013-07-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57043 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3

[Bug c++/57831] [4.7/4.8/4.9 Regression] pointer to member function inaccessible through using statement (or ICE)

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

[Bug c++/57751] [4.7/4.8/4.9 Regression] ICE in cxx_eval_indirect_ref, at cp/semantics.c:7648

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

[Bug c++/57545] [4.7/4.8/4.9 Regression] Generation of debug symbols leads to internal compiler error

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

[Bug c++/57532] [4.8/4.9 regression] operator& broken when used on rvalues

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

[Bug c++/57526] [4.8/4.9 Regression] use of X before deduction of auto error for seemingly good code

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

[Bug c++/57437] [4.7/4.8/4.9 Regression] C++11: mutable lambdas

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

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

2013-07-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 57437, which changed state. Bug 57437 Summary: [4.7/4.8/4.9 Regression] C++11: mutable lambdas http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57437 What|Removed |Added -

[Bug c++/57658] [4.9 Regression] ICE in tsubst_copy, at cp/pt.c:12213

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

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

2013-07-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 57658, which changed state. Bug 57658 Summary: [4.9 Regression] ICE in tsubst_copy, at cp/pt.c:12213 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658 What|Removed |Added ---

[Bug c++/57415] [4.9 Regression] New PPC testsuite failure C++ compound literarl expr unimplemented

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

[Bug c++/57471] [4.9 Regression] Bizarre error for template parameter pack

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

[Bug c++/57471] [4.9 Regression] Bizarre error for template parameter pack

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

[Bug c++/57402] [4.9 Regression] ICE: in make_decl_rtl, at varasm.c:1147 when initializing variable-sized array

2013-07-09 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution|--- |FIXED Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org --- Comment #3 from Jason Merrill --- Fixed by r200860.

[Bug c++/54170] Call to lambda elided

2013-07-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54170 --- Comment #14 from Jason Merrill --- The patch does seem safe enough for 4.7, even though I usually prefer not to backport C++11 fixes to older release series.

[Bug c++/54170] Call to lambda elided

2013-07-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54170 Jason Merrill changed: What|Removed |Added Target Milestone|4.8.0 |4.7.4 --- Comment #15 from Jason Merrill

[Bug libstdc++/57914] Memory leak in __cxa_thread_atexit when using thread_local

2013-07-21 Thread jason at gcc dot gnu.org
||2013-07-22 Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Jason Merrill --- Yes, we weren't freeing the objects allocated to track the cleanups for foo. That doesn't

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #8 from Jason Merrill --- I don't know how exactly these builtins interact with overload resolution, but it should be calling decay_conversion to turn arrays into pointers.

[Bug libstdc++/57914] Memory leak in __cxa_thread_atexit when using thread_local

2013-07-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57914 Jason Merrill changed: What|Removed |Added Target Milestone|--- |4.8.2 --- Comment #4 from Jason Merrill

[Bug c++/57901] [4.8/4.9 Regression] Cannot call-by-value such that class has non-trivial (constexpr) move constructor

2013-07-29 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org Target Milestone|--- |4.8.2

[Bug c++/58022] [4.8 Regression] Compiler rejects abstract class in template class with friend operator<

2013-07-30 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution|--- |FIXED Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org --- Comment #5 from Jason Merrill --- Fixed for 4.8.2

[Bug c++/57901] [4.8/4.9 Regression] Cannot call-by-value such that class has non-trivial (constexpr) move constructor

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

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

2013-07-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 57901, which changed state. Bug 57901 Summary: [4.8/4.9 Regression] Cannot call-by-value such that class has non-trivial (constexpr) move constructor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57901 What|

[Bug c++/57362] [4.8/4.9 Regression] unsupported __attribute__((target())) values appear to cause loop and/or pathological behavior

2013-07-31 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution|--- |FIXED --- Comment #7 from Jason Merrill --- Fixed for 4.8.2 (r201388) and 4.9.

[Bug c++/57138] [4.8 Regression][DR 1430] ICE with pack expansion and alias template

2013-08-03 Thread jason at gcc dot gnu.org
at gcc dot gnu.org |jason at gcc dot gnu.org Summary|[4.8/4.9 Regression] ICE in |[4.8 Regression][DR 1430] |cp_parser_class_specifier |ICE with pack expansion and |with variadic templates,|alias template |using

[Bug c++/51239] [DR 1430] ICE with variadic template alias

2013-08-03 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51239 --- Comment #6 from Jason Merrill --- Patch applied as r201469. Leaving suspended until the DR resolution is final.

[Bug c++/57532] [4.8/4.9 regression] operator& broken when used on rvalues

2013-08-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532 --- Comment #8 from Jason Merrill --- (In reply to Salamanderrake from comment #7) > What I should have asked is what revision is gcc 4.8.1 and what revision was > the fix put into trunk? svn log svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch

[Bug c++/57825] Template specialization for ref qualified member pointers

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

[Bug c++/57255] [meta-bug] ref-qualifiers

2013-08-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57255 Bug 57255 depends on bug 57825, which changed state. Bug 57825 Summary: Template specialization for ref qualified member pointers http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 What|Removed |Added ---

[Bug c++/57825] Template specialization for ref qualified member pointers

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

[Bug c++/58083] [4.8/4.9 Regression] ICE with lambda as default parameter of a template function

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

[Bug c++/58083] [4.8/4.9 Regression] ICE with lambda as default parameter of a template function

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

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

2013-08-17 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 58083, which changed state. Bug 58083 Summary: [4.8/4.9 Regression] ICE with lambda as default parameter of a template function http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083 What|Removed

[Bug c++/58119] [4.7/4.8/4.9 Regression] Invalid ambiguous default type conversion with only a single invalid conversion listed.

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

[Bug c++/58119] [4.7/4.8/4.9 Regression] Invalid ambiguous default type conversion with only a single invalid conversion listed.

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

[Bug c++/58273] [4.7/4.8/4.9 Regression] Segmentation fault with C++11

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

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-13 Thread jason at gcc dot gnu.org
||2013-09-13 CC||jason at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org Ever confirmed|0 |1

[Bug c++/58273] [4.7/4.8/4.9 Regression] Segmentation fault with C++11

2013-09-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58273 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Sep 13 19:11:23 2013 New Revision: 202576 URL: http://gcc.gnu.org/viewcvs?rev=202576&root=gcc&view=rev Log: PR c++/58273 * pt.c (any_type_dependent_elements_p): Actually check

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|WAITING

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #9 from Jason Merrill --- Created attachment 30818 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30818&action=edit patch Can you verify that this patch fixes the issue?

[Bug c++/58273] [4.7/4.8/4.9 Regression] Segmentation fault with C++11

2013-09-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58273 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Sep 13 22:22:31 2013 New Revision: 202580 URL: http://gcc.gnu.org/viewcvs?rev=202580&root=gcc&view=rev Log: PR c++/58273 * pt.c (any_type_dependent_elements_p): Actually check

[Bug c++/58273] [4.7/4.8/4.9 Regression] Segmentation fault with C++11

2013-09-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58273 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Sep 13 22:38:42 2013 New Revision: 202583 URL: http://gcc.gnu.org/viewcvs?rev=202583&root=gcc&view=rev Log: PR c++/58273 * pt.c (any_type_dependent_elements_p): Actually check

[Bug c++/58273] [4.7/4.8/4.9 Regression] Segmentation fault with C++11

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

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

2013-09-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933 --- Comment #10 from Jason Merrill --- Author: jason Date: Sun Sep 15 19:34:34 2013 New Revision: 202604 URL: http://gcc.gnu.org/viewcvs?rev=202604&root=gcc&view=rev Log: PR c++/41933 * cp-tree.h (DECL_PACK_P): Replace FUNCTION_PARAMETER_

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

2013-09-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933 --- Comment #11 from Jason Merrill --- Author: jason Date: Sun Sep 15 19:34:42 2013 New Revision: 202605 URL: http://gcc.gnu.org/viewcvs?rev=202605&root=gcc&view=rev Log: Core DR 904 PR c++/41933 * parser.c (cp_parser_lambda_introduce

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

2013-09-15 Thread jason at gcc dot gnu.org
at gcc dot gnu.org |jason at gcc dot gnu.org --- Comment #12 from Jason Merrill --- The patches just checked in fix all the testcases that want to capture the entire pack, but not the testcase in comment #9, which wants several different lambdas each capturing an element of the pack.

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

2013-09-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 41933, which changed state. Bug 41933 Summary: [c++0x] lambdas and variadic templates don't work together http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933 What|Removed |Added --

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

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

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #10

[Bug c++/50087] [C++0x] Weird optimization anomaly with constexpr

2011-08-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50087 Jason Merrill changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug c++/50086] [C++0x] Error on lookup of template function address with variadic template arguments

2011-08-16 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/50054] Fails to recover from type error in function signature

2011-08-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50054 --- Comment #2 from Jason Merrill 2011-08-16 23:25:49 UTC --- Author: jason Date: Tue Aug 16 23:25:43 2011 New Revision: 177810 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177810 Log: PR c++/50054 * typeck2.c (cxx_incomplete_ty

[Bug c++/50086] [C++0x] Error on lookup of template function address with variadic template arguments

2011-08-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50086 --- Comment #1 from Jason Merrill 2011-08-16 23:26:13 UTC --- Author: jason Date: Tue Aug 16 23:26:08 2011 New Revision: 177813 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177813 Log: PR c++/50086 * pt.c (unify_pack_expansion):

[Bug c++/50086] [C++0x] Error on lookup of template function address with variadic template arguments

2011-08-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50086 --- Comment #2 from Jason Merrill 2011-08-16 23:36:11 UTC --- Author: jason Date: Tue Aug 16 23:36:07 2011 New Revision: 177815 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177815 Log: PR c++/50086 * pt.c (unify_pack_expansion):

[Bug c++/50086] [C++0x] Error on lookup of template function address with variadic template arguments

2011-08-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50086 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50054] Fails to recover from type error in function signature

2011-08-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50054 --- Comment #3 from Jason Merrill 2011-08-16 23:36:03 UTC --- Author: jason Date: Tue Aug 16 23:35:59 2011 New Revision: 177814 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177814 Log: PR c++/50054 * typeck2.c (cxx_incomplete_ty

[Bug c++/50054] Fails to recover from type error in function signature

2011-08-16 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.6.2

[Bug c++/50054] Fails to recover from type error in function signature

2011-08-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50054 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50056] Binding a temporary object to a reference

2011-08-16 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution||INVALID --- Comment #3 from Jason Merrill 2011-08-16 23:43:19 UTC --- clang 2.8 and EDG 4.3 behave the same way as G++, so I don't think this is a bug in GCC; feel free to raise it as a language

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2011-08-19 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36993 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/50055] [PATCH] Location information for the throw() specification in a function may be incorrect

2011-08-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50055 --- Comment #3 from Jason Merrill 2011-08-23 14:56:55 UTC --- Author: jason Date: Tue Aug 23 14:56:48 2011 New Revision: 177990 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177990 Log: PR c++/50055 * except.c (begin_eh_spec_bloc

[Bug c++/49045] [C++0x] unexpected "different exception specifier" error with noexcept

2011-08-23 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.7.0

[Bug c++/50024] [C++0x] [4.7 Regression] crash when using braced initialization in member function of template

2011-08-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50024 --- Comment #2 from Jason Merrill 2011-08-23 16:03:06 UTC --- Author: jason Date: Tue Aug 23 16:03:01 2011 New Revision: 177994 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177994 Log: PR c++/50024 * semantics.c (maybe_constant_

[Bug c++/49045] [C++0x] unexpected "different exception specifier" error with noexcept

2011-08-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49045 --- Comment #9 from Jason Merrill 2011-08-23 16:03:56 UTC --- Author: jason Date: Tue Aug 23 16:03:44 2011 New Revision: 177998 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177998 Log: PR c++/49045 Core 1321 * tree.c (depend

[Bug c++/50024] [C++0x] [4.7 Regression] crash when using braced initialization in member function of template

2011-08-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50024 --- Comment #3 from Jason Merrill 2011-08-23 20:12:28 UTC --- Author: jason Date: Tue Aug 23 20:12:22 2011 New Revision: 178012 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178012 Log: PR c++/50024 * semantics.c (maybe_constant_

[Bug c++/50024] [C++0x] [4.7 Regression] crash when using braced initialization in member function of template

2011-08-23 Thread jason at gcc dot gnu.org
|RESOLVED Resolution||FIXED AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.6.2 --- Comment #4 from Jason

[Bug c++/49045] [C++0x] unexpected "different exception specifier" error with noexcept

2011-08-24 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49045 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50157] [C++0x] Non-silent SFINAE in new expression with explicit conversion

2011-08-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50157 --- Comment #2 from Jason Merrill 2011-08-25 18:22:49 UTC --- Author: jason Date: Thu Aug 25 18:22:46 2011 New Revision: 178081 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178081 Log: PR c++/50157 * call.c (convert_like_real):

[Bug c++/50157] [C++0x] Non-silent SFINAE in new expression with explicit conversion

2011-08-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50157 --- Comment #1 from Jason Merrill 2011-08-25 18:22:36 UTC --- Author: jason Date: Thu Aug 25 18:22:33 2011 New Revision: 178080 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178080 Log: PR c++/50157 * call.c (convert_like_real):

[Bug c++/50157] [C++0x] Non-silent SFINAE in new expression with explicit conversion

2011-08-25 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution||FIXED AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.6.2 --- Comment #3 from

[Bug c++/48582] [C++0x] [DR 342] Template non-type arguments doesn't accept null pointer constant value

2011-08-26 Thread jason at gcc dot gnu.org
|UNCONFIRMED |ASSIGNED Last reconfirmed||2011-08-27 AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | Summary|Template non-type arguments |[C++0x] [DR 342] Template

[Bug c++/48582] [C++0x] [DR 342] Template non-type arguments doesn't accept null pointer constant value

2011-08-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48582 --- Comment #2 from Jason Merrill 2011-08-28 15:38:33 UTC --- Author: jason Date: Sun Aug 28 15:38:29 2011 New Revision: 178144 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178144 Log: Core DR 342 PR c++/48582 * pt.c (check_

[Bug c++/48582] [C++0x] [DR 342] Template non-type arguments doesn't accept null pointer constant value

2011-08-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48582 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50207] [4.7 Regression] G++ segv's on reduced test case

2011-08-29 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org | --- Comment #6 from Jason Merrill 2011-08-29 14:59:43 UTC --- The problem here is not that the first field is aggregate, but that the first field is a fake field for the base class. I'll adjust the

[Bug c++/50224] [c++0x]g++ complains unused parameter but it is referenced in lambda

2011-08-29 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/50209] [C++0x] Braced-init-lists are rejected as function default arguments

2011-08-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50209 --- Comment #1 from Jason Merrill 2011-08-30 04:30:38 UTC --- Author: jason Date: Tue Aug 30 04:30:27 2011 New Revision: 178275 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178275 Log: PR c++/50209 Core DR 994 * parser.c (cp

[Bug c++/50207] [4.7 Regression] G++ segv's on reduced test case

2011-08-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50207 --- Comment #7 from Jason Merrill 2011-08-30 04:30:56 UTC --- Author: jason Date: Tue Aug 30 04:30:42 2011 New Revision: 178276 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178276 Log: PR c++/50207 * class.c (finish_struct_1): C

[Bug c++/50224] [C++0x] bogus unused parameter warning (it is referenced in lambda)

2011-08-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50224 --- Comment #4 from Jason Merrill 2011-08-30 04:31:03 UTC --- Author: jason Date: Tue Aug 30 04:30:58 2011 New Revision: 178277 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178277 Log: PR c++/50224 * semantics.c (finish_id_expre

[Bug c++/50207] [4.7 Regression] G++ segv's on reduced test case

2011-08-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50207 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50209] [C++0x] Braced-init-lists are rejected as function default arguments

2011-08-29 Thread jason at gcc dot gnu.org
||jason at gcc dot gnu.org Resolution||FIXED AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.7.0 --- Comment #2 from

[Bug c++/50224] [C++0x] bogus unused parameter warning (it is referenced in lambda)

2011-08-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50224 --- Comment #5 from Jason Merrill 2011-08-30 04:40:29 UTC --- Author: jason Date: Tue Aug 30 04:40:22 2011 New Revision: 178278 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178278 Log: PR c++/50224 * semantics.c (finish_id_expre

[Bug c++/50224] [C++0x] bogus unused parameter warning (it is referenced in lambda)

2011-08-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50224 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527

2011-08-30 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/50220] [C++0x] [4.7 Regression] ICE when capturing a by-reference template function argument in a lambda

2011-08-30 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org |

[Bug c++/50220] [C++0x] [4.7 Regression] ICE when capturing a by-reference template function argument in a lambda

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50220 --- Comment #1 from Jason Merrill 2011-08-30 15:28:44 UTC --- Author: jason Date: Tue Aug 30 15:28:40 2011 New Revision: 178326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178326 Log: PR c++/50220 * semantics.c (add_capture): C

[Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50234 --- Comment #1 from Jason Merrill 2011-08-30 15:28:35 UTC --- Author: jason Date: Tue Aug 30 15:28:30 2011 New Revision: 178325 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178325 Log: PR c++/50234 * semantics.c (cxx_eval_compon

[Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50234 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50220] [C++0x] [4.7 Regression] ICE when capturing a by-reference template function argument in a lambda

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50220 --- Comment #2 from Jason Merrill 2011-08-30 15:29:09 UTC --- Author: jason Date: Tue Aug 30 15:29:04 2011 New Revision: 178328 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178328 Log: PR c++/50220 * semantics.c (add_capture): C

[Bug c++/50220] [C++0x] [4.7 Regression] ICE when capturing a by-reference template function argument in a lambda

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50220 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50234] internal compiler error: in cxx_eval_component_reference, at cp/semantics.c:6527

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50234 --- Comment #2 from Jason Merrill 2011-08-30 15:28:57 UTC --- Author: jason Date: Tue Aug 30 15:28:55 2011 New Revision: 178327 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178327 Log: PR c++/50234 * semantics.c (cxx_eval_compon

[Bug c++/50114] ICE with declaration inside for statement

2011-08-30 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.7.0

[Bug c++/50089] [C++0x] ICE when calling a qualified base class member function within a lambda expr without "this->"

2011-08-30 Thread jason at gcc dot gnu.org
at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.6.2

[Bug c++/50084] [C++0x] ICE: decltype + remove_reference + new

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50084 --- Comment #2 from Jason Merrill 2011-08-30 21:27:39 UTC --- Author: jason Date: Tue Aug 30 21:27:36 2011 New Revision: 178340 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178340 Log: PR c++/50084 * cp-tree.h (cp_decl_specifier

[Bug c++/50089] [C++0x] ICE when calling a qualified base class member function within a lambda expr without "this->"

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50089 --- Comment #2 from Jason Merrill 2011-08-30 21:27:31 UTC --- Author: jason Date: Tue Aug 30 21:27:27 2011 New Revision: 178339 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178339 Log: PR c++/50089 * semantics.c (finish_id_expre

[Bug c++/50114] ICE with declaration inside for statement

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50114 --- Comment #6 from Jason Merrill 2011-08-30 21:27:23 UTC --- Author: jason Date: Tue Aug 30 21:27:18 2011 New Revision: 178338 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178338 Log: PR c++/50114 * decl.c (poplevel): Disable f

[Bug c++/50084] [C++0x] ICE: decltype + remove_reference + new

2011-08-30 Thread jason at gcc dot gnu.org
||FIXED AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org |gnu.org | Target Milestone|--- |4.7.0 --- Comment #3 from Jason Merrill 2011-08-30 21:47:36 UTC --- Fixed for 4.7.

[Bug c++/50089] [C++0x] ICE when calling a qualified base class member function within a lambda expr without "this->"

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50089 --- Comment #3 from Jason Merrill 2011-08-30 21:48:28 UTC --- Author: jason Date: Tue Aug 30 21:48:24 2011 New Revision: 178342 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178342 Log: PR c++/50089 * semantics.c (finish_id_expre

[Bug c++/50207] [4.7 Regression] G++ segv's on reduced test case

2011-08-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50207 --- Comment #9 from Jason Merrill 2011-08-30 21:48:38 UTC --- Author: jason Date: Tue Aug 30 21:48:34 2011 New Revision: 178343 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178343 Log: PR c++/50207 * class.c (finish_struct_1): C

<    7   8   9   10   11   12   13   14   15   16   >