[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

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

2014-12-18 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54442 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[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 functional struct A { typedef bool X

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords||ice

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

2014-08-22 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61998 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords||ice

[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 reichelt at gcc dot gnu.org --- Since May all three testcases ICE on trunk.

[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++/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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.7.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++/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 reichelt at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.10.0

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.10.0 |4.9.1

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2014-03-23 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59912 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid

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

2014-03-23 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=c++1y

[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++/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 compilers) triggers an ICE since

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.4.0, 4.5.0

[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++0xfor older compilers) triggers an ICE since GCC

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc

[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++/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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0, 4.6.0

[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=c++1y

[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) triggers an ICE

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added CC||reichelt

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 reichelt at gcc dot gnu.org --- Just for the record: the new bug is PR60409.

[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 GCC 4.8.0

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.7.0

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|error-recovery |ice-on-valid

[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) triggers

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

2014-03-02 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: abutcher at gcc dot gnu.org The following invalid code snippet (compiled with -std=c++1y) triggers an ICE on trunk

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 -std=c++1y

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.0 |4.8.3

[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++/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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0, 4.6.0

[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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53492 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts

[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: templatetypename int

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.0

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords||error

[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 GCC 4.7.0

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0, 4.6.0

[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: === 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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0, 4.6.0

[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 A { int foo

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.0

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

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

[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 an ICE

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 ICE on trunk

[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 ICE on trunk

[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 reichelt at gcc dot gnu.org --- I think this might have fixed PR c++/60311 too. Alas not, that one still crashes for me.

[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 reichelt at gcc dot gnu.org --- *** Bug 58448 has been marked as a duplicate of this bug. ***

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[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

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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) triggers an ICE

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.0

[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 ICE on trunk

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 reichelt at gcc dot gnu.org --- 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++/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 GCC 4.7.0

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0, 4.6.0

[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 since GCC

[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 is compiled

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.0

[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 ICE on trunk

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0, 4.6.0

[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 since GCC 4.6.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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0

[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++/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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0, 4.6.0

[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++/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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.3.0, 4.4.0

[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++/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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.7.0, 4.8.0

[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 GCC 4.6.0

[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++/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 ICE on trunk

[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++/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 since GCC

[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 ICE on trunk

[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 reichelt at gcc dot gnu.org 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 reichelt at gcc dot gnu.org 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 reichelt at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.4 |4.8.3

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.4 |4.8.3

[Bug c++/60211] New: ICE with #pragma GCC ivdep and for-loop on global scope

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 The following invalid code snippet triggers an ICE on trunk: = void foo() {} int i; #pragma GCC ivdep for (i = 0; i 2; ++i

[Bug c++/60215] New: [4.9 Regression] ICE with invalid bit-field size

2014-02-15 Thread reichelt at gcc dot gnu.org
: 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 on trunk: == struct A { void foo(); int i : foo; }; == bug.cc:4:11: error: width

[Bug c++/60215] [4.9 Regression] ICE with invalid bit-field size

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

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

2014-02-15 Thread reichelt at gcc dot gnu.org
-invalid, 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 GCC 4.8.1

[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 reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.0

<    1   2   3   4   5   6   7   8   >