Assignee: unassigned at gcc dot gnu.org
Reporter: momchil.velikov at gmail dot com
Target Milestone: ---
Created attachment 48046
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48046&action=edit
reproducer/examples
Taking as an example the noreturn attribute.
It is document
: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: momchil.velikov at gmail dot com
Target Milestone: ---
When GCC compiles the following source
```
__attribute__((target("branch-protection=pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60994
--- Comment #9 from Momchil Velikov ---
https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00659.html(In reply to Jakub
Jelinek from comment #8)
> Have you pinged your patch? If a patch isn't reviewed within a week or two,
> you should ping it on gcc
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: momchil.velikov at gmail dot com
Consider the example:
--- 8< --
struct C {
C(const C &);
};
struct X {
operator C() const;
};
C a{X()};
--- 8< --
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59366
--- Comment #1 from Momchil Velikov ---
Proposed fix:
http://gcc.gnu.org/ml/gcc-patches/2014-05/msg00198.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60994
--- Comment #5 from Momchil Velikov ---
Proposed fix: http://gcc.gnu.org/ml/gcc-patches/2014-04/msg01938.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60994
--- Comment #3 from Momchil Velikov ---
(In reply to Markus Trippelsdorf from comment #1)
> Implicit enum to int conversion is not provided for a scoped enumeration.
This is not the reported error.
In fact, the correct output of the compiler wou
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: momchil.velikov at gmail dot com
gcc version 4.10.0 20140428 (experimental) (GCC)
Compiling (with c++ -c -std=c++11 b.cc) the following program
enum struct A
{
n = 3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60755
Momchil Velikov changed:
What|Removed |Added
CC||momchil.velikov at gmail dot
com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60463
Momchil Velikov changed:
What|Removed |Added
CC||momchil.velikov at gmail dot
com
10 matches
Mail list logo