https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67062
--- Comment #2 from Luke Allardyce ---
--host=x86_64-w64-mingw32
--target=x86_64-w64-mingw32 or i686-w64-mingw32
I can't remember if it broke on either or both of the above targets and don't
have access to an OSX machine any more. --build was le
++
Assignee: unassigned at gcc dot gnu.org
Reporter: lukeallardyce at gmail dot com
Target Milestone: ---
Created attachment 39849
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39849&action=edit
crossconfig patch
Cross compiling for mingw required an extra define for
erity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lukeallardyce at gmail dot com
This seems to not be working again in trunk?
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55275)
template
class __attribute((abi_tag
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60642
--- Comment #2 from Luke Allardyce ---
I thought the symbols weren't being mangled with the attribute on the
instantiation without the extra tag, but as it turns out they are, sorry.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60642
--- Comment #3 from Luke Allardyce ---
On further inspection it looks like vtable symbols for template classes are not
being tagged
struct __attribute((abi_tag("test"))) foo
{
void f();
virtual ~foo();
};
template
struct __attribute((abi
at cp/parser.c:18311
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lukeallardyce at gmail dot com
void make_item()
{
static i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65127
--- Comment #1 from Luke Allardyce ---
Sorry, make_item() should be template make_item()
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: lukeallardyce at gmail dot com
Discussion here
https://gcc.gnu.org/ml/libstdc++/2014-11/msg00145.html
#include
#include
int main(int, char* argv
: 4.9.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lukeallardyce at gmail dot com
struct Foo
{
protected:
Foo() = default;
int t;
};
struct Bar : public Foo
{
Bar
mal
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: lukeallardyce at gmail dot com
Target Milestone: ---
When cross building GCC for windows on OS X the -no-pie flag is being passed to
the native linker for some of the build tools (
10 matches
Mail list logo