[Bug libfortran/32972] New: performance of pack/unpack

2007-08-03 Thread tkoenig at gcc dot gnu dot org
Right now, pack/unpack a) use memcpy, even if a native type is available b) convert mask arguments of kind 1 and 2 to default logical kind, which wastes cycles and memory Case b) is actually true of all intrinsic functions with mask. -- Summary: performance of pack/unpack

[Bug c/32973] New: [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 Thread rearnsha at gcc dot gnu dot org
Since revision r126615: 2007-07-12 Andreas Schwab [EMAIL PROTECTED] * gengtype-lex.l: Allow declarations to be indented. Bootstrap of gcc on arm-netbsdelf has failed because build/gengtype /work/rearnsha/gnusrc/gcc/trunk/gcc gtyp-input.list

[Bug fortran/32976] New: lapack 3.1.1 test major failure

2007-08-03 Thread sliwa at cft dot edu dot pl
There are major failures in the lapack 3.1.1 tests with gcc 2.95.3 and in the full range up to gcc 4.2.1. The problem seems to appear on 32-bit i386, when the routines chgeqz and zhgeqz are compiled with -O2. With 2.95.3 I get: cgd.out: Matrix order=8, type=15, seed=2866, 214, 1,1861,

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #19 from s_j_newbury at yahoo dot co dot uk 2007-08-03 13:52 --- Created an attachment (id=14015) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14015action=view) EABI sys_cacheflush support Use EABI syscall method for sys_cacheflush when __ARM_EABI__ is defined --

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #18 from s_j_newbury at yahoo dot co dot uk 2007-08-03 12:56 --- (In reply to comment #17) Re comment #16: I've tested this, and it seems to work. What failures do you expect? /* How to make a trampoline. */ #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ ({ unsigned

[Bug bootstrap/32973] [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 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 |

[Bug rtl-optimization/323] optimized code gives strange floating point results

2007-08-03 Thread sliwa at cft dot edu dot pl
--- Comment #98 from sliwa at cft dot edu dot pl 2007-08-03 12:09 --- *** Bug 32976 has been marked as a duplicate of this bug. *** -- sliwa at cft dot edu dot pl changed: What|Removed |Added

[Bug fortran/32976] lapack 3.1.1 test major failure

2007-08-03 Thread sliwa at cft dot edu dot pl
--- Comment #1 from sliwa at cft dot edu dot pl 2007-08-03 12:09 --- *** This bug has been marked as a duplicate of 323 *** -- sliwa at cft dot edu dot pl changed: What|Removed |Added

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread aph at gcc dot gnu dot org
--- Comment #17 from aph at gcc dot gnu dot org 2007-08-03 12:02 --- Re comment #16: I've tested this, and it seems to work. What failures do you expect? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31325

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #16 from s_j_newbury at yahoo dot co dot uk 2007-08-03 11:52 --- (In reply to comment #14) Actually, forget that last message. Most of these patches seem to be gcc 4.2 based and the libffi and gij patches are already done. Andrew: I spotted your new patch here

[Bug java/32758] ecj1 hangs

2007-08-03 Thread dir at lanl dot gov
--- Comment #7 from dir at lanl dot gov 2007-08-03 14:03 --- I was looking in the CrashReported log for something else and I noticed that ecj1 was hanging because it was crashing. Here is the crash log trace back - ** Host Name: dir Date/Time: 2007-07-13 10:52:37.582

[Bug tree-optimization/31521] / conversion to is not done when the divisor can be zero

2007-08-03 Thread dnovillo at gcc dot gnu dot org
--- Comment #5 from dnovillo at gcc dot gnu dot org 2007-08-03 13:12 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00174.html. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32975] [4.3 Regression] ICE segfault (verify_cgraph failure after ipa-cp) with -finline-functions -fipa-cp

2007-08-03 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #1 from belyshev at depni dot sinp dot msu dot ru 2007-08-03 15:06 --- Fails since: r121570 | hubicka | 2007-02-04 16:01:13 +0300 (Sun, 04 Feb 2007) | 7 lines * ipa-inline.c (try_inline): Improve debug output; work on already inline edges too.

[Bug middle-end/32940] REG_POINTER attribute on DECL_ARTIFICIAL pointers

2007-08-03 Thread pthaugen at us dot ibm dot com
--- Comment #5 from pthaugen at us dot ibm dot com 2007-08-03 15:30 --- This patch gives us an additional 2-3% overall on CPU2000, running on Power6. Facerec was the big winner with about 40% improvement, there were a few improvements in the 5-10% range and a few degradations in the

[Bug libfortran/32977] New: [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread gcc-bugzilla at gcc dot gnu dot org
As of 20070730, all gfortran tests fail on alpha-dec-osf4.0f: 25729:./PR19754_2.exe: /sbin/loader: Error: Unresolved symbol in /amnt/sequoia/export/vol/gcc/obj/alpha/gcc-4.3.0-20070730/4.0f-gcc/alpha-dec-osf4.0f/./libgfortran/.libs/libgfortran.so.3: vsnprintf 25729:./PR19754_2.exe: /sbin/loader:

[Bug middle-end/32940] REG_POINTER attribute on DECL_ARTIFICIAL pointers

2007-08-03 Thread bergner at gcc dot gnu dot org
--- Comment #4 from bergner at gcc dot gnu dot org 2007-08-03 14:43 --- Andrew's patch from Comment #3 bootstrapped and regtested with no regressions on powerpc64-linux running the testsuite in both 32-bit and 64-bit modes. I can also confirm that it fixes the test case I posted above.

[Bug tree-optimization/31521] / conversion to is not done when the divisor can be zero

2007-08-03 Thread dnovillo at gcc dot gnu dot org
--- Comment #4 from dnovillo at gcc dot gnu dot org 2007-08-03 13:08 --- Subject: Bug 31521 Author: dnovillo Date: Fri Aug 3 13:08:29 2007 New Revision: 127180 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127180 Log: 2007-08-03 Andrew Pinski [EMAIL PROTECTED]

[Bug fortran/32955] gfortran.dg/value_4.f90 gives a compiling error with -fdefault-integer-8

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-08-03 16:25 --- I'm in Edinbourg airport right now, so I'll make this quick: --- value_4.f90 2007-08-03 18:24:42.0 +0200 +++ /home/fxcoudert/devel/trunk/gcc/testsuite/gfortran.dg/value_4.f90 2007-07-03

[Bug tree-optimization/32975] New: [4.3 Regression] ICE segfault (verify_cgraph failure after ipa-cp) with -finline-functions -fipa-cp

2007-08-03 Thread belyshev at depni dot sinp dot msu dot ru
// Compile with -O1 -finline-functions -fipa-cp // reduced from ada/adadecode.c static int f0 (char *s0, char *s1) { return __builtin_strlen (s0) __builtin_strlen (s1); } int f1 (char *s, int j) { if (f0 (s, )) return 1; return j; } void f2 (char *s) { f1 (s, 0); } // bug.c:16:

[Bug preprocessor/32974] New: #pragma GCC dependency generates extra token error.

2007-08-03 Thread novedad at naver dot com
Followed by manual, optional trailing text can be used to give more information in the warning message(http://gcc.gnu.org/onlinedocs/gcc-3.4.6/cpp/Pragmas.html#Pragmas - '#pragma GCC dependency' section). However, proprecessor gives warning messages when there is optional trailing text. And this

[Bug bootstrap/32973] [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 Thread schwab at suse dot de
--- Comment #2 from schwab at suse dot de 2007-08-03 14:29 --- Created an attachment (id=14017) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14017action=view) Patch for gengtype-lex.l Please try this patch. Ignoring bs-nl should be good enough here. --

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread aph at gcc dot gnu dot org
--- Comment #20 from aph at gcc dot gnu dot org 2007-08-03 14:33 --- Please post patches to [EMAIL PROTECTED] Please provide a ChangeLog. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31325

[Bug bootstrap/32973] [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2007-08-03 14:29 --- Created an attachment (id=14016) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14016action=view) Patch for gengtype-lex.l Please try this patch. Ignoring bs-nl should be good enough here. -- schwab at suse dot de

[Bug libgcj/32652] [4.3 regression] libgcj fails to build with --disable-interpreter

2007-08-03 Thread ro at gcc dot gnu dot org
--- Comment #2 from ro at gcc dot gnu dot org 2007-08-03 14:23 --- Fixed by this patch: http://gcc.gnu.org/ml/java-patches/2007-q3/msg00103.html -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/32971] Inline asm with offset addressing fails to compile in 4.0+ without -O

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-08-03 12:17 --- %m means it can represent it as memory access which means access it via a register, this is not a bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32975] [4.3 Regression] ICE segfault (verify_cgraph failure after ipa-cp) with -finline-functions -fipa-cp

2007-08-03 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 |

[Bug c/32978] New: [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 Thread rearnsha at gcc dot gnu dot org
Since revision r126615: 2007-07-12 Andreas Schwab [EMAIL PROTECTED] * gengtype-lex.l: Allow declarations to be indented. Bootstrap of gcc on arm-netbsdelf has failed because build/gengtype /work/rearnsha/gnusrc/gcc/trunk/gcc gtyp-input.list

[Bug bootstrap/32973] [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-03 17:27 --- *** Bug 32978 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32973

[Bug c/32978] [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-03 17:27 --- *** This bug has been marked as a duplicate of 32973 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2007-08-03 17:29 --- *sigh* Oh well, I broke it, so I'd better fix it. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32399] [4.3 Regression] ICE in build2_stat, at tree.c:3074

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-08-03 19:31 --- (In reply to comment #9) Andrew, do you want to convert to sizetype or to ptrdiff_t? Does it matter? sizetype is correct for POINTER_PLUS_EXPR. We don't have a ptrdiff_t internally inside GCC as far as I know,

[Bug target/30315] optimize unsigned-add overflow test on x86 to use cpu flags from addl

2007-08-03 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2007-08-03 19:40 --- Subject: Bug number PR target/30315 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-08/msg00204.html --

[Bug fortran/32979] New: Implement vendor-specific ISNAN() intrinsic function

2007-08-03 Thread burnus at gcc dot gnu dot org
Several compilers have an generic intrinsic function ISNAN(): interface logical function isnan(x) real, intent(in) :: x end function isnan end interface Example for compilers implementing it: ifort, g95, sunf95, sgi. Example for a program using it: http://www.libatoms.org/ Note: Fortran

[Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function

2007-08-03 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2007-08-03 19:50 --- If we're going to implement isnan, then we should implement all of the FP classification functions (isfinite, isinf, isnan, isnormal, and maybe fpclassify). -- kargl at gcc dot gnu dot org changed:

[Bug target/32264] gcc 4.2.0 compiled vanilla kernel 2.4.34.5 crashes when VIA C3 optimized -march=c3

2007-08-03 Thread pluto at agmk dot net
--- Comment #16 from pluto at agmk dot net 2007-08-03 19:55 --- (In reply to comment #15) as you can see there is a semicolon after call_do_IRQ(void) and following asm statement isn't treated as a function body. in this way -O1 -f{no-}unit-at-a-time accidentally produces

[Bug fortran/32980] New: Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (ALGAMA/DLGAMA)

2007-08-03 Thread burnus at gcc dot gnu dot org
It would be useful if gfortran could implement the following two intrinsics: a) The Gamma function GAMMA, specific name DGAMMA b) The logarithm of the Gamma function LGAMMA, specific names ALGAMA, DLGAMA They are supported by a couple of compilers such as g95, xlf95. It would be nice if the

[Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function

2007-08-03 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-08-03 20:25 --- If we're going to implement isnan, then we should implement all of the FP classification functions (isfinite, isinf, isnan, isnormal, and maybe fpclassify). I'm not sure if this is needed. For instance, isnan()

[Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function

2007-08-03 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-08-03 20:45 --- I then believe that we do not need isnan. A person can use either IEEE_* when it becomes available or bind(c). I don't see why isnan is special in comparison to isinf. I don't see it either, but other compilers

[Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function

2007-08-03 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #3 from sgk at troutmask dot apl dot washington dot edu 2007-08-03 20:33 --- Subject: Re: Implement vendor-specific ISNAN() intrinsic function On Fri, Aug 03, 2007 at 08:25:08PM -, burnus at gcc dot gnu dot org wrote: If we're going to implement isnan, then we

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-08-03 21:09 --- (In reply to comment #1) *sigh* Yeah; I was thinking of organising a non-C99 targets have to die *right* *now* day, would you join me? ;-) -- fxcoudert at gcc dot gnu dot org changed: What

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-08-03 21:09 --- Created an attachment (id=14018) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14018action=view) patch This should fix it, and also provide at least some safeguards against buffer overrun in case we ever

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-08-03 21:17 --- (In reply to comment #3) patch Looks OK to me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32977

[Bug fortran/32955] gfortran.dg/value_4.f90 gives a compiling error with -fdefault-integer-8

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-08-03 21:28 --- Subject: Bug 32955 Author: fxcoudert Date: Fri Aug 3 21:28:48 2007 New Revision: 127186 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127186 Log: PR fortran/32955 *

[Bug c/32982] New: config/i386/i386.h rbx and rdx dwarf register numbers are switched.

2007-08-03 Thread npremji at redhat dot com
according to www.linux-foundation.org/spec/refspecs/elf/x86_64-SysV-psABI.pdf the registers should be in the order rax, rbx, rcx, rdx, gcc puts them in rax, rdx, rcx, rbx. -- Summary: config/i386/i386.h rbx and rdx dwarf register numbers are switched.

[Bug target/32982] config/i386/i386.h rbx and rdx dwarf register numbers are switched.

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-03 21:51 --- You have to becareful when fixing this though. As the unwinder depends on the order and if you change it you change the ABI. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug fortran/31202] Incorrect rounding generated for NINT

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-08-03 21:27 --- Well, we'll see if I broke any non-C99 target :) -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

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

2007-08-03 Thread other at bauck dot net
procedure bad is a : Long_Float := 2.0; begin for i in 1 .. Integer(Long_Float'Truncation(a)) loop null; end loop; end bad; bad.adb:4:37: unimplemented attribute gnatmake: bad.adb compilation error procedure good is begin for i in 1 ..

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-08-03 21:12 --- (In reply to comment #2) (In reply to comment #1) *sigh* Yeah; I was thinking of organising a non-C99 targets have to die *right* *now* day, would you join me? ;-) Of course. You get the dynamite? :-)

[Bug fortran/31202] Incorrect rounding generated for NINT

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-08-03 21:26 --- Subject: Bug 31202 Author: fxcoudert Date: Fri Aug 3 21:26:10 2007 New Revision: 127185 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127185 Log: PR fortran/31202 * f95-lang.c

[Bug fortran/32955] gfortran.dg/value_4.f90 gives a compiling error with -fdefault-integer-8

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-08-03 21:30 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-03 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2007-08-03 22:05 --- Created an attachment (id=14019) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14019action=view) New test case The first test case only fails on HP-UX in 32 bit mode. This new test case fails on HP-UX and on Linux

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-08-03 22:05 --- Subject: Bug number PR 32977 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-08/msg00217.html --

[Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function

2007-08-03 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

[Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function

2007-08-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-08-03 22:07 --- I'd go for implementing isnan as an extension, and only isnan. (until we get the IEEE module). The following patch does just that: Index: intrinsic.c

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #8 from tkoenig at gcc dot gnu dot org 2007-08-03 22:10 --- Fixed, closing. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-03 Thread sje at cup dot hp dot com
--- Comment #3 from sje at cup dot hp dot com 2007-08-03 22:10 --- I no longer think this bug is due to how I convert types. I don't think there is necessarily a bug in the division code but that the increased floating point register pressure is triggering an existing bug. The failure

[Bug target/32982] config/i386/i386.h rbx and rdx dwarf register numbers are switched.

2007-08-03 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-08-03 22:13 --- You are looking at obsolete version of the psABI. Please see http://www.x86-64.org/viewvc/trunk/x86-64-ABI/low-level-sys-info.tex?revision=214view=markup General Purpose Register RAX 0 \RAX\\ General Purpose

[Bug libfortran/32977] [4.3 regression] All gfortran tests fail on Tru64 UNIX V4.0F: vsnprintf missing

2007-08-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2007-08-03 22:09 --- Subject: Bug 32977 Author: tkoenig Date: Fri Aug 3 22:09:10 2007 New Revision: 127187 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127187 Log: 2007-08-03 Thomas Koenig [EMAIL PROTECTED] PR

[Bug bootstrap/32973] [4.3 regression] bootstrap failure with indented structure declaration in macro

2007-08-03 Thread rearnsha at gcc dot gnu dot org
--- Comment #4 from rearnsha at gcc dot gnu dot org 2007-08-03 22:35 --- That looks like it solves the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32973

[Bug c/32415] libgcc_s not found in library search path with --enable-version-specific-runtime-libs

2007-08-03 Thread jwakely dot gcc at gmail dot com
--- Comment #4 from jwakely dot gcc at gmail dot com 2007-08-03 23:30 --- re-confirmed with latest 4.3 snapshot: tests$ ~/gcc/4.x/bin/g++ -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: /home/jwakely/src/gcc-4.3-20070727/configure

[Bug middle-end/32935] [4.3 Regression] internal compiler error: in emit_move_insn, at expr.c:3316

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-08-03 23:36 --- Subject: Bug 32935 Author: pinskia Date: Fri Aug 3 23:36:05 2007 New Revision: 127190 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127190 Log: 2007-08-03 Andrew Pinski [EMAIL PROTECTED] PR

[Bug middle-end/32935] [4.3 Regression] internal compiler error: in emit_move_insn, at expr.c:3316

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-08-03 23:38 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32304] [4.3 Regression] ICE in set_mem_attributes_minus_bitpos

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-08-04 00:06 --- Subject: Bug 32304 Author: pinskia Date: Sat Aug 4 00:05:56 2007 New Revision: 127191 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127191 Log: 2007-08-03 Andrew Pinski [EMAIL PROTECTED] PR

[Bug middle-end/32304] [4.3 Regression] ICE in set_mem_attributes_minus_bitpos

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-08-04 00:06 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/32399] [4.3 Regression] ICE in build2_stat, at tree.c:3074

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2007-08-04 00:33 --- Subject: Bug 32399 Author: pinskia Date: Sat Aug 4 00:33:31 2007 New Revision: 127196 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127196 Log: 2007-08-03 Andrew Pinski [EMAIL PROTECTED] PR

[Bug middle-end/32399] [4.3 Regression] ICE in build2_stat, at tree.c:3074

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-08-04 00:35 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32780] [4.3 Regression] ICE in extract_range_from_binary_expr, at tree-vrp.c:1793 at -O2 or higher

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-08-04 00:43 --- Note with mismatch checking turned on (which is done by default at stage1), we get a different ICE (which is not related to the changes done by pointer plus: t.c: In function 'crashGcc': t.c:6: error: type mismatch

[Bug middle-end/32780] [4.3 Regression] ICE in extract_range_from_binary_expr, at tree-vrp.c:1793 at -O2 or higher

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-08-04 01:17 --- Here is a full patch which fixes the type mismatch type ICE also: Index: fold-const.c === --- ../../gcc/fold-const.c (revision 127190) +++

[Bug ada/32983] New: gcc-4.3-20070803 bootstrap failure

2007-08-03 Thread anhvofrcaus at gmail dot com
: *** gcc: No such file or directory. Stop. -- Summary: gcc-4.3-20070803 bootstrap failure Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc

[Bug ada/32983] gcc-4.3-20070803 bootstrap failure

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-04 01:50 --- *** This bug has been marked as a duplicate of 32941 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-04 01:50 --- *** Bug 32983 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/32967] [4.3 regression] gcjavac throws java exceptions on startup

2007-08-03 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 |

[Bug middle-end/32624] [4.3 Regression] r126198 causes tramp3d slowdown w/o leafify

2007-08-03 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 |

[Bug middle-end/32780] [4.3 Regression] ICE in extract_range_from_binary_expr, at tree-vrp.c:1793 at -O2 or higher

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-08-04 05:21 --- Subject: Bug 32780 Author: pinskia Date: Sat Aug 4 05:21:30 2007 New Revision: 127199 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127199 Log: 2007-08-04 Andrew Pinski [EMAIL PROTECTED] PR

[Bug middle-end/32780] [4.3 Regression] ICE in extract_range_from_binary_expr, at tree-vrp.c:1793 at -O2 or higher

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-08-04 05:22 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added