[Bug c++/33762] partial template specialization question

2007-11-12 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2007-11-13 04:45 --- Please, don't ask language questions in bugzilla. If you are unsure whether something is legal C++, ask first in some C++ language forum or, if it is very specific of GCC, ask in [EMAIL PROTECTED] I am going to close t

[Bug c/32528] -save-temps when compiling standard input fails

2007-11-12 Thread dsh at gcc dot gnu dot org
--- Comment #2 from dsh at gcc dot gnu dot org 2007-11-13 04:46 --- Created an attachment (id=14537) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14537&action=view) Idea for a fix I started on a patch for this a few months ago. It basically just prepended ./ to all the temporary

[Bug c/32528] -save-temps when compiling standard input fails

2007-11-12 Thread dsh at gcc dot gnu dot org
--- Comment #3 from dsh at gcc dot gnu dot org 2007-11-13 04:50 --- Created an attachment (id=14538) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14538&action=view) Better patch Sorry, this one's cleaner. That other one included some other cleanup that I think already went in.

[Bug c++/33738] -Wtype-limits misses a warning when comparing enums

2007-11-12 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2007-11-13 04:55 --- (In reply to comment #1) > Warnings from optimizers are semi a no-no. Yes we have them for strict > aliasing and overflow but I think those cases are a bit weird. This is > unspecified behavior no matter what and ther

[Bug c/32528] -save-temps when compiling standard input fails

2007-11-12 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2007-11-13 05:00 --- (In reply to comment #3) > Created an attachment (id=14538) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14538&action=view) [edit] > Better patch > Please, bootstrap and run the testsuite, then send the patch t

[Bug c/32528] -save-temps when compiling standard input fails

2007-11-12 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2007-11-13 05:03 --- (In reply to comment #2) > Created an attachment (id=14537) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14537&action=view) [edit] > Idea for a fix > > I started on a patch for this a few months ago. It basical

[Bug c++/33736] "error: integer constant is too large for �long� type" incorrect for C++0x

2007-11-12 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2007-11-13 05:12 --- Confirmed as far as I know. I have seen a similar bug somewhere, thoug. -- manu at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/33728] Assignement allowed to const pointer

2007-11-12 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2007-11-13 05:13 --- Could you try with a recent version of GCC? -- manu at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/33588] gcc warns of (char*) conversion on client-side varargs funcs

2007-11-12 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2007-11-13 05:19 --- (In reply to comment #2) > va_list on the target you are using just happens to be a char* and not a > seperate type. > So? Is the warning warranted? Can be worked-around? Should GCC detect this case and not warn? --

[Bug fortran/31608] wrong types in character array/scalar binop

2007-11-12 Thread jvdelisle at gcc dot gnu dot org
--- Comment #57 from jvdelisle at gcc dot gnu dot org 2007-11-13 06:34 --- Regarding the suggestion in comment #55, there is an instance of [S.15][1] in the dump. It will match if we bump the count from 2 to 3 in the dg-final scan directive. So either this: ! { dg-final { scan-tree-d

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-12 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-11-13 07:35 --- I certainly can't reproduce this on x86_64-linux (with neither -m32 nor -m64). Can you please attach the good and bad char_cshift_2.s, and the from the debugger which field of the array caused the abort and maybe even

[Bug fortran/31608] wrong types in character array/scalar binop

2007-11-12 Thread dominiq at lps dot ens dot fr
--- Comment #58 from dominiq at lps dot ens dot fr 2007-11-13 07:56 --- > Can those interested test this on char_cast_1.f90 please. Both wok on PPC and Intel Darwin8. Note that if the first change is chosen, the comment: ! The sign that all is well is that [S.5][1] appears twice. shou

<    1   2