[Bug testsuite/45664] All ifunc tests fail on Solaris 2

2010-09-14 Thread nathan at codesourcery dot com
--- Comment #3 from nathan at codesourcery dot com 2010-09-14 10:23 --- Subject: Re: All ifunc tests fail on Solaris 2 On 09/14/10 11:19, rguenth at gcc dot gnu dot org wrote: --- Comment #2 from rguenth at gcc dot gnu dot org 2010-09-14 10:19 --- They also fail on old

[Bug c++/43120] Virtual inheritence with covariant return type confuses GCC

2010-07-05 Thread nathan at codesourcery dot com
--- Comment #6 from nathan at codesourcery dot com 2010-07-05 10:56 --- Subject: Re: Virtual inheritence with covariant return type confuses GCC Jason, Reverting that patch fixes the problem and doesn't break any of the existing covariant tests. Nathan, I couldn't figure out what

[Bug c++/5645] gcc warns that pure virtual class not explicitly initialized

2007-10-18 Thread nathan at codesourcery dot com
--- Comment #5 from nathan at codesourcery dot com 2007-10-18 09:43 --- Subject: Re: gcc warns that pure virtual class not explicitly initialized manu at gcc dot gnu dot org wrote: --- Comment #4 from manu at gcc dot gnu dot org 2007-10-17 11:26 --- Does this patch makes

[Bug c++/33754] Default argument of type list pair A, B compiles only when typedef is used

2007-10-15 Thread nathan at codesourcery dot com
--- Comment #6 from nathan at codesourcery dot com 2007-10-15 08:24 --- Subject: Re: Default argument of type list pair A, B compiles only when typedef is used photon at seznam dot cz wrote: As there is a simple workaround -- adding parentheses -- which is unambiguously

[Bug c++/19163] __attribute__((aligned)) not working in template

2007-09-06 Thread nathan at codesourcery dot com
--- Comment #12 from nathan at codesourcery dot com 2007-09-06 08:15 --- Subject: Re: __attribute__((aligned)) not working in template mark at codesourcery dot com wrote: I don't think so, but I'm not quite sure I understand. Anyhow, I'm sure I don't have any uncontributed

[Bug c++/5520] Add a warning to detect empty body of if statements (like in the C frontend)

2006-01-05 Thread nathan at codesourcery dot com
--- Comment #7 from nathan at codesourcery dot com 2006-01-05 11:22 --- Subject: Re: Add a warning to detect empty body of if statements (like in the C frontend) mueller at kde dot org wrote: --- Comment #5 from mueller at kde dot org 2006-01-05 10:19 --- http

[Bug middle-end/24053] [4.1 Regression] Ada bootstrap ICE in build_int_cst_wide, at tree.c:795

2005-09-27 Thread nathan at codesourcery dot com
--- Additional Comments From nathan at codesourcery dot com 2005-09-27 10:51 --- Subject: Re: [4.1 Regression] Ada bootstrap ICE in build_int_cst_wide, at tree.c:795 ebotcazou at gcc dot gnu dot org wrote: In build_int_cst_wide, we're asserting that the type of shared constants

[Bug c++/20789] [4.0 regression] ICE with incomplete type in template

2005-07-12 Thread nathan at codesourcery dot com
--- Additional Comments From nathan at codesourcery dot com 2005-07-12 11:07 --- Subject: Re: [4.0 regression] ICE with incomplete type in template reichelt at gcc dot gnu dot org wrote: --- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-12 10:48

[Bug bootstrap/21168] bootstrap failed on Linux/ia64

2005-04-23 Thread nathan at codesourcery dot com
--- Additional Comments From nathan at codesourcery dot com 2005-04-23 08:47 --- Subject: Re: New: bootstrap failed on Linux/ia64 hjl at lucon dot org wrote: This patch http://gcc.gnu.org/ml/gcc-patches/2005-04/msg02301.html caused /net/gnu-9/export/gnu/src/gcc-next/gcc/gcc

[Bug c++/19030] [4.0 Regression] ice on tree check

2004-12-17 Thread nathan at codesourcery dot com
--- Additional Comments From nathan at codesourcery dot com 2004-12-17 19:38 --- Subject: Re: [4.0 Regression] ice on tree check reichelt at gcc dot gnu dot org wrote: --- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-17 19:02 --- Please ignore my

[Bug c++/18100] [3.4/4.0 regression] template member with same name as class not rejected

2004-12-08 Thread nathan at codesourcery dot com
--- Additional Comments From nathan at codesourcery dot com 2004-12-08 09:05 --- Subject: Re: [3.4/4.0 regression] template member with same name as class not rejected Mark Mitchell wrote: lerdsuwa at gcc dot gnu dot org wrote: --- Additional Comments From lerdsuwa at gcc dot