[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2021-12-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2018-09-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-11-04 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #8 from Richard PALO richard at netbsd dot org --- (In reply to Richard PALO from comment #7) Further testing indicates that 'cdecl' is okay and that keeping 'regparm(0)' causes the error. Is there perhaps a hint where I could

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-27 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #7 from Richard PALO richard at netbsd dot org --- Further testing indicates that 'cdecl' is okay and that keeping 'regparm(0)' causes the error.

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #2 from Richard PALO richard at netbsd dot org --- Created attachment 33812 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33812action=edit nsFastLoadFile.ii this is the original error: gmake[4]: Entering directory

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #3 from Richard PALO richard at netbsd dot org --- I initially replied that there was an error in my original, please correct the first three lines to: #ifndef HIDDEN #define HIDDEN __attribute__((visibility(hidden))) #endif

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #4 from Daniel Krügler daniel.kruegler at googlemail dot com --- (In reply to Richard PALO from comment #3) I initially replied that there was an error in my original, please correct the first three lines to: #ifndef HIDDEN

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #5 from Richard PALO richard at netbsd dot org --- (In reply to Daniel Krügler from comment #4) (In reply to Richard PALO from comment #3) I initially replied that there was an error in my original, please correct the first three

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #6 from Richard PALO richard at netbsd dot org --- For that matter, the following is sufficient to reproduce the problem, the rest is mostly to simulate the xulrunner environment that is failing to build.