[Bug c++/58273] [4.7/4.8/4.9 Regression] Segmentation fault with C++11

2013-09-16 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58273 --- Comment #7 from André Wöbbeking Woebbeking at web dot de --- Thanks!

[Bug tree-optimization/47679] [4.7/4.8/4.9 Regression] Strange uninitialized warning after SRA

2013-08-30 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679 --- Comment #12 from André Wöbbeking Woebbeking at web dot de --- Does anyone look into this? The warnings are really annoying. FYI, Clang 3.3 doesn't warn about this.

[Bug c++/58273] New: ICE: Segmentation fault with C++11

2013-08-29 Thread Woebbeking at web dot de
++ Assignee: unassigned at gcc dot gnu.org Reporter: Woebbeking at web dot de Created attachment 30722 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30722action=edit Testcase Hi, I get an ICE with the attached test case when I compile with -std=c++11. I'm using GCC 4.8.1 from Debian

[Bug c++/56895] [4.8/4.9 Regression] ICE: unexpected expression of kind arrow_expr

2013-04-23 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56895 André Wöbbeking Woebbeking at web dot de changed: What|Removed |Added Status|RESOLVED|CLOSED

[Bug c++/56895] [4.8/4.9 Regression] ICE: unexpected expression of kind arrow_expr

2013-04-14 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56895 --- Comment #16 from André Wöbbeking Woebbeking at web dot de 2013-04-14 14:15:47 UTC --- Thanks for your fast support!

[Bug c++/56895] New: ICE: unexpected expression of kind arrow_expr

2013-04-09 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56895 Bug #: 56895 Summary: ICE: unexpected expression of kind arrow_expr Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: major

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2013-03-15 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764 --- Comment #24 from André Wöbbeking Woebbeking at web dot de 2013-03-15 09:25:02 UTC --- OK, I read some explanations in the duplicates but still don't know why this should be valid code. IMO it makes no sense to write A:A:A:B and given

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2013-03-15 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764 --- Comment #26 from André Wöbbeking Woebbeking at web dot de 2013-03-15 13:45:50 UTC --- (In reply to comment #25) (In reply to comment #24) 3) some other compiler don't compile this Which? Recent versions of EDG and clang both accept

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2013-02-20 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764 --- Comment #22 from André Wöbbeking Woebbeking at web dot de 2013-02-20 16:31:47 UTC --- Hi, shouldn't struct A { struct B {}; }; int main() { A::A::B b; } fail to compile? It compiles with 4.6 and 4.7. Cheers, André

[Bug c++/35688] template visibility not overridden by template arguments

2013-02-10 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688 --- Comment #14 from André Wöbbeking Woebbeking at web dot de 2013-02-10 15:50:14 UTC --- Could anyone reply to my last question? Thanks in advance.

[Bug c++/35688] template visibility not overridden by template arguments

2012-12-08 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688 André Wöbbeking Woebbeking at web dot de changed: What|Removed |Added CC||Woebbeking

[Bug c++/41425] New: switch with enums doesn't work

2009-09-21 Thread Woebbeking at web dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41425

[Bug c++/41425] switch with enums doesn't work

2009-09-21 Thread Woebbeking at web dot de
--- Comment #1 from Woebbeking at web dot de 2009-09-21 12:19 --- Created an attachment (id=18622) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18622action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41425

[Bug c++/41425] switch with enums doesn't work

2009-09-21 Thread Woebbeking at web dot de
--- Comment #2 from Woebbeking at web dot de 2009-09-21 12:21 --- g++ case.cpp is sufficient to reproduce this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41425

[Bug c++/41425] switch with enums doesn't work

2009-09-21 Thread Woebbeking at web dot de
-- Woebbeking at web dot de changed: What|Removed |Added Severity|normal |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41425

[Bug c++/41425] switch with enums doesn't work

2009-09-21 Thread Woebbeking at web dot de
--- Comment #5 from Woebbeking at web dot de 2009-09-21 12:53 --- Paolo, but std::cout static_castfoo(i); prints 5, so it's not the conversion but the switch statement which is broken. Richard, if it's only truncation shouldn't case B be triggered? -- http://gcc.gnu.org/bugzilla

[Bug c++/41425] switch with enums doesn't work

2009-09-21 Thread Woebbeking at web dot de
--- Comment #9 from Woebbeking at web dot de 2009-09-21 16:46 --- So it's ok to change the behavior in a minor release? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41425

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2009-06-01 Thread Woebbeking at web dot de
--- Comment #15 from Woebbeking at web dot de 2009-06-01 10:28 --- Ian, I know open source and I also know that some parts are more interesting than others :-) Most the time I'm a happy GCC user (sure, it could be faster but that's what compile farms are for). But this bug

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly.

2009-05-30 Thread Woebbeking at web dot de
--- Comment #13 from Woebbeking at web dot de 2009-05-30 08:46 --- If you're sure that it's a bug why isn't it fixed yet? Is it that hard that you need more than six years? Sure it's no show stopper but it's annoying. I'm using -pedantic and -ansi to ensure platform independent code

[Bug c++/40294] method definition can have the class scope multiple time

2009-05-30 Thread Woebbeking at web dot de
--- Comment #2 from Woebbeking at web dot de 2009-05-30 08:49 --- Thanks, I didn't know which term I should looking for :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40294

[Bug c++/40294] New: method definition can have the class scope multiple time

2009-05-29 Thread Woebbeking at web dot de
Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40294

[Bug c++/38557] New: dynamic_cast should give a warning/error for non related classes

2008-12-17 Thread Woebbeking at web dot de
ReportedBy: Woebbeking at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38557

[Bug c++/20423] Warning -Woverloaded-virtual triggers to often

2008-11-30 Thread Woebbeking at web dot de
--- Comment #7 from Woebbeking at web dot de 2008-11-30 15:36 --- Any progress on this? This warning could be really useful if only 1) would be handled. In its current state I can't use it as I get too many false positives :-( -- Woebbeking at web dot de changed: What

[Bug c++/17920] add __attribute__((reimpl)) as a replacement for the (optional) virtual keyword for reimplementations of virtual functions

2008-11-30 Thread Woebbeking at web dot de
--- Comment #10 from Woebbeking at web dot de 2008-11-30 15:46 --- And if you've many overloads of a virtual function and override only one you also get a warning. And in some projects this happens very often :-( So I also support this suggestion! -- Woebbeking at web dot de

[Bug c++/32282] New: dynamic_cast compiles where static_cast fails

2007-06-11 Thread Woebbeking at web dot de
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32282

[Bug c++/32282] dynamic_cast compiles where static_cast fails

2007-06-11 Thread Woebbeking at web dot de
--- Comment #2 from Woebbeking at web dot de 2007-06-11 11:42 --- Oops, I searched for dynamic_cast but didn't find that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32282

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

2007-03-12 Thread Woebbeking at web dot de
--- Comment #7 from Woebbeking at web dot de 2007-03-12 09:37 --- Any news on this? It's really annoying if you've many pimpls which often use anonymous namespace. -- Woebbeking at web dot de changed: What|Removed |Added

[Bug c++/31147] New: increased size of debug information

2007-03-12 Thread Woebbeking at web dot de
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31147

[Bug c++/31147] increased size of debug information

2007-03-12 Thread Woebbeking at web dot de
--- Comment #2 from Woebbeking at web dot de 2007-03-12 14:22 --- Subject: Re: increased size of debug information On Monday 12 March 2007, rguenth at gcc dot gnu dot org wrote: It's more information - whether it's useful depends. Wow, more than 50%. Are there any docs

[Bug c++/31147] increased size of debug information

2007-03-12 Thread Woebbeking at web dot de
--- Comment #4 from Woebbeking at web dot de 2007-03-12 16:46 --- Created an attachment (id=13194) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13194action=view) preprocessed qcombobox.cpp I added both versions (4.2.0 and 4.1.2). It's compiled with -c -fno-exceptions -pipe -O2

[Bug libstdc++/28080] header dependencies

2007-02-17 Thread Woebbeking at web dot de
--- Comment #11 from Woebbeking at web dot de 2007-02-17 20:42 --- Subject: Re: header dependencies On Saturday 17 February 2007, pcarlini at suse dot de wrote: I have some improvements in testing... Nice to hear :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080

[Bug libstdc++/28080] New: header dependencies

2006-06-19 Thread Woebbeking at web dot de
Version: 4.1.2 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080

[Bug libstdc++/28080] header dependencies

2006-06-19 Thread Woebbeking at web dot de
--- Comment #4 from Woebbeking at web dot de 2006-06-19 17:58 --- Subject: Re: header dependencies On Monday 19 June 2006 11:29, pcarlini at suse dot de wrote: --- Comment #1 from pcarlini at suse dot de 2006-06-19 09:29 Ok, let's see what we can do... Wow, fast reply! I hope

[Bug c++/27935] gcc fails to compile code with operator delete(void*,size_t)

2006-06-07 Thread Woebbeking at web dot de
--- Comment #5 from Woebbeking at web dot de 2006-06-07 20:30 --- FYI, it doesn't work in gcc version 4.1.2 20060604 (prerelease) (Debian 4.1.1-2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27935

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-30 Thread Woebbeking at web dot de
--- Comment #12 from Woebbeking at web dot de 2006-01-30 12:03 --- Subject: Re: std::advance() isn't stable for floating point numbers On Monday 30 January 2006 08:54, gdr at integrable-solutions dot net wrote: --- Comment #11 from gdr at integrable-solutions dot net | FYI, I

[Bug libstdc++/26020] New: std::advance() isn't stable for floating point numbers

2006-01-29 Thread Woebbeking at web dot de
ReportedBy: Woebbeking at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26020

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread Woebbeking at web dot de
--- Comment #2 from Woebbeking at web dot de 2006-01-29 23:40 --- Subject: Re: std::advance() isn't stable for floating point numbers On Monday 30 January 2006 00:32, pinskia at gcc dot gnu dot org wrote: --- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 23:32

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread Woebbeking at web dot de
--- Comment #10 from Woebbeking at web dot de 2006-01-30 07:07 --- Subject: Re: std::advance() isn't stable for floating point numbers On Monday 30 January 2006 02:09, pcarlini at suse dot de wrote: --- Comment #9 from pcarlini at suse dot de 2006-01-30 01:09 --- (In reply

[Bug libstdc++/22309] mt allocator doesn't pthread_key_delete its keys

2005-09-28 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-28 17:16 --- Subject: Re: mt allocator doesn't pthread_key_delete its keys On Tuesday 27 September 2005 16:43, jakub at gcc dot gnu dot org wrote: If you are compiling with -fvisibility*, then the problem is PR libstdc

[Bug libstdc++/22309] mt allocator doesn't pthread_key_delete its keys

2005-09-27 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-27 14:38 --- Subject: Re: mt allocator doesn't pthread_key_delete its keys On Tuesday 27 September 2005 01:03, bkoz at gcc dot gnu dot org wrote: --- Additional Comments From bkoz at gcc dot gnu dot org 2005-09-26 23

[Bug libstdc++/22309] mt allocator doesn't pthread_key_delete its keys

2005-09-24 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-24 14:44 --- Hi, I already thought that is the same as with KDE's artsd but it still crashes for me (since GCC 4.0.0): #0 0xb7857b5e in __gnu_cxx::__pooltrue::_M_reclaim_block () from /usr/lib/libstdc++.so

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-20 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-20 17:21 --- Works for me. I hope VERIFIED is the same as CLOSED. -- What|Removed |Added Status

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-17 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-17 08:30 --- Wow, that was fast, thanks. I'll give it a try with the next Debian package. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23896

[Bug c++/23896] New: boost::tie() = std::pair doesn't compile

2005-09-15 Thread Woebbeking at web dot de
: boost::tie() = std::pair doesn't compile Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de

[Bug c++/23896] boost::tie() = std::pair doesn't compile

2005-09-15 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-15 14:54 --- Created an attachment (id=9735) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9735action=view) example code, save-temps and compiler error message -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23896

[Bug c++/22137] New: Internal error: Segmentation fault (program cc1plus)

2005-06-21 Thread Woebbeking at web dot de
: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22137

[Bug c++/22137] Internal error: Segmentation fault (program cc1plus)

2005-06-21 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-06-21 16:51 --- Created an attachment (id=9124) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9124action=view) preprocessed code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22137

[Bug c++/21181] namespace lookup error message misleading

2005-04-24 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-04-24 15:23 --- Hi, he's not complaining about the new friend lookup behaviour but about the misleading error message. I had two similar cases and it was not easy to find out what was going on. Have a look

[Bug c++/21181] namespace lookup error message misleading

2005-04-24 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-04-24 16:01 --- One additional note: if I use a named namespace in the 2nd case it compiles fine. Dunno if this is a bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21181

[Bug c++/21181] namespace lookup error message misleading

2005-04-24 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-04-24 16:17 --- Are you sure? None of the given PRs uses friend declarations. In my two cases I only have to use friend struct ::S1 and all is fine but to find the broken friend declarations is PITA. -- http://gcc.gnu.org

[Bug c++/21181] namespace lookup error message misleading

2005-04-24 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-04-24 17:24 --- I see. Then I'm looking forward to 4.1 :-) One last thing: is it a bug that the behaviour differs for named namespace in my second example? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21181

[Bug c++/21181] namespace lookup error message misleading

2005-04-24 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-04-24 19:45 --- Thanks for enlightening me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21181

[Bug c++/19403] [4.0 Regression] name lookup is broken with friends

2005-01-14 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-01-14 09:56 --- Subject: Re: [4.0 Regression] name lookup is broken with friends On Thursday 13 January 2005 15:52, lerdsuwa at gcc dot gnu dot org wrote: So B's ctor uses the global A without the friend declaration

[Bug c++/19403] [4.0 Regression] name lookup is broken with friends

2005-01-13 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-01-13 10:07 --- Subject: Re: [4.0 Regression] name lookup is broken with friends On Wednesday 12 January 2005 20:37, gdr at integrable-solutions dot net wrote: Excuse me? The behaviour mandated by the C++ standard

[Bug c++/19403] New: name lookup is broken

2005-01-12 Thread Woebbeking at web dot de
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de CC: gcc-bugs at gcc dot gnu dot org http

[Bug c++/19404] New: error: 'QSizePolicy::anonymous enum' uses anonymous type

2005-01-12 Thread Woebbeking at web dot de
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19404

[Bug c++/19406] New: ICE: in force_decl_die, at dwarf2out.c:12442

2005-01-12 Thread Woebbeking at web dot de
: in force_decl_die, at dwarf2out.c:12442 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Woebbeking at web dot de CC