[Bug c++/66701] __cxxabiv1::__cxa_pure_virtual - can it take an argument of the pointer to the function that was called, please?

2015-06-30 Thread gcc-bugs at hussar dot demon.co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66701 --- Comment #2 from Jason --- (With due sense of dread:) I note that the __cxxabiv1 seems to have a v1 in it. Why not define a v2 with a better signature? Although I realise that this is a quality-of-implementation issue, why should an apparently

[Bug c++/66097] New: Program fails to run with -O1 but runs with individual settings.

2015-05-10 Thread gcc-bugs at hussar dot demon.co.uk
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc-bugs at hussar dot demon.co.uk Target Milestone: --- When I compile my program with -O1 it fails, but using the options in [1] it succeeds. Does the web site need updating with the

[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2014-01-31 Thread gcc-bugs at hussar dot demon.co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 --- Comment #3 from Jason --- C-style enums decay to the underlying integer representation, this particular behaviour helps complicate considering how any modification to the diagnostic might be implemented. Enum-classes are not without their own

[Bug c++/59980] New: Diagnostics relating to template-specialisations using enums.

2014-01-29 Thread gcc-bugs at hussar dot demon.co.uk
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc-bugs at hussar dot demon.co.uk Created attachment 31978 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31978&action=edit Example source code producing the diagnostic. I