[Bug c++/70384] New: Unhelpful warnings on invalid initializations

2016-03-23 Thread gcc at magfr dot user.lysator.liu.se
++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc at magfr dot user.lysator.liu.se Target Milestone: --- Created attachment 38074 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38074=edit ex.cpp Consider the following source (ex.cpp): void f(int&); void g

[Bug middle-end/66214] [6 Regression] ICE verify_type failed with -O0 -g via gen_type_die_with_usage's dwarf2out.c:20250

2015-11-15 Thread gcc at magfr dot user.lysator.liu.se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214 --- Comment #21 from Magnus Fromreide --- Odd. I have just tried with a freshly built gcc and openssl-1.0.2d and the build still fails on line 351 (the definition of struct bn_gencb_st) On the other hand, I am running x86_64-linux, not osx.

[Bug middle-end/66214] [6 Regression] ICE verify_type failed with -O0 -g via gen_type_die_with_usage's dwarf2out.c:20250

2015-11-15 Thread gcc at magfr dot user.lysator.liu.se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214 --- Comment #23 from Magnus Fromreide --- One more question - you are using the command g++ -g file_that_include_ssl_h.cpp right? Building it as C works for me as well.

[Bug middle-end/66214] [6 Regression] ICE verify_type failed with -O0 -g via gen_type_die_with_usage's dwarf2out.c:20250

2015-11-15 Thread gcc at magfr dot user.lysator.liu.se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214 --- Comment #19 from Magnus Fromreide --- When you say "latest openssl", do you refer to trunk or 1.0.2d? It seems that the problem is gone from openssl trunk due to a source reorganization but it seems to still be present in 1.0.2d.

[Bug middle-end/66214] [6 Regression] ICE verify_type failed with -O0 -g via gen_type_die_with_usage's dwarf2out.c:20250

2015-10-21 Thread gcc at magfr dot user.lysator.liu.se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214 --- Comment #16 from Magnus Fromreide --- Should the importance of this bug be raised? It is a bit embarrasing that the program #include ice's

[Bug middle-end/66214] [6 Regression] ICE verify_type failed with -O0 -g via gen_type_die_with_usage's dwarf2out.c:20250

2015-10-16 Thread gcc at magfr dot user.lysator.liu.se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214 Magnus Fromreide changed: What|Removed |Added CC||gcc at magfr dot user.lysator.liu.

[Bug c++/67926] New: Using folding expressions in a constexpr context ice's

2015-10-11 Thread gcc at magfr dot user.lysator.liu.se
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc at magfr dot user.lysator.liu.se Target Milestone: --- Trying to compile the following results in an ICE. $ cat z1.ii template concept bool C = (T && ...); $ /usr/local/gcc-head/bin/g++ --version g++ (GC

[Bug c/52802] New: Equality rewrites pessimizes code

2012-03-30 Thread gcc at magfr dot user.lysator.liu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52802 Bug #: 52802 Summary: Equality rewrites pessimizes code Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48266] New: deprecated(message) fails to print message

2011-03-24 Thread gcc at magfr dot user.lysator.liu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48266 Summary: deprecated(message) fails to print message Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++

[Bug c++/48089] New: ICE on in(?)valid in constexpr constructors

2011-03-12 Thread gcc at magfr dot user.lysator.liu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48089 Summary: ICE on in(?)valid in constexpr constructors Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/47695] New: [C++0X] Calling a deleted function fails twice

2011-02-11 Thread gcc at magfr dot user.lysator.liu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47695 Summary: [C++0X] Calling a deleted function fails twice Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: