[Bug c/29739] New: -Wconversion produces invalid warnings.

2006-11-06 Thread jaco at kroon dot co dot za
-- Summary: -Wconversion produces invalid warnings. Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jaco at kroon dot co dot

[Bug c/29739] -Wconversion produces invalid warnings.

2006-11-06 Thread jaco at kroon dot co dot za
--- Comment #3 from jaco at kroon dot co dot za 2006-11-06 16:46 --- Awesome. That would be a good move. The implicit conversions are very handy for catching certain types of bugs early one, however, the function prototype thing is a pain. Unfortunately I won't be able to assist

[Bug c/29739] -Wconversion produces invalid warnings.

2006-11-06 Thread jaco at kroon dot co dot za
--- Comment #5 from jaco at kroon dot co dot za 2006-11-06 18:21 --- I'm refering to the response to the bug, not the actual fix. I've had the priviledge of filing bugs against other projects where I forgot about the bug by the time somebody responded (two years down the line). I

[Bug c++/29287] New: signed to unsigned in struct initializer should generate a warning

2006-09-29 Thread jaco at kroon dot co dot za
ReportedBy: jaco at kroon dot co dot za GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29287

[Bug c++/29095] New: cxxabi.h __cxa_cdtor_type not declared when included from C

2006-09-15 Thread jaco at kroon dot co dot za
from C Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jaco at kroon dot co dot za GCC build triplet: i686

[Bug libstdc++/29095] cxxabi.h __cxa_cdtor_type not declared when included from C

2006-09-15 Thread jaco at kroon dot co dot za
--- Comment #3 from jaco at kroon dot co dot za 2006-09-15 06:21 --- Ok. My understanding of CXX ABI isn't that great. Some would say I just code with C/C++ but I also happen to know that that isn't true. Take what I say here as I'm a user of C/C++ and my understanding of everything

[Bug c++/11585] static template member definition fails

2005-02-27 Thread jaco at kroon dot co dot za
--- Additional Comments From jaco at kroon dot co dot za 2005-02-27 19:25 --- Ok. The only reason I found this was cause I tried to compile quasar on my system. The code I supplied was the most reduced form I could create that duplicated the problem. As such I will attempt to make

[Bug c++/11585] static template member definition fails

2005-02-26 Thread jaco at kroon dot co dot za
--- Additional Comments From jaco at kroon dot co dot za 2005-02-26 10:03 --- A more complex example, this code works with gcc 3.3 so this imho is either incorrect code or a bug in the new parses: template class T class FakeList { public: void foo() {}; }; template class T

[Bug c++/11585] static template member definition fails

2005-02-26 Thread jaco at kroon dot co dot za
--- Additional Comments From jaco at kroon dot co dot za 2005-02-27 06:17 --- $ g++ -o templates templates.C -Wall /tmp/ccoANWiL.o(.gnu.linkonce.t._ZN7FactoryIiE9createOneEv+0xd): In function `Factoryint::createOne()': : undefined reference to `Factoryint::_types' collect2: ld returned