[Bug c++/103809] New: spurious reporting of structure redefinition

2021-12-22 Thread florin at iucha dot net via Gcc-bugs
: 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

[Bug libstdc++/101227] New: Clang++ fails to instantiate std::optional if nested type has a non-static data member initializer

2021-06-26 Thread florin at iucha dot net via Gcc-bugs
: 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

[Bug libstdc++/97936] [11 Regression] 30_threads/latch/3.cc hangs

2021-01-17 Thread florin at iucha dot net via Gcc-bugs
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

[Bug libstdc++/97936] [11 Regression] 30_threads/latch/3.cc hangs

2021-01-17 Thread florin at iucha dot net via Gcc-bugs
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

[Bug bootstrap/43819] Bootstrapping GCC 4.5.0 fails with "cannot compute suffix of object files: cannot compile"

2010-04-20 Thread 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

[Bug bootstrap/43819] Bootstrapping GCC 4.5.0 fails with "cannot compute suffix of object files: cannot compile"

2010-04-20 Thread florin at iucha dot net
--- 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

[Bug bootstrap/43819] Bootstrapping GCC 4.5.0 fails with "cannot compute suffix of object files: cannot compile"

2010-04-20 Thread florin at iucha dot net
--- 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

[Bug bootstrap/43819] New: Bootstrapping GCC 4.5.0 fails with "cannot compute suffix of object files: cannot compile"

2010-04-20 Thread florin at iucha dot net
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