[Bug fortran/29532] [4.1 regression] test suite failures

2006-11-01 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-11-01 08:03 --- Does not appear in the recent published testresults (eg http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01392.html). Is this regression still there? -- fxcoudert at gcc dot gnu dot org changed: W

[Bug tree-optimization/29680] Misscompilation of spec2006 gcc

2006-11-01 Thread rakdver at atrey dot karlin dot mff dot cuni dot cz
--- Comment #5 from rakdver at atrey dot karlin dot mff dot cuni dot cz 2006-11-01 08:05 --- Subject: Re: Misscompilation of spec2006 gcc > > --- Comment #3 from rakdver at gcc dot gnu dot org 2006-11-01 00:49 > > --- > > access_can_touch_variable determines that fde_13->dw_

[Bug fortran/29679] Inability to get shapes correct in initializations

2006-11-01 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/29630] "Unclassifiable statement" with vector subscripts in initialization

2006-11-01 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/29523] ICE with some non up-to date .mod files

2006-11-01 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-11-01 08:16 --- Using gfortran-4.1.1, I tried to reproduce your bug by adding a file foo.f90, but can't: $ cat foo.f90 use ackland use ackland_zbl use alloys use bcc use constants use filter use inifile use materials use predic

[Bug libfortran/29627] [4.2/4.1 only] partial unformatted reads shouldn't succeed

2006-11-01 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2006-11-01 10:17 --- Fixed on trunk. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug fortran/29532] [4.1 regression] test suite failures

2006-11-01 Thread debian-gcc at lists dot debian dot org
--- Comment #2 from debian-gcc at lists dot debian dot org 2006-11-01 11:37 --- no, closing. Matthias -- debian-gcc at lists dot debian dot org changed: What|Removed |Added ---

[Bug target/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-11-01 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2006-11-01 12:11 --- Eric, what I usually do is: cd $build/libstdc++-v3/testsuite; make testsuite_files Then, edit out the file "testsuite_files" to the actual file or files that you want to test. Then, just type 'make check." This wil

[Bug rtl-optimization/28970] [4.1 regression] wrong code for simple loop test case

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
* loop.c (loop_giv_reduce_benefit): Take the max of the addition cost on all the increments of the BIV. Added: branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20061101-1.c Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/loop.c branches

[Bug target/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-11-01 12:14 --- > cd $build/libstdc++-v3/testsuite; > make testsuite_files > > Then, edit out the file "testsuite_files" to the actual file or files that you > want to test. > > Then, just type 'make check." Neat. Thanks!

[Bug rtl-optimization/28970] [4.1 regression] wrong code for simple loop test case

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2006-11-01 12:16 --- More of a kludge than a fix... -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/29329] [4.1 regression] internal consistency failure at -O2

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-11-01 12:27 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Assigne

[Bug middle-end/29610] [4.1 Regression] ICE when compiling c++ code with -O2 -funswitch-loops

2006-11-01 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-11-01 13:21 --- sccp destroys dominators, unswitching only enables the sccp opportunity. The destroying happens in cleanup_tree_cfg calling cleanup_control_flow calling tree_purge_dead_eh_edges which we don't record the true return

[Bug middle-end/29610] [4.1 Regression] ICE when compiling c++ code with -O2 -funswitch-loops

2006-11-01 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-11-01 13:25 --- This problem is latent on the mainline as well. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libfortran/29302] nan_inf_fmt.f90 segfaults on Darwin PPC starting with Xcode 2.4

2006-11-01 Thread howarth at nitro dot med dot uc dot edu
--- Comment #21 from howarth at nitro dot med dot uc dot edu 2006-11-01 14:00 --- This bug is rather confusing. It appears that the actual macros for isfinite on Darwin PPC look like... static __inline__ int __inline_isinff( float __x ) { return __builtin_fabsf(__x) == __builtin_inff

[Bug fortran/29677] minimally informative gfortran -fbounds-check

2006-11-01 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #4 from tobias dot burnus at physik dot fu-berlin dot de 2006-11-01 14:01 --- This has been fixed in the meanwhile. (Don't forget, gfortran is not that old.) Possibilities: - Use a GCC 4.1 branch build (newer than 4.1.1) - Use a GCC 4.2 branch build - Use a GCC 4.3 trunk bu

[Bug ada/29681] New: gnat Bug Box on 'valid of packed array field

2006-11-01 Thread johnm at wmi dot com
problem observed in: gcc-4.1.1 problem not observed in: gcc-3.2.3 --- gcc 4.1.1 -v $ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../crosstool-0.42/build/i686-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/gcc-4.1.1/configure --prefix=/users/johnm/opt/g

[Bug ada/29681] gnat Bug Box on 'valid of packed array field

2006-11-01 Thread johnm at wmi dot com
--- Comment #1 from johnm at wmi dot com 2006-11-01 14:10 --- Created an attachment (id=12526) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12526&action=view) single file example -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29681

[Bug ada/29681] gnat Bug Box on 'valid of packed array field

2006-11-01 Thread johnm at wmi dot com
--- Comment #2 from johnm at wmi dot com 2006-11-01 14:10 --- Created an attachment (id=12527) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12527&action=view) gnatchop -able multifile example -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29681

[Bug target/29682] New: ICE: in change_pattern, at haifa-sched.c:4066 with -O3 -msched-control-spec

2006-11-01 Thread tbm at cyrius dot com
This happens on 4.2 and 4.3. The option is new in 4.2. [EMAIL PROTECTED]:~$ /usr/lib/gcc-snapshot/bin/gcc -c -O3 rpm-rpmpgp.c [EMAIL PROTECTED]:~$ /usr/lib/gcc-snapshot/bin/gcc -c -O3 -msched-control-spec rpm-rpmpgp.c rpm-rpmpgp.c: In function 'pgpReadPkts': rpm-rpmpgp.c:49: internal compiler err

[Bug target/29682] ICE: in change_pattern, at haifa-sched.c:4066 with -O3 -msched-control-spec

2006-11-01 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-11-01 14:26 --- Created an attachment (id=12528) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12528&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29682

[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org
--- Comment #5 from vprus at gcc dot gnu dot org 2006-11-01 14:40 --- Subject: Bug 28400 Author: vprus Date: Wed Nov 1 14:40:44 2006 New Revision: 118381 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118381 Log: 2006-11-01 Chris Johns <[EMAIL PROTECTED]> PR bootstrap

[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org
--- Comment #6 from vprus at gcc dot gnu dot org 2006-11-01 15:31 --- Subject: Bug 28400 Author: vprus Date: Wed Nov 1 15:31:43 2006 New Revision: 118383 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118383 Log: 2006-11-01 Chris Johns <[EMAIL PROTECTED]> PR bootstrap

[Bug tree-optimization/29680] Misscompilation of spec2006 gcc

2006-11-01 Thread rakdver at gcc dot gnu dot org
-- rakdver at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|rakdver at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug tree-optimization/29680] Misscompilation of spec2006 gcc

2006-11-01 Thread dberlin at dberlin dot org
--- Comment #6 from dberlin at gcc dot gnu dot org 2006-11-01 17:53 --- Subject: Re: Misscompilation of spec2006 gcc > > > > > > and for_clobber is only true on call operands, we do not insert SMT. The > > > lists > > > of virtual operands thus become disjoint. > > We should not inse

[Bug target/25514] [4.0, 4.1 regression] [m68k] internal consistency failure

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25514

[Bug c/25993] [4.0/4.1 Regression] -std= produces incorrect preprocessor output for .S

2006-11-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-11-01 18:01 --- This is a nasty usability issue; can we backport the patch to 4.1? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/26866] [4.1 regression] 428 test failures in ada testsuite

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26866

[Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822

[Bug c++/27826] [4.0/4.1 Regression] ICE in copy_to_mode_reg

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27826

[Bug tree-optimization/29680] Misscompilation of spec2006 gcc

2006-11-01 Thread hjl at lucon dot org
--- Comment #7 from hjl at lucon dot org 2006-11-01 18:05 --- If I change the code from dw_fde_ref fde = &fde_table[fde_table_in_use - 1]; to dw_fde_node *fde = fde_table + fde_table_in_use - 1; I got the same problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29680

[Bug middle-end/27881] [4.1 Regression] Memory exhausted with -finline-functions on testsuite file alias3.C

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27881

[Bug target/27891] [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27891

[Bug c++/27962] [4.1 regression] ICE with invalid template parameter in specialization

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27962

[Bug c++/28088] [4.1 Regression] Internal compiler error on boost mpl test/apply.cpp

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28088

[Bug middle-end/28116] [4.1 Regression] ICE when building konverter with gcc-4.1 with -O3 [RSO]

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28116

[Bug target/28132] [4.1 Regression] ICE instantiate_virtual_regs_in_insn when -fforce-addr -O1 used

2006-11-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-11-01 18:11 --- P2, rather than P1, due to use of relatively obscure command-line option. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28326

[Bug target/28376] [4.1 Regression] ICE when building opensp with -O3 on alpha

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28376

[Bug tree-optimization/28411] [4.1 Regression] "Illegal instruction" error with -ftrapv

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28411

[Bug c++/28460] [4.0/4.1 Regression] g++ emits bogus namespace DIE

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28460

[Bug tree-optimization/28545] [4.1 Regression] Wrong code for hoisted multiplication

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28545

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2006-11-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-11-01 18:16 --- Can the original submitter still reproduce this problem? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/29680] [4.3 Regression] Misscompilation of spec2006 gcc

2006-11-01 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-11-01 18:18 --- This is more reason why we need a POINTER_PLUS_EXPR. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/26866] [4.1 regression] 428 test failures in ada testsuite

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #4 from charlet at gcc dot gnu dot org 2006-11-01 18:20 --- I do not think we can do much with such report. I'd suggest isolating one of the failure and investigating a little, and send additional info. Also, I'd suggest checking with 4.2 and 4.3 Arno -- charlet at gcc

[Bug c++/28573] [4.0/4.1 Regression] incorrectly allowing non-constant expression to offsetof()

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28573

[Bug target/28622] [4.1 regression] ICE in extract_insn, at recog.c:2084

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28622

[Bug bootstrap/28770] [4.1 Regression] one reference to powerpc-ibm-eabi-ar.exe when only xar.exe installed

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28770

[Bug target/29042] [4.0/4.1/4.2/4.3 Regression] Useless floating-point stores and loads on x86

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29042

[Bug c++/29054] [4.0/4.1 Regression] ICE on friend template specialization

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29054

[Bug c++/29106] [4.0/4.1 Regression] sizeof(*var) in expression drops entire line of code out of compile

2006-11-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-11-01 18:28 --- Egads, that's awful. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added P

[Bug target/29250] [4.0/4.1 Regression] internal compiler error: in extract_insn, at recog.c:2084

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29250

[Bug rtl-optimization/29329] [4.1 regression] internal consistency failure at -O2

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29329

[Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29472

[Bug target/29474] [4.1/4.2/4.3 Regression] reload_cse_simplify_operands, at postreload.c:393 on m68k with -O -fPIC

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29474

[Bug c++/29518] [4.0/4.1/4.2/4.3 Regression] rejects valid template argument, enums vs templates

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29518

[Bug c++/29535] [4.1/4.2/4.3 Regression] ICE in instantiate_class_template, at cp/pt.c:5728

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29535

[Bug fortran/29565] [4.1/4.2/4.3 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29565

[Bug ada/26162] "GNAT BUG DETECTED" in AWS

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #4 from charlet at gcc dot gnu dot org 2006-11-01 18:32 --- Is it still happening with GCC 4.2 or GCC 4.3 ? Arno -- charlet at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/29570] [4.1/4.2/4.3 regression] ICE with brace-enclosed initializer

2006-11-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29570

[Bug ada/28394] Ada: Ambiguous call not detected when using dotted notation

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #4 from charlet at gcc dot gnu dot org 2006-11-01 18:40 --- Fixed on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug ada/27194] raised CONSTRAINT_ERROR : gnatvsn.adb:60 index check failed

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2006-11-01 18:49 --- Maximum length increased, so closing this PR. -- charlet at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org
--- Comment #7 from vprus at gcc dot gnu dot org 2006-11-01 19:01 --- Subject: Bug 28400 Author: vprus Date: Wed Nov 1 19:01:36 2006 New Revision: 118392 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118392 Log: 2006-11-01 Chris Johns <[EMAIL PROTECTED]> PR bootstrap

[Bug middle-end/29683] New: Arg split between stack/regs can cause stack corruption

2006-11-01 Thread jconner at apple dot com
On targets which allow a function argument to be split between registers and the stack, values can be corrupted by later function calls. Specifically - this code: ~~ /* { dg-do run } */ /* { dg-options "-Os -fno-inline-functions" } */ void abort (void); typedef struct { int x[7]; } a

[Bug middle-end/29683] Arg split between stack/regs can cause stack corruption

2006-11-01 Thread jconner at apple dot com
--- Comment #1 from jconner at apple dot com 2006-11-01 19:11 --- What's happening is that TER is inserting the call to GetConst in place of 'result' in the call to VerifyValues, as such: (pre-TER) result_4 = GetConst (filler, a); VerifyValues (filler, 0, a$mbr1_5, result_4); (post

[Bug fortran/29539] ICE in variable_decl

2006-11-01 Thread aldot at gcc dot gnu dot org
--- Comment #3 from aldot at gcc dot gnu dot org 2006-11-01 19:29 --- Yes, from the looks it will also fix pr29634. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29539

[Bug fortran/29537] ICE in gfc_match_common for blank common in BLOCK DATA unit

2006-11-01 Thread aldot at gcc dot gnu dot org
--- Comment #14 from aldot at gcc dot gnu dot org 2006-11-01 19:30 --- Fixed on trunk. -- aldot at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org
--- Comment #8 from vprus at gcc dot gnu dot org 2006-11-01 19:32 --- Fixed -- vprus at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/29634] ICE in variable_decl, for function returning a derived type

2006-11-01 Thread aldot at gcc dot gnu dot org
--- Comment #1 from aldot at gcc dot gnu dot org 2006-11-01 19:33 --- (In reply to comment #0) > The following gives an ICE: > > type foo > integer :: i > end type foo > > interface fun_interface > type(foo) function fun() > end function fun > end interface > > con

[Bug ada/26306] Use of volatile array with bounds determined at run time.

2006-11-01 Thread charlet at gcc dot gnu dot org
ratch.adb +===GNAT BUG DETECTED==+ | 4.3.0 20061101 (experimental) (i686-pc-linux-gnu) GCC error: | | in force_constant_size, at gimplify.c:708| | Error detected around scrat

[Bug bootstrap/29684] New: Bootstrap comparison failure

2006-11-01 Thread lucier at math dot purdue dot edu
With this configure and make command make: *** [bootstrap] Error 2 [EMAIL PROTECTED] objdir]$ cat ../build-gcc #!/bin/tcsh /bin/rm -rf *; ../configure --prefix=/pkgs/gcc-4.2.0 ; make -j 3 bootstrap >& build.log && (make -k -j 6 check RUNTESTFLAGS="--target_board 'unix{,-m64}'" >& check.log ; make

[Bug ada/29681] gnat Bug Box on 'valid of packed array field

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2006-11-01 19:53 --- Fixed on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug ada/25838] Ada Assert Failure with Bug Box

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2006-11-01 19:59 --- Reduced test case now produce a clean error as expected, and full test case compiles with no error on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/15605] invalid program not detected, RM 8.3(22)

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2006-11-01 20:00 --- Right, fixed. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|NE

[Bug ada/26306] Use of volatile array with bounds determined at run time.

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-11-01 20:02 --- > this bug is still present in trunk: Right. It may already be fixed in our internal tree though. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29680] [4.3 Regression] Misscompilation of spec2006 gcc

2006-11-01 Thread hjl at lucon dot org
--- Comment #9 from hjl at lucon dot org 2006-11-01 20:03 --- Created an attachment (id=12529) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12529&action=view) A run-time testcase Here is a run-time testcase: [EMAIL PROTECTED] yyy]$ /usr/gcc-bad/bin/gcc -O2 bad.c [EMAIL PROTECTE

[Bug ada/24992] gcc aborts compiling record whose component definition refers to 'Size of current type

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2006-11-01 20:15 --- Fixed on trunk: main.adb:5:33: in a constraint the current instance can only be used with an access attribute -- charlet at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/26317] Accessing array embedded in a record with representation clause

2006-11-01 Thread charlet at gcc dot gnu dot org
--- Comment #6 from charlet at gcc dot gnu dot org 2006-11-01 20:20 --- Both fixed on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added St

[Bug tree-optimization/29680] [4.3 Regression] Misscompilation of spec2006 gcc

2006-11-01 Thread rakdver at atrey dot karlin dot mff dot cuni dot cz
--- Comment #10 from rakdver at atrey dot karlin dot mff dot cuni dot cz 2006-11-01 20:26 --- Subject: Re: Misscompilation of spec2006 gcc > > > I will work around this problem by teaching PTA about casts from > > > nonpointers to pointers, which will cause it to end up with a nonloca

[Bug tree-optimization/29680] [4.3 Regression] Misscompilation of spec2006 gcc

2006-11-01 Thread hjl at lucon dot org
--- Comment #11 from hjl at lucon dot org 2006-11-01 21:26 --- Created an attachment (id=12530) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12530&action=view) An updates run-time testcase This is smaller. -- hjl at lucon dot org changed: What|Removed

[Bug fortran/29634] ICE in variable_decl, for function returning a derived type

2006-11-01 Thread aldot at gcc dot gnu dot org
--- Comment #2 from aldot at gcc dot gnu dot org 2006-11-01 21:44 --- For your initial testcase, Lahey talks about Compiling program unit main at line 1: Interface body name(fun) 1173-S: "SOURCE.F90", line 6: Derived type definition for 'foo' missing. Internal subprogram name() 20

[Bug libstdc++/29496] _M_invalidate function is not thread-safe in GLIBCXX_DEBUG mode

2006-11-01 Thread pcarlini at suse dot de
--- Comment #22 from pcarlini at suse dot de 2006-11-01 22:42 --- Created an attachment (id=12531) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12531&action=view) All the functions working on a set of _Safe_iterators fixed In my present understanding *all* the functions belonging

[Bug c++/29577] overload/SFINAE problem

2006-11-01 Thread bangerth at dealii dot org
--- Comment #4 from bangerth at dealii dot org 2006-11-01 22:57 --- You don't need a cast when converting to pointer, but the data type of "0" is still int. When determining the type of a template parameter, it therefore tries to to make the template parameter 'int'. -- http://gcc.g

[Bug other/28145] C++ (throw() and catch(...) {/* fall through */ } ) and pthread cancellation are incompatible (at least with NPTL)

2006-11-01 Thread hhinnant at apple dot com
--- Comment #14 from hhinnant at apple dot com 2006-11-01 23:33 --- So swallowing a cancel-exception (in C++) is sometimes the right thing to do. Imagine a thread pool executing a queue of tasks. These tasks can well have handles so that clients can wait/join with results in the future

[Bug ada/29685] New: testsuite hang running c910002

2006-11-01 Thread danglin at gcc dot gnu dot org
,.,. C910002 ACATS 2.5 06-11-01 00:36:44 C910002 Check that selected_component notation can be used to access task discriminants. /home/dave/gcc-4.2/gcc/gcc/testsuite/ada/acats/run_all.sh: line 15: 20294 Killed $* [EMAIL PROTECTED]:~/gcc-4.2/objdir/gcc/testsu

[Bug libfortran/29302] nan_inf_fmt.f90 segfaults on Darwin PPC starting with Xcode 2.4

2006-11-01 Thread howarth at nitro dot med dot uc dot edu
--- Comment #22 from howarth at nitro dot med dot uc dot edu 2006-11-02 02:51 --- A couple other observations. The latest Xcode 2.4.1 release doesn't fix this problem. Also, shorter version of the testcase... implicit none character*40 l character*12 fmt rea

[Bug libfortran/29302] nan_inf_fmt.f90 segfaults on Darwin PPC starting with Xcode 2.4

2006-11-01 Thread howarth at nitro dot med dot uc dot edu
--- Comment #23 from howarth at nitro dot med dot uc dot edu 2006-11-02 03:16 --- One more observation. If I change... Index: write.c === --- write.c (revision 118343) +++ write.c (working copy) @@ -893,7 +893,7 @@

[Bug libfortran/29302] nan_inf_fmt.f90 segfaults on Darwin PPC starting with Xcode 2.4

2006-11-01 Thread howarth at nitro dot med dot uc dot edu
--- Comment #24 from howarth at nitro dot med dot uc dot edu 2006-11-02 03:19 --- The previous comment should indicate the crash in nan_inf_fmt disappears when n is a double. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29302

[Bug middle-end/29335] transcendental functions with constant arguments should be resolved at compile-time

2006-11-01 Thread ghazi at gcc dot gnu dot org
--- Comment #29 from ghazi at gcc dot gnu dot org 2006-11-02 03:21 --- Subject: Bug 29335 Author: ghazi Date: Thu Nov 2 03:20:49 2006 New Revision: 118409 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118409 Log: PR middle-end/29335 * builtins.c (do_mpfr_sincos

[Bug fortran/29539] ICE in variable_decl

2006-11-01 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-11-02 06:37 --- (In reply to comment #3) > Yes, from the looks it will also fix pr29634. > I submitted half of the patch already to fix PR29565; I will submit the rest this morning or this evening, depending on how long I take to fix

[Bug target/29686] New: [4.1 Regression] ICE when building the kernel on ARM

2006-11-01 Thread vapier at gentoo dot org
when cross-compiling the kernel for ARM with gcc-4.1.1, we hit an ICE: include/asm/arch/io.h: In function 'imu_dev_init': include/asm/arch/io.h:43: internal compiler error: Segmentation fault checked on a Gentoo ppc/x86_64 host for the arm target with gcc-3.4.6 and gcc-4.1.1 and gcc-4.1-20061027

[Bug target/29686] [4.1 Regression] ICE when building the kernel on ARM

2006-11-01 Thread vapier at gentoo dot org
--- Comment #1 from vapier at gentoo dot org 2006-11-02 06:53 --- Created an attachment (id=12532) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12532&action=view) PR29686-reduced-O1-only.i this is a reduced test case that only fails with -O1 :) [EMAIL PROTECTED] 0 ~ $ arm-unknow

[Bug target/29686] [4.1 Regression] ICE when building the kernel on ARM

2006-11-01 Thread vapier at gentoo dot org
--- Comment #2 from vapier at gentoo dot org 2006-11-02 06:54 --- Created an attachment (id=12533) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12533&action=view) PR29686-original.i this is the original testcase that fails at -O[123] but not -O0 [EMAIL PROTECTED] 0 ~ $ arm-unkno

[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread ubizjak at gmail dot com
--- Comment #9 from ubizjak at gmail dot com 2006-11-02 07:37 --- Does this fix also fixes PR bootstrap/10626? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400

[Bug target/29377] Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch

2006-11-01 Thread uros at gcc dot gnu dot org
--- Comment #6 from uros at gcc dot gnu dot org 2006-11-02 07:42 --- Subject: Bug 29377 Author: uros Date: Thu Nov 2 07:42:05 2006 New Revision: 118410 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118410 Log: PR target/29377 * config/h8300/h8300.c (h8300_emit_

[Bug rtl-optimization/25514] [4.0, 4.1 regression] internal consistency failure

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2006-11-02 07:42 --- Richard, I'm on another problem related to REG_NOTEs in the combiner (PR 29329) present on the 4.1 branch so I think it's time to make a definitive decision on this PR. I'd be in favor of backporting all your ch

[Bug rtl-optimization/29329] [4.1 regression] internal consistency failure

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-11-02 07:44 --- The combiner drops a REG_DEAD note without updating liveness info. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/29377] Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch

2006-11-01 Thread uros at gcc dot gnu dot org
--- Comment #7 from uros at gcc dot gnu dot org 2006-11-02 07:55 --- Subject: Bug 29377 Author: uros Date: Thu Nov 2 07:55:35 2006 New Revision: 118411 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118411 Log: PR target/29377 * config/h8300/h8300.c (h8300_emit_

[Bug rtl-optimization/25514] [4.0/4.1 regression] internal consistency failure

2006-11-01 Thread rsandifo at gcc dot gnu dot org
--- Comment #11 from rsandifo at gcc dot gnu dot org 2006-11-02 07:55 --- Ack that, thanks Eric. Roger and I did discuss this a bit off-list, but I don't think we came to any conclusion. (Tardiness on my part being the dominant problem, sorry.) I think Roger is OK in principle with a

[Bug target/29377] Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch

2006-11-01 Thread ubizjak at gmail dot com
--- Comment #8 from ubizjak at gmail dot com 2006-11-02 07:57 --- Fixed everywhere. -- ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED

  1   2   >