[Bug rtl-optimization/11001] global register %edi versus string builtins

2007-10-14 Thread ubizjak at gmail dot com
--- Comment #14 from ubizjak at gmail dot com 2007-10-14 09:36 --- Fixed. -- ubizjak at gmail dot com changed: What|Removed |Added Status|NEW

[Bug target/33755] Gcc 4.2.2 broken for mips linux kernel builds

2007-10-14 Thread rsandifo at nildram dot co dot uk
--- Comment #11 from rsandifo at nildram dot co dot uk 2007-10-14 09:41 --- Subject: Re: Gcc 4.2.2 broken for mips linux kernel builds ddaney at avtrex dot com [EMAIL PROTECTED] writes: rsandifo at gcc dot gnu dot org wrote: --- Comment #9 from rsandifo at gcc dot gnu dot org

[Bug tree-optimization/33766] [4.1/4.2/4.3 Regression] ICE in bsi_for_stmt at tree-cfg.c when using -O1 -ftree-loop-linear

2007-10-14 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-10-14 10:22 --- This is likely a duplicate of PR24309 or PR23820. ./cc1 -quiet -O -ftree-loop-linear t.i t.i: In function 'fxt1_quantize_ALPHA1': t.i:2: internal compiler error: in lambda_loopnest_to_gcc_loopnest, at

[Bug ada/33769] New: Object prefixed notation in Ada 2005.

2007-10-14 Thread abo dot pignard at wanadoo dot fr
When using object prefixed notation of Ada 2005 with GNAT GPL 2007 on Mac OS X, I come to different results. $ gcc -v Using built-in specs. Target: powerpc-apple-darwin8.9.0 Configured with: ../src/configure --prefix=/Users/pascal/Documents/Extraction/070521/gnat --enable-languages=c,ada

[Bug tree-optimization/33763] [4.1/4.2/4.3 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2007-10-14 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-10-14 10:26 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug ada/33769] Object prefixed notation in Ada 2005.

2007-10-14 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2007-10-14 10:53 --- GNAT GPL 2007 is not an FSF release. Your code compiles fine with GCC 4.3.0 -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/33071] Ada 2005 ICE on limited with'ing

2007-10-14 Thread ludovic at ludovic-brenta dot org
--- Comment #4 from ludovic at ludovic-brenta dot org 2007-10-14 11:13 --- The reduced test case shows that the bug actually has nothing to do with limited with. Therefore the title of the bug is misleading. A better title would be: Assert_Failure sinfo.adb:351 on legal Ada 2005

[Bug tree-optimization/33763] [4.1/4.2/4.3 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2007-10-14 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2007-10-14 12:10 --- This is result of ugly hack handling redefined extern inline functions. The most sane semantics (not what 3.2.x did) would be that function if inlined should get the extern inline body, but the body from redefined

[Bug ada/33071] Assert_Failure sinfo.adb:351 on legal Ada 2005 code

2007-10-14 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2007-10-14 12:16 --- Fixed in 4.2.1, so closing. -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/33110] Libgnat: No Constraint_Error on out-of-bounds array access in GNAT.Spitbol.Patterns

2007-10-14 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-10-14 12:24 --- This is fixed in mainline. Arno -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/31859] Crash on tasks with access-to-subprogram discriminants

2007-10-14 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-10-14 12:31 --- Test case now compiles fine. -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/32981] GNAT reports unimplemented attribute on Long_Float'Truncation( )

2007-10-14 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2007-10-14 12:38 --- Compiles fine on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/33763] [4.1/4.2/4.3 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2007-10-14 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2007-10-14 12:50 --- This patch should disable the sorry message in this case, but I would argue that outputting sorry here is right - we fail to inline alway_inline function because of implementation limitation. So I would claim 3.2.0

[Bug libstdc++/33771] New: FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)

2007-10-14 Thread danglin at gcc dot gnu dot org
Executing on host: /xxx/gnu/gcc/objdir/./gcc/g++ -shared-libgcc -B/xxx/gnu/gcc/o bjdir/./gcc -nostdinc++ -L/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc++-v3 /src -L/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs -B/opt/g nu/gcc/gcc-4.3.0/hppa2.0w-hp-hpux11.00/bin/

[Bug java/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc

2007-10-14 Thread hjl at lucon dot org
--- Comment #1 from hjl at lucon dot org 2007-10-14 14:59 --- The following ones in gcc 4.3: gappletviewer gc-analyze gcj-dbtool gcjh gij gjar gjarsigner gjavah gkeytool gnative2ascii gorbd grmic grmid grmiregistry gserialver gtnameserv jv-convert and the following ones in gcc 4.2:

[Bug target/32830] shared library create by hppa64-hp11.11 can't run.

2007-10-14 Thread danglin at gcc dot gnu dot org
--- Comment #8 from danglin at gcc dot gnu dot org 2007-10-14 16:23 --- Regarding comment #4, I don't believe the warnings are a problem. hppa64-hpux does not support undefined weak. Regarding comment #6, '-m64' is not a valid gcc option for the hppa64-hpux target. Thus, it appears

[Bug other/32958] tgmath.h includes non-existent header file complex.h

2007-10-14 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2007-10-14 16:35 --- Fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/32442] Ada 05 Null Exclusion Problem

2007-10-14 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-10-14 16:38 --- Fixed on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/18918] Eventually support the co-array f95 extension in gfortran

2007-10-14 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2007-10-14 17:46 --- For UPC (Unified Parallel C) - the C variant of something like Co-arrays - has been implemented for GCC 4.0.x, see: http://www.intrepid.com/upc.html I don't know whether they have signed a contract with the FSF or

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-10-14 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-10-14 18:15 --- Subject: Bug 30303 Author: pinskia Date: Sun Oct 14 18:15:35 2007 New Revision: 129298 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129298 Log: 2007-10-14 Andrew Pinski [EMAIL PROTECTED] PR

[Bug c++/30303] [4.2 regression] ICE with invalid constructor definition

2007-10-14 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-10-14 18:16 --- Fixed on the trunk. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33542] gfortran does not detect ambigious specific names if they are the same as generic names

2007-10-14 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-10-14 19:26 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33664] crash on invalid program

2007-10-14 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-10-14 19:27 --- Fixed on trunk. Thanks for the report. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33745] -fbounds-check: Bogus out-of-bounds run-time error for assumed-size array

2007-10-14 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2007-10-14 20:24 --- Subject: Bug 33745 Author: burnus Date: Sun Oct 14 20:24:20 2007 New Revision: 129302 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129302 Log: 2007-10-14 Tobias Burnus [EMAIL PROTECTED] PR

[Bug fortran/33745] -fbounds-check: Bogus out-of-bounds run-time error for assumed-size array

2007-10-14 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2007-10-14 20:29 --- FIXED on the trunk (4.3.0) -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33672] Additional runtime checks needed for namelist reads

2007-10-14 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-10-14 21:05 --- For comp.lang.fortran, see: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/e29f484b7d822ed3/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33672

[Bug driver/33772] New: collect2 doesn't strip .sl version

2007-10-14 Thread danglin at gcc dot gnu dot org
After recently updating libgmp, I find that shared libraries that were linked against the old version are broken. For example, libtool links libguile.sl against libgmp.sl.7, /usr/local/lib/libltdl.sl.4, /usr/lib/libc.1 and /users/gcc/gcc-4.2.0/lib/libgcc_s.sl. I've always thought linking shared

[Bug tree-optimization/33763] [4.1/4.2/4.3 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2007-10-14 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-10-14 21:10 --- At least for gcc-4_1-branch and gcc-4_2-branch your patch is IMHO the best thing we can do. I agree that with cgraph it shouldn't be very hard to actually register two bodies, one for extern inline fn and one for the

[Bug libstdc++/33771] FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)

2007-10-14 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-10-14 21:30 --- Are you willing to prepare and test on your target a patch along those lines? Specifically, I would suggest following the existing practice in 17_intro/headers/c++200x/* and therefore guard with _GLIBCXX_HAVE_WCHAR_H,

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-14 Thread ajd at gentrack dot com
--- Comment #19 from ajd at gentrack dot com 2007-10-14 21:39 --- (In reply to comment #18) Do you plan to support lazy binding as well? Do you mean -blazy? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33704

[Bug libstdc++/33771] FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)

2007-10-14 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2007-10-14 21:44 --- Subject: Re: FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors) Are you willing to prepare and test on your target a patch along those lines? Specifically, I would suggest following the

[Bug target/33700] FAIL: 17_intro/headers/all_pedantic_errors.cc (test for excess errors)

2007-10-14 Thread danglin at gcc dot gnu dot org
--- Comment #10 from danglin at gcc dot gnu dot org 2007-10-14 22:22 --- Subject: Bug 33700 Author: danglin Date: Sun Oct 14 22:22:25 2007 New Revision: 129304 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129304 Log: PR target/33700 * inclhack.def

[Bug target/33700] FAIL: 17_intro/headers/all_pedantic_errors.cc (test for excess errors)

2007-10-14 Thread danglin at gcc dot gnu dot org
--- Comment #11 from danglin at gcc dot gnu dot org 2007-10-14 22:25 --- Fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/33773] New: FAIL: 21_strings/headers/cwchar/macros.cc (test for excess errors)

2007-10-14 Thread danglin at gcc dot gnu dot org
Executing on host: /xxx/gnu/gcc/objdir/./gcc/g++ -shared-libgcc -B/xxx/gnu/gcc/o bjdir/./gcc -nostdinc++ -L/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc++-v3 /src -L/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs -B/opt/g nu/gcc/gcc-4.3.0/hppa2.0w-hp-hpux11.00/bin/

[Bug target/33774] New: Cygwin/mingw do not support 16 byte alignment of struct/union fields

2007-10-14 Thread dannysmith at users dot sourceforge dot net
The following testcase fails on mingw32 === typedef int __m128 __attribute__ ((__vector_size__ (16), __may_alias__)); typedef union { float f[4]; __m128 m; } foo; int test1[__alignof(__m128) = 16 ? 1 : -1 ]; // OK int

[Bug target/32830] shared library create by hppa64-hp11.11 can't run.

2007-10-14 Thread cnstar9988 at gmail dot com
--- Comment #9 from cnstar9988 at gmail dot com 2007-10-15 00:43 --- $ cat /usr/bin/gcc #!/bin/sh mode=ilp32 first=yes for arg in $@; do case $arg in -milp32|-m32) mode=ilp32 ;; -mlp64|-m64) mode=lp64 ;; *)

[Bug fortran/33233] Parent and contained procedure: Wrongly treated as generic procedures

2007-10-14 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-10-15 01:06 --- Subject: Bug number PR33233 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/2007-10/msg00745.html --

[Bug fortran/33733] ICEs in simplify_transfer

2007-10-14 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2007-10-15 01:06 --- Subject: Bug number PR33733 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/2007-10/msg00751.html --

[Bug fortran/33733] ICEs in simplify_transfer

2007-10-14 Thread patchapp at dberlin dot org
--- Comment #10 from patchapp at dberlin dot org 2007-10-15 01:07 --- Subject: Bug number PR33733 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/2007-10/msg00751.html --

[Bug fortran/32600] [ISO Bind C] C_ASSOCIATED/C_F_POINTER w/o SHAPE should not be library functions

2007-10-14 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2007-10-15 01:07 --- Subject: Bug number PR 32600 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/2007-10/msg00775.html --

[Bug fortran/33745] -fbounds-check: Bogus out-of-bounds run-time error for assumed-size array

2007-10-14 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2007-10-15 01:07 --- Subject: Bug number PR33745 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/2007-10/msg00796.html --

[Bug target/33133] [4.3 Regression] ICE in try_ready, at haifa-sched.c:2958 with -O2/-O3

2007-10-14 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-10-15 01:08 --- Subject: Bug number PR33133 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/2007-10/msg00829.html --

[Bug libfortran/33672] Additional runtime checks needed for namelist reads

2007-10-14 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-10-15 01:33 --- Subject: Bug 33672 Author: jvdelisle Date: Mon Oct 15 01:33:16 2007 New Revision: 129309 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129309 Log: 2007-10-14 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33672] Additional runtime checks needed for namelist reads

2007-10-14 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-10-15 01:36 --- Subject: Bug 33672 Author: jvdelisle Date: Mon Oct 15 01:36:13 2007 New Revision: 129310 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129310 Log: 2007-10-14 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33672] Additional runtime checks needed for namelist reads

2007-10-14 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-10-15 01:37 --- Closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33774] Cygwin/mingw do not support 16 byte alignment of struct/union fields

2007-10-14 Thread patchapp at dberlin dot org
--- Comment #1 from patchapp at dberlin dot org 2007-10-15 02:15 --- Subject: Bug number PR target/33774 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/2007-10/msg00853.html --

[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

2007-10-14 Thread dorit at gcc dot gnu dot org
--- Comment #35 from dorit at gcc dot gnu dot org 2007-10-15 05:52 --- bootstrap with vectorization enabled with your patch applied passes for me on ppc64-linux. thanks!! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32582