[Bug c++/70818] New: Multiple calls of virtual base class contructor (with braced initialization)

2016-04-27 Thread tcorbat at hsr dot ch
: trivial Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tcorbat at hsr dot ch Target Milestone: --- I've encountered a surprising behavior of a resulting executable when compiling the following code (g++ -std=c++11): - mai

[Bug c++/71790] New: C++ attributes on expression statements result in compile error

2016-07-07 Thread tcorbat at hsr dot ch
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tcorbat at hsr dot ch Target Milestone: --- I encounter problems when using C++ attributes on expression statements while compiling with GCC. For example: int main(int argc, char **argv