[Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows

2020-03-06 Thread orgads at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93244 --- Comment #8 from Orgad Shaneh --- (In reply to CVS Commits from comment #7) > The master branch has been updated by Jonathan Wakely : > > https://gcc.gnu.org/g:b0815713a32c5cc062bd41fa75dac4d4408215fb > > commit r10-7064-gb0815713a32c5cc062b

[Bug c++/93244] New: std::filesystem::path::generic_string doesn't convert the first slash on Windows

2020-01-12 Thread orgads at gmail dot com
IRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: orgads at gmail dot com Target Milestone: --- #include int main() { std::cout << std::filesystem::current_path().generic_string() << std::

[Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows

2020-01-13 Thread orgads at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93244 --- Comment #3 from Orgad Shaneh --- Thank you! I've noticed in your changed that only on cygwin double leading slashes are preserved. Why is that? I think it should be the same on all _WIN32 compilers, like MinGW. A shared folder is accessed b

[Bug c++/53184] New: Unnecessary anonymous namespace warnings

2012-05-01 Thread orgads at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53184 Bug #: 53184 Summary: Unnecessary anonymous namespace warnings Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/53184] Unnecessary anonymous namespace warnings

2012-05-01 Thread orgads at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53184 --- Comment #2 from Orgad Shaneh 2012-05-02 06:56:28 UTC --- Anonymous types shouldn't produce any warnings. They are very commonly used in headers needed for both C and C++ projects. The warning is meant for types inside anonymous namespaces, wh

[Bug driver/45749] Response file unwrapped between collect2.exe and ld.exe

2018-07-03 Thread orgads at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749 Orgad Shaneh changed: What|Removed |Added CC||orgads at gmail dot com --- Comment #12

[Bug sanitizer/88215] New: UBSAN: Internal compiler error with attribute(unused)

2018-11-27 Thread orgads at gmail dot com
Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: orgads at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone

[Bug sanitizer/88215] UBSAN: Internal compiler error with attribute(unused)

2018-11-28 Thread orgads at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88215 --- Comment #4 from Orgad Shaneh --- Thank you!

[Bug c++/57335] internal compiler error: in cxx_eval_bit_field_ref, at cp/semantics.c:6977

2016-05-14 Thread orgads at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57335 --- Comment #14 from Orgad Shaneh --- With 6.1, this doesn't only fail for static_assert. Even a simple function call fails: struct Bits { unsigned char a : 7; unsigned char b : 1; constexpr Bits() : a(0), b(0) {} }; struct Foo {

[Bug tree-optimization/60770] disappearing clobbers

2021-01-27 Thread orgads at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60770 Orgad Shaneh changed: What|Removed |Added CC||orgads at gmail dot com --- Comment #13

[Bug tree-optimization/60770] disappearing clobbers

2021-01-27 Thread orgads at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60770 --- Comment #15 from Orgad Shaneh --- test.cpp: In function ‘int f(int)’: test.cpp:7:11: warning: ‘q’ is used uninitialized in this function [-Wuninitialized] 7 | return *p; | ^ Is this the intended description? It doesn't