[Bug libstdc++/64571] New: [5.0 Regression] Link failure with fstream due to new string implementation

2015-01-12 Thread reichelt at gcc dot gnu.org
: rejects-valid Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: redi at gcc dot gnu.org The following valid program (compiled with -std=c++11) fails to

[Bug c++/54442] [4.8/4.9 Regression] Const overloads resolution failure

2014-12-18 Thread reichelt at gcc dot gnu.org
||4.2.0, 4.3.0, 4.4.0 Keywords||ice-on-valid-code Last reconfirmed||2014-12-18 CC||reichelt at gcc dot gnu.org Ever confirmed|0 |1

[Bug c++/64297] [5 Regression] ICE: canonical types differ for identical types

2014-12-13 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64297 Volker Reichelt changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug c++/64297] New: [5 Regression] ICE: canonical types differ for identical types

2014-12-13 Thread reichelt at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The followiong valid testcase triggers an ICE on trunk: = #include struct A { typedef bool X; template X foo

[Bug ipa/61998] [5 Regression] ICE: Segmentation fault with -Wsuggest-final-types

2014-08-22 Thread reichelt at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2014-08-22 CC||reichelt at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Volker Reichelt --- Confirmed. I tripped over the same

[Bug c++/62127] [5.0 Regression] ICE with VLA in constructor

2014-08-13 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62127 Volker Reichelt changed: What|Removed |Added Known to work||4.7.0, 4.8.0, 4.9.0 Target Milestone

[Bug c++/62127] New: [5.0 Regression] ICE with VLA in constructor

2014-08-13 Thread reichelt at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid code snippet triggers an ICE on trunk: == struct A { A(int); }; A::A(int i) { int x[1][i]; x[0][0] = 0

[Bug c++/58583] [c++11] ICE with invalid non-static data member initialization in template

2014-08-13 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58583 --- Comment #3 from Volker Reichelt --- Since May all three testcases ICE on trunk.

[Bug c++/62115] [4.10 Regression] ICE with invalid default argument

2014-08-12 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62115 Volker Reichelt changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug c++/62115] New: [4.10 Regression] ICE with invalid default argument

2014-08-12 Thread reichelt at gcc dot gnu.org
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: jason at gcc dot gnu.org, paolo at gcc dot gnu.org The following invalid code snippet triggers an ICE on trunk

[Bug c++/60189] ICE with invalid use of _Cilk_sync

2014-08-03 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60189 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/58704] [c++11] ICE initializing array member of template class

2014-08-03 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58704 Volker Reichelt changed: What|Removed |Added Target Milestone|4.10.0 |4.9.1

[Bug c++/60629] New: [c++11] ICE initializing array of function pointers with auto

2014-03-23 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following (valid?) code snippet (compiled with "-std=c++11" or "-std=c++0x"for older compilers) trigg

[Bug c++/60628] [4.7/4.8/4.9 Regression] [c++11] ICE initializing array of auto

2014-03-23 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60628 Volker Reichelt changed: What|Removed |Added Known to work||4.4.0, 4.5.0 Target Milestone|---

[Bug c++/60628] New: [4.7/4.8/4.9 Regression] [c++11] ICE initializing array of auto

2014-03-23 Thread reichelt at gcc dot gnu.org
-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following (invalid?) code snippet (compiled with "-std=c++11" or "-std=c++0x" for older compil

[Bug c++/60627] New: [c++1y] ICE in explicit template instantiation containing auto parameter

2014-03-23 Thread reichelt at gcc dot gnu.org
: diagnostic, error-recovery, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: abutcher at gcc dot gnu.org The following invalid code snippet

[Bug c++/60626] New: [c++1y] ICE with pointer to function with auto parameter

2014-03-23 Thread reichelt at gcc dot gnu.org
-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: abutcher at gcc dot gnu.org The following invalid code snippet (compiled with "-std=

[Bug c++/59912] [C++1y] ICE when deducing return type for specialized functions

2014-03-23 Thread reichelt at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2014-03-23 CC||reichelt at gcc dot gnu.org Ever confirmed|0 |1 Known to fail||4.8.0, 4.9.0 --- Comment #1

[Bug c++/60574] [4.9 Regression] [c++1y] ICE with deduced return type in virtual function and LTO

2014-03-18 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60574 Volker Reichelt changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug c++/60574] New: [4.9 Regression] [c++1y] ICE with deduced return type in virtual function and LTO

2014-03-18 Thread reichelt at gcc dot gnu.org
Keywords: ice-on-valid-code, lto Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following questionable code snippet (compiled with "-std=c++1y -flto -fpermissive") t

[Bug c++/60573] New: [c++1y] ICE with defining generic function of nested class in class scope

2014-03-18 Thread reichelt at gcc dot gnu.org
-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: abutcher at gcc dot gnu.org The following invalid code snippet (compiled with "-std=

[Bug c++/60572] [4.9 Regression] ICE deriving from class with invalid member

2014-03-18 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60572 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0, 4.7.0, 4.8.0 Target Mil

[Bug c++/60572] New: [4.9 Regression] ICE deriving from class with invalid member

2014-03-18 Thread reichelt at gcc dot gnu.org
, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet triggers an ICE on trunk: struct A { A x

[Bug c++/59114] [c++1y] ICE using auto in conversion operator

2014-03-18 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59114 Volker Reichelt changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1

[Bug c++/60332] [c++1y] ICE with auto in function-pointer cast

2014-03-18 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60332 Volker Reichelt changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1

[Bug c++/60054] [c++1y] ICE with auto* cast

2014-03-18 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60054 Volker Reichelt changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1

[Bug c++/60367] Default argument object is not getting constructed

2014-03-11 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 Volker Reichelt changed: What|Removed |Added CC||reichelt at gcc dot gnu.org

[Bug c++/58501] [c++11] Crash with brace-enclosed initializer as default parameter

2014-03-11 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58501 Volker Reichelt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60376] [4.9 Regression] [c++1y] ICE on invalid with using declaration in template function

2014-03-07 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60376 --- Comment #6 from Volker Reichelt --- Just for the record: the new bug is PR60409.

[Bug c++/60393] New: [c++1y] ICE with with invalid functions with auto parameters

2014-03-02 Thread reichelt at gcc dot gnu.org
, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: abutcher at gcc dot gnu.org The following invalid code snippets (compiled with "-

[Bug c++/60377] [c++1y] ICE with invalid function parameter in conjunction with auto parameter

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60377 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60391] New: [c++1y] ICE with auto parameter for operator""

2014-03-02 Thread reichelt at gcc dot gnu.org
valid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: abutcher at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++1y") trig

[Bug c++/60390] New: [c++1y] ICE with declaring function with auto parameter as friend

2014-03-02 Thread reichelt at gcc dot gnu.org
-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: abutcher at gcc dot gnu.org The following valid code snippet (compiled with "-std=c++1y") t

[Bug c++/60376] [4.9 Regression] [c++1y] ICE using member function in a template function

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60376 Volker Reichelt changed: What|Removed |Added Keywords|error-recovery |ice-on-valid-code Summary|[4

[Bug c++/60389] [4.8/4,9 Regression] [c++11] ICE with inheriting constructors and wrong usage of constexpr

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60389 Volker Reichelt changed: What|Removed |Added Known to work||4.7.0 Target Milestone|---

[Bug c++/60389] New: [4.8/4,9 Regression] ICE with inheriting constructors and wrong usage of constexpr

2014-03-02 Thread reichelt at gcc dot gnu.org
Keywords: ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++11") triggers an ICE since

[Bug c++/60384] [4.9 Regression] [c++1y] ICE with invalid typedef

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60384 Volker Reichelt changed: What|Removed |Added Known to work||4.8.0 Target Milestone|---

[Bug c++/60384] New: [4.9 Regression] [c++1y] ICE with invalid typedef

2014-03-01 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid testcase (compiled with "-std=c++1y") triggers an ICE on trunk: templa

[Bug c++/53492] [4.7/4.8/4.9 Regression] ICE in retrieve_specialization, at cp/pt.c:985

2014-03-01 Thread reichelt at gcc dot gnu.org
|2012-05-26 00:00:00 |2014-03-01 CC||reichelt at gcc dot gnu.org Target Milestone|--- |4.7.4 Summary|internal compiler error: in |[4.7/4.8/4.9 Regression] |retrieve_specialization, at |ICE in

[Bug c++/60383] [4.8 Regression] ICE with invalid template specialization

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60383 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0, 4.7.0, 4.8.0 Target Mil

[Bug c++/60383] New: [4.8 Regression] ICE with invalid template specialization

2014-03-01 Thread reichelt at gcc dot gnu.org
-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid testcase triggers an ICE on trunk

[Bug c++/58567] [4.8 Regression] ICE with invalid loop variable in template using openmp

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58567 Volker Reichelt changed: What|Removed |Added Target Milestone|4.9.0 |4.8.3 --- Comment #6 from Volker Reiche

[Bug c++/60377] New: [c++1y] ICE with invalid function parameter in conjunction with auto parameter

2014-02-28 Thread reichelt at gcc dot gnu.org
: diagnostic, error-recovery, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid testcase (compiled with "-std=c++1y") triggers

[Bug c++/60305] [4.7 Regression] ICE constexpr array of functions in template

2014-02-28 Thread reichelt at gcc dot gnu.org
||4.6.0, 4.8.3, 4.9.0 Keywords||ice-on-valid-code Last reconfirmed||2014-03-01 CC||reichelt at gcc dot gnu.org Ever confirmed|0 |1

[Bug c++/60376] [4.9 Regression] ICE with invalid use of using

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60376 Volker Reichelt changed: What|Removed |Added Known to work||4.8.0 Target Milestone|---

[Bug c++/60376] New: [4.9 Regression] ICE with invalid use of using

2014-02-28 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid testcase (compiled with "-std=c++1y") triggers an ICE on trunk: struct

[Bug c++/60375] [4.9 Regression] ICE with invalid use of lambda

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60375 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0, 4.7.0, 4.8.0 Target Mil

[Bug c++/60375] New: [4.9 Regression] ICE with invalid use of lambda

2014-02-28 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid testcase (compiled with "-std=c++11") triggers an ICE on trunk:

[Bug c++/60374] [4.7/4.8/4.9 Regression] ICE with invalid template specialization

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60374 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0 Target Milestone|---

[Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization

2014-02-28 Thread reichelt at gcc dot gnu.org
-recovery, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid testcase (compiled with "-std=c++11") triggers an ICE since

[Bug c++/60190] [c++1y] ICE with invalid return type of template lambda

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60190 Volker Reichelt changed: What|Removed |Added Keywords||error-recovery, |

[Bug c++/59066] [C++11] 'using' instead of 'typedef' causes a segmentation fault.

2014-02-26 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066 Volker Reichelt changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #5

[Bug c++/58648] [c++11] ICE with variadic template

2014-02-26 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58648 Volker Reichelt changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1

[Bug c++/30301] Invalid static member of anonymous class or union diagnosed too late

2014-02-26 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30301 Volker Reichelt changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2

[Bug c++/60311] [c++1y] ICE with pointer-to-function with auto parameter

2014-02-25 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60311 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60065] [c++1y] ICE with auto parameter pack

2014-02-25 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60065 Volker Reichelt changed: What|Removed |Added Keywords||ice-on-valid-code Status|UN

[Bug c++/60312] [4.9 Regression] [c++1y] ICE using auto as template parameter

2014-02-24 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60312 --- Comment #4 from Volker Reichelt --- > I think this might have fixed PR c++/60311 too. Alas not, that one still crashes for me.

[Bug c++/60332] New: [c++1y] ICE with auto in function-pointer cast

2014-02-24 Thread reichelt at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid(?) code snippet (compiled with "-std=c++1y -flto") triggers an IC

[Bug c++/60331] New: ICE with OpenMP #pragma omp declare reduction in template class

2014-02-24 Thread reichelt at gcc dot gnu.org
-code, openmp Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid(?) code snippet (compiled with "-std=c++11 -fopenmp") triggers an IC

[Bug c++/58448] ICE on invalid: tree_class_check_failed

2014-02-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58448 Volker Reichelt changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/59347] [4.9 Regression] ICE on invalid: tree check: expected class 'type', have 'exceptional' (error_mark) in tsubst_decl, at cp/pt.c:10798

2014-02-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59347 --- Comment #7 from Volker Reichelt --- *** Bug 58448 has been marked as a duplicate of this bug. ***

[Bug c++/60312] [4.9 Regression] [c++1y] ICE using auto as template parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60312 Volker Reichelt changed: What|Removed |Added Known to work||4.8.0 Target Milestone|---

[Bug c++/60312] New: [4.9 Regression] [c++1y] ICE using auto as template parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++1y") triggers an IC

[Bug c++/60311] New: [c++1y] ICE with pointer-to-function with auto parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: abutcher at gcc dot gnu.org The following invalid(?) line of code (compiled with "-std=c++1y") t

[Bug c++/60053] [c++1y] ICE with auto as member template function parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60053 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60052] [c++1y] ICE with auto as member function parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60052 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60167] [4.9 regression] Bogus error: conflicting declaration

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60167 Bug 60167 depends on bug 58606, which changed state. Bug 58606 Summary: [4.8 Regression] [c++11] ICE with specialization in variadic template http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58606 What|Removed |Added

[Bug c++/58606] [4.8 Regression] [c++11] ICE with specialization in variadic template

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58606 Volker Reichelt changed: What|Removed |Added Status|RESOLVED|REOPENED Known to work|

[Bug c++/60064] [c++1y] ICE with auto as parameter of friend function

2014-02-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60064 Volker Reichelt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60254] [4.7/4.8/4.9 Regression] [c++11] ICE with non-const expression in static_assert

2014-02-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60254 Volker Reichelt changed: What|Removed |Added Known to work||4.3.0, 4.4.0, 4.5.0, 4.6.0 Target Mil

[Bug c++/60254] New: [4.7/4.8/4.9 Regression] [c++11] ICE with non-const expression in static_assert

2014-02-17 Thread reichelt at gcc dot gnu.org
: error-recovery, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet triggers an ICE since GCC 4.6.1

[Bug c++/60253] [4.7/4.8/4.9 Regression] ICE passing class object through ellipsis (...)

2014-02-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60253 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0 Target Milestone|---

[Bug c++/60253] New: [4.7/4.8/4.9 Regression] ICE passing class object through ellipsis (...)

2014-02-17 Thread reichelt at gcc dot gnu.org
-recovery, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet triggers an ICE since GCC 4.7.0

[Bug c++/60252] [4.7/4.8/4.9 Regression] [c++11] ICE with invalid variable-length array in lambda parameter

2014-02-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60252 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0 Target Milestone|---

[Bug c++/60252] New: [4.7/4.8/4.9 Regression] [c++11] ICE with invalid variable-length array in lambda parameter

2014-02-17 Thread reichelt at gcc dot gnu.org
Keywords: ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++11") triggers an ICE

[Bug c++/60251] [4.9 Regression] [c++11] ICE capturing variable-length array

2014-02-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60251 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0, 4.7.0, 4.8.0 Target Mil

[Bug c++/60251] New: [4.9 Regression] [c++11] ICE capturing variable-length array

2014-02-17 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid code snippet (compiled with "-std=c++11") triggers an IC

[Bug c++/60250] New: [4.9 Regression] [c++1y] ICE using lambda for array size

2014-02-17 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid code snippet (compiled with "-std=c++1y") triggers an ICE on trunk. The code compiles fine, if it i

[Bug c++/60250] [4.9 Regression] [c++1y] ICE using lambda for array size

2014-02-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60250 Volker Reichelt changed: What|Removed |Added Known to work||4.8.0 Target Milestone|---

[Bug c++/60249] New: [c++11] Compiler goes into semi-infinite loop with wrong usage of user defined string literals

2014-02-17 Thread reichelt at gcc dot gnu.org
Keywords: ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++11") triggers an ICE

[Bug c++/60248] [4.7/4.8/4.9 Regression] [C++11] ICE specializing variadic template

2014-02-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60248 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0 Target Milestone|---

[Bug c++/60248] New: [4.7/4.8/4.9 Regression] ICE specializing variadic template

2014-02-17 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid code snippet (compiled with "-std=c++11 -g") triggers an ICE since

[Bug c/60197] ICE with _Cilk_spawn in expression

2014-02-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60197 --- Comment #3 from Volker Reichelt --- Well, the code also crashes, if I move it out of the return statement: = int foo() { int i = (_Cilk_spawn foo()) + 1; return i; }

[Bug c++/59004] [4.8 Regression] ICE generated by __func__

2014-02-16 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Volker Reichelt changed: What|Removed |Added Target Milestone|4.8.4 |4.8.3

[Bug c++/60146] [4.8/4.9 Regression] ICE when compiling this code with -fopenmp

2014-02-16 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60146 Volker Reichelt changed: What|Removed |Added Target Milestone|4.8.4 |4.8.3

[Bug c++/60216] [4.8/4.9 Regression] [c++11] Trouble with deleted template functions

2014-02-16 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60216 Volker Reichelt changed: What|Removed |Added Target Milestone|4.8.4 |4.8.3

[Bug c++/60219] [4.8/4.9 Regression] [c++11] ICE invalid use of variadic template

2014-02-16 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60219 Volker Reichelt changed: What|Removed |Added Target Milestone|4.8.4 |4.8.3

[Bug c++/60228] New: ICE using lambda in #pragma omp declare reduction

2014-02-16 Thread reichelt at gcc dot gnu.org
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid code snippet (compiled with "-std=c++11 -fopenmp") triggers an IC

[Bug c++/60227] New: [4.7/4.8/4.9 Regression] [C++11] ICE using brace-enclosed initializer list to initialize array

2014-02-16 Thread reichelt at gcc dot gnu.org
Keywords: ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++11") triggers an ICE

[Bug c/60226] New: ICE initializing array of elements with too large alignment

2014-02-16 Thread reichelt at gcc dot gnu.org
-on-invalid-code Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet triggers an ICE since GCC 4.0.0

[Bug c++/60225] New: [4.9 Regression] [c++11] ICE initializing constexpr array

2014-02-16 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++11") triggers an IC

[Bug c++/60224] New: [4.7/4.8/4.9 Regression] ICE using invalid initializer for array

2014-02-16 Thread reichelt at gcc dot gnu.org
-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet triggers an ICE since GCC 3.3 (with the exception of GCC 4.1.2

[Bug c++/60223] New: [c++11] ICE with C++11-style default template parameter

2014-02-16 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following valid code snippet (compiled with "-std=c++11") triggers an ICE since

[Bug c++/60222] [4.8/4.9 Regression] ICE with reference as template parameter

2014-02-16 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60222 Volker Reichelt changed: What|Removed |Added Known to work||4.7.0, 4.8.0, 4.8.1, 4.8.2 Target Mil

[Bug c++/60222] New: [4.8/4.9 Regression] ICE with reference as template parameter

2014-02-16 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org CC: jason at gcc dot gnu.org The following valid code snippet triggers an ICE on the 4.8 branch and trunk

[Bug c++/60219] [4.8/4.9 Regression] [c++11] ICE invalid use of variadic template

2014-02-15 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60219 Volker Reichelt changed: What|Removed |Added Known to work||4.7.0 Target Milestone|---

[Bug c++/60219] New: [4.8/4.9 Regression] [c++11] ICE invalid use of variadic template

2014-02-15 Thread reichelt at gcc dot gnu.org
, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++11") triggers an ICE since

[Bug c++/60217] New: Numerous ICEs involving wrong usage of __bases

2014-02-15 Thread reichelt at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org One note up front: The testcases below involving __bases can be compiled in C++98 mode. But, since __bases yields a parameter pack, shouldn't its use on

[Bug c++/60218] New: [c++11] ICE using __bases for broken class hierarchy

2014-02-15 Thread reichelt at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reichelt at gcc dot gnu.org The following invalid code snippet (compiled with "-std=c++11") triggers an ICE since GCC 4.7.0 (when __bases was

[Bug c++/60216] [4.8/4.9 Regression] [c++11] Trouble with deleted template functions

2014-02-15 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60216 Volker Reichelt changed: What|Removed |Added Known to work||4.8.0 Target Milestone|---

<    1   2   3   4   5   6   7   8   >