[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-05-05 Thread sje at cup dot hp dot com
--- Comment #10 from sje at cup dot hp dot com 2006-05-05 22:51 --- For GCC 4.1 we changed the documentation to say that we require (rather than just recommend) using GAS and not the HP assembler so I am going to resolve this as invalid since it is using the HP assembler (based on the

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-05-05 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2006-05-05 23:08 --- Subject: Re: Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2 --- Comment #10 from sje at cup dot hp dot com 2006-05-05 22:51 --- For GCC 4.1 we changed the documentation to say

[Bug fortran/20248] gfortran: intrinsics and std=f95, inconsistency with other compilers

2006-05-05 Thread kargl at gcc dot gnu dot org
--- Comment #16 from kargl at gcc dot gnu dot org 2006-05-05 23:19 --- Fixed, again. ;-) -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27422] [4.0/4.1/4.2 regression] ICE with invalid function argument

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-05-06 00:20 --- Subject: Bug 27422 Author: reichelt Date: Sat May 6 00:19:40 2006 New Revision: 113568 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113568 Log: PR c++/27422 * typeck.c

[Bug c++/27422] [4.0/4.1/4.2 regression] ICE with invalid function argument

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-05-06 00:23 --- Subject: Bug 27422 Author: reichelt Date: Sat May 6 00:23:51 2006 New Revision: 113569 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113569 Log: PR c++/27422 * typeck.c

[Bug c++/27422] [4.0/4.1/4.2 regression] ICE with invalid function argument

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2006-05-06 00:27 --- Subject: Bug 27422 Author: reichelt Date: Sat May 6 00:26:58 2006 New Revision: 113570 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113570 Log: PR c++/27422 * typeck.c

[Bug c++/27423] ICE on default argument for void parameter

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-05-06 00:32 --- Subject: Bug 27423 Author: reichelt Date: Sat May 6 00:32:27 2006 New Revision: 113571 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113571 Log: PR c++/27423 * typeck.c

[Bug c++/27422] [4.0/4.1/4.2 regression] ICE with invalid function argument

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2006-05-06 00:35 --- Fixed on mainline, 4.1 branch, and 4.0 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27423] ICE on default argument for void parameter

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2006-05-06 00:36 --- Fixed on mainline. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27430] ICE on array of voids as template parameter

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-05-06 00:40 --- Subject: Bug 27430 Author: reichelt Date: Sat May 6 00:40:40 2006 New Revision: 113572 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113572 Log: PR c++/27430 * pt.c

[Bug c++/27430] ICE on array of voids as template parameter

2006-05-05 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-05-06 00:41 --- Fixed on mainline. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27421] [4.0/4.1/4.2 regression] ICE with invalid array in struct

2006-05-05 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-05-06 00:54 --- Subject: Bug number PR target/27421 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00244.html --

[Bug c++/27447] [4.1/4.2 regression] ICE on invalid ptr-to-member-function

2006-05-05 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-05-06 00:55 --- Subject: Bug number PR c++/27447 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00245.html --

[Bug c++/27451] New: [4.0/4.1/4.2 regression] ICE with invalid asm statement

2006-05-05 Thread reichelt at gcc dot gnu dot org
The following invalid testcase crashes the C++ frontend since GCC 3.4.0: = void foo() { asm( ::: X); } = bug.cc: In function 'void foo()': bug.cc:3: error: expected string-literal before 'X' bug.cc:3: error: expected `)' before 'X' bug.cc:3: internal

[Bug middle-end/27445] create_tmp_var_raw (gimplify.c) inadventently asserts 'volatile' on temps

2006-05-05 Thread rth at gcc dot gnu dot org
--- Comment #11 from rth at gcc dot gnu dot org 2006-05-06 01:17 --- (In reply to comment #9) I haven't looked into the rev. history, to see why/when this fix was made, but will ask the hypothetical: was this fix made to workaround the misbehavior in create_tmp_var_raw()? One could

[Bug middle-end/27445] create_tmp_var_raw (gimplify.c) inadventently asserts 'volatile' on temps

2006-05-05 Thread gary at intrepid dot com
--- Comment #12 from gary at intrepid dot com 2006-05-06 01:42 --- Given the above, I suggest that my bug report be marked closed, because the problem I was seeing in 4.0.1 is fixed by the change to create_tmp_from_val that passes in TYPE_MAIN_VARIANT(). Note that the use of the main

[Bug fortran/27452] New: gfortran support for non-standard sind,cosd and friends intrinsics

2006-05-05 Thread deji_aking at yahoo dot ca
I will like to request gfortran's support for intrinsic functions that returns trigonometric functions in degrees, i.e sind,cosd etc. I understand these are not part of standard fortran intrinsic, but a couple other fortran compilers provides them. Thanks. -- Summary: gfortran

[Bug c++/27451] [4.0/4.1/4.2 regression] ICE with invalid asm statement

2006-05-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

<    1   2