gcc 5 copy list initialization creates undefined reference
Bug #1643538 reported by
sobczyk
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-5 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
g++ > 5.1
introduced a regression
Attached code compiled with g++ -std=c++11 test.cpp
creates:
/tmp/ccDj6FO4.o: In function `main':
test.cpp:
collect2: error: ld returned 1 exit status
all clang++ compilers compile this code fine
To post a comment you must log in.