Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: boris.staletic at gmail dot com
Target Milestone: ---
Hello,
first, apologies for a bad title. I was unsure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93711
--- Comment #7 from Boris Staletic ---
I don't know if this is the same problem, since the actual
`std::istream_iterator` isn't empty, unlike in the other test cases. If
the following is a different problem, sorry up front for the noise.
https:/
IRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: boris.staletic at gmail dot com
Target Milestone: ---
When compiling with clang, a code that contains an object of the type
std::files
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91067
--- Comment #2 from Boris Staletic ---
Created attachment 46549
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46549&action=edit
Non-preprocessed file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91067
--- Comment #1 from Boris Staletic ---
Created attachment 46548
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46548&action=edit
Minimal reproducer - preprocessed with clang
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: boris.staletic at gmail dot com
Target Milestone: ---
My gcc version is 8.1.0. I have not tried with the latest gcc snapshot. If
requested, I will compile a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422
--- Comment #2 from Boris Staletic ---
> so this time it's not parsing but code-generation that blows up things.
That makes sense, when I was playing with the file, it took between 5 to 10
seconds to report syntax errors.
Another thing that avo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422
--- Comment #4 from Boris Staletic ---
I get the segmentations fault when running cc1plus directly. No matter if I
pass -quiet or not.
So what's the next step?
Also, I have just noticed "Known to work: 8.1.1". Is that a mistake?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422
--- Comment #8 from Boris Staletic ---
> ulimit -s unlimited
After running that command and enabling swap, for a total of 16GB available
memory, until about 5 minute mark, cc1plus was consuming >4GB. After about five
minute mark, cc1plus started
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422
--- Comment #10 from Boris Staletic ---
Running "g++ -S -fno-exceptions CodePoint.cpp" didn't run into OOM killer, but
gcc still hanged. The memory usage at maximum was 15.6GB. What I find strange
is that "htop" reported the g++ process as dead m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422
--- Comment #12 from Boris Staletic ---
If you're wondering about clang, it hangs too, but doesn't hog memory.
> That's to be expected when it runs into swap.
Anything else I should try?
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: boris.staletic at gmail dot com
Target Milestone: ---
Steps to repro:
0. Install Abseil from https://github.com/abseil/abseil-cpp
1. g++ -std=c++20 -fmodules-ts -xc
12 matches
Mail list logo