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
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::
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
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:
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749
Orgad Shaneh changed:
What|Removed |Added
CC||orgads at gmail dot com
--- Comment #12
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88215
--- Comment #4 from Orgad Shaneh ---
Thank you!
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
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60770
Orgad Shaneh changed:
What|Removed |Added
CC||orgads at gmail dot com
--- Comment #13
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
11 matches
Mail list logo