[Bug c++/70939] creating object of abstract class allowed in all versions of g++

2016-05-03 Thread pravasimeet999 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70939 --- Comment #1 from Pravasi Meet --- MSVC++ 2015 doesn't compile the program & gives compilation errors as expected when compiling the program. You can test the program at here: http://webcompiler.cloudapp.net/

[Bug c++/70939] New: creating object of abstract class allowed in all versions of g++

2016-05-03 Thread pravasimeet999 at yahoo dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pravasimeet999 at yahoo dot com Target Milestone: --- Created attachment 38408 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38408&action=edit g++ compiles ill formed C++

[Bug c++/69054] New: g++ fails to diagnose ambiguous overload resolution when implicit conversions are involved

2015-12-25 Thread pravasimeet999 at yahoo dot com
Severity: major Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pravasimeet999 at yahoo dot com Target Milestone: --- The following program is ill formed C++. But on all versions of g++ it (See live demo http://melpon.org

[Bug c++/67216] false is still a null pointer constant

2015-08-14 Thread pravasimeet999 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67216 Pravasi Meet changed: What|Removed |Added CC||pravasimeet999 at yahoo dot com