: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: florin at iucha dot net
Target Milestone: ---
Consider the following program:
/*/
#include
namespace priv
{
template
struct Struct {};
}
#ifdef SHOW_BUG
: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: florin at iucha dot net
Target Milestone: ---
I have reported https://bugs.llvm.org/show_bug.cgi?id=50904 and David suggested
it might be a bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97936
--- Comment #14 from florin at iucha dot net ---
For reference:
$ /opt/gcc11/bin/g++-11 -v
Using built-in specs.
COLLECT_GCC=/opt/gcc11/bin/g++-11
COLLECT_LTO_WRAPPER=/opt/gcc11/libexec/gcc/x86_64-linux-gnu/11.0.0/lto-wrapper
Target: x86_64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97936
florin at iucha dot net changed:
What|Removed |Added
CC||florin at iucha dot net
--- Comment #4 from florin at iucha dot net 2010-04-20 15:54 ---
I will do that - but I was expecting that passing in the paths is sufficient.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43819
--- Comment #2 from florin at iucha dot net 2010-04-20 15:42 ---
The 'missing' library is in fact present:
$ ls -l /usr/local.296/lib/
total 4260
-rw-r--r--1 root root 1726470 Apr 20 15:00 libelf.a
lrwxrwxrwx1 root root 16 Apr 20 15:00
--- Comment #1 from florin at iucha dot net 2010-04-20 15:41 ---
Created an attachment (id=20445)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20445&action=view)
libgcc config log
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43819
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: florin at iucha dot net
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target tr