[Bug middle-end/32362] ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508

2007-06-16 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-06-16 07:05 --- Work around for Fortran: - integer :: i, tmp = 1, itmp = 0 + integer :: i, tmp, itmp + tmp = 1; itmp = 0 Reduced C test case below. The problem is that itmp and tmp are static. #include omp.h

[Bug bootstrap/32334] Bootstrap comparison failure when comparing stage 2 and 3

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-16 07:15 --- What version of GCC are you starting with? This works for me on an i686-linux-gnu machine (a pentium 4D). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32332] libobjc build failure on arm-unknown-eabi (__gnu_objc_personality_v0)

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-16 07:20 --- Related to PR 31325 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32332

[Bug target/32332] libobjc build failure on arm-unknown-eabi (__gnu_objc_personality_v0)

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-16 07:23 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32217] segfaults (at runtime) on UNPACK with zero-sized arrays

2007-06-16 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2007-06-16 08:09 --- This one should be relatively easy. I'll take it. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32359] incorrect error: Threadprivate isn't SAVEd (implicit save attribute undefined)

2007-06-16 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-06-16 08:29 --- Mine. -- burnus at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|dfranke at

[Bug fortran/32365] New: OpenMP: Better error message for specification statement in executable section

2007-06-16 Thread burnus at gcc dot gnu dot org
subroutine test use omp_lib implicit none integer, parameter :: NT = 4 integer :: a save a = 1 !$omp threadprivate(a) end subroutine test gfortran: Error: Unexpected !$OMP THREADPRIVATE statement at (1) Intel: Error: A specification statement cannot appear in

[Bug fortran/32359] incorrect error: Threadprivate isn't SAVEd (implicit save attribute undefined)

2007-06-16 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-06-16 09:00 --- Subject: Bug number PR32359 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-06/msg0.html --

[Bug middle-end/31723] Use reciprocal and reciprocal square root with -ffast-math

2007-06-16 Thread uros at gcc dot gnu dot org
--- Comment #28 from uros at gcc dot gnu dot org 2007-06-16 09:53 --- Subject: Bug 31723 Author: uros Date: Sat Jun 16 09:52:48 2007 New Revision: 125756 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=125756 Log: PR middle-end/31723 * hooks.c (hook_tree_tree_bool_null):

[Bug fortran/20863] Pointer problems in PURE procedures

2007-06-16 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-06-16 11:07 --- This has been on the books too long - I was hoping that this would be dealt with as a tyro job:) .and, yes, a fix is on the way! Paul -- pault at gcc dot gnu dot org changed: What|Removed

[Bug fortran/20882] PURE procedure containing pointer assignment to dummy with pointer component

2007-06-16 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-06-16 11:09 --- This has been on the books too long - I was hoping that this would be dealt with as a tyro job:) .and, yes, a fix is on the way! Paul -- pault at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/32093] BOOT_CFLAGS=-O2 -g -msse2 -ftree-vectorize causes dfp tests to fail

2007-06-16 Thread hjl at lucon dot org
--- Comment #1 from hjl at lucon dot org 2007-06-16 12:57 --- I don't see any regressions with BOOT_CFLAGS set to -O2 -g -msse2 -ftree-vectorize: http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00756.html with 83 loop vectorized vs.

[Bug tree-optimization/32366] New: [4.3 Regression] Segfault in significand_size with -ftree-optimize

2007-06-16 Thread tbm at cyrius dot com
I'm getting the following segfault with current trunk. This compiled fine with trunk from 20070515 but produces the segfault with 20070604. (sid)26454:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/gcc -O -ftree-vectorize -c libsamplerate-termination_test.c libsamplerate-termination_test.c: In

[Bug tree-optimization/32366] [4.3 Regression] Segfault in significand_size with -ftree-optimize

2007-06-16 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2007-06-16 12:59 --- Program received signal SIGSEGV, Segmentation fault. significand_size (mode=value optimized out) at gcc/real.c:2572 2572 if (fmt-b == 10) (gdb) where #0 significand_size (mode=value optimized out) at gcc/real.c:2572 #1

[Bug tree-optimization/32366] [4.3 Regression] Segfault in significand_size with -ftree-optimize

2007-06-16 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2007-06-16 13:00 --- This segfault shows up on x86_64-linux-gnu, but not on ia64-linux-gnu -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32366

[Bug c/32314] for gcc-4.2gcc-4disable-decimal-float not working on i686, powerpc, sparc. gcc-4.3.0

2007-06-16 Thread malitzke at metronets dot com
--- Comment #7 from malitzke at metronets dot com 2007-06-16 13:08 --- It is good to be challenged, as it forces clarification of the issues. It is also good to let some grass grow instead of just charging ahead. Putting the legal and philosophical ramifications aside and considering

[Bug fortran/32298] MINLOC / MAXLOC: off-by one for PARAMETER arrays

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-06-16 14:00 --- A simplified testcase: $ cat pr32298.f90 PROGRAM ERR_MINLOC INTEGER, PARAMETER :: N = 7 DOUBLE PRECISION, DIMENSION (N), PARAMETER :: A = (/ 0.3D0, 0.455D0, 0.6D0, 0.7D0, 0.72D0, 0.76D0, 0.79D0 /)

[Bug fortran/32150] Strangeness when repeating an INTERFACE entity in ONLY clause of USE statement

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-06-16 14:42 --- Fixed in trunk and 4.2.1. Backport to 4.1.3 unlikely. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20863] Pointer problems in PURE procedures

2007-06-16 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-06-16 16:10 --- Subject: Bug number PR20863 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-06/msg01127.html --

[Bug c++/32367] New: internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread ubizjak at gmail dot com
This happens when compiling povray-3.6.1 with gcc version 4.3.0 20070616 (experimental). The testcase (reduced with delta) is attached to the report. g++ -O2 xxx.cpp xxx.cpp: In function ‘double pov::Evaluate_TPat(pov::TPATTERN*, double*, pov::INTERSECTION*)’: xxx.cpp:146: internal compiler error

[Bug target/32335] libgcc build failure, ICE in cselib_record_set, at cselib.c:1508

2007-06-16 Thread mstein at phenix dot rootshell dot be
--- Comment #1 from mstein at phenix dot rootshell dot be 2007-06-16 16:57 --- The avr target has the same problem: /n/07/mstein/svn/trunk/libgcc/../gcc/libgcc2.c: In function '__muldi3': /n/07/mstein/svn/trunk/libgcc/../gcc/libgcc2.c:566: internal compiler error: in

[Bug c++/32367] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2007-06-16 16:58 --- Created an attachment (id=13713) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13713action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32367

[Bug c++/32368] New: warnings from system headers not supressed.

2007-06-16 Thread pluto at agmk dot net
$ g++ -isystem sys x.cpp -c -Wall -O sys/x.hpp: In function 'int main()': sys/x.hpp:7: warning: 'i' is used uninitialized in this function sys/x.hpp:6: note: 'i' was declared here i ran into this during playing with new boost libraries. -- Summary: warnings from system headers not

[Bug c++/32368] warnings from system headers not supressed.

2007-06-16 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2007-06-16 17:20 --- Created an attachment (id=13714) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13714action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32368

[Bug tree-optimization/32367] [4.3 Regression] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-16 17:21 --- This was caued by me. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/32366] [4.3 Regression] Segfault in significand_size with -ftree-vectorize

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-06-16 17:21 --- combine.c is RTL :). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32369] New: [frv] macro DF_LIVE_IN passed 2 arguments, but takes just 1

2007-06-16 Thread mstein at phenix dot rootshell dot be
Hello, there seems to be a problem compiling frv-elf-gcc: gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros

[Bug target/32335] libgcc build failure, ICE in cselib_record_set, at cselib.c:1508

2007-06-16 Thread zadeck at naturalbridge dot com
--- Comment #2 from zadeck at naturalbridge dot com 2007-06-16 17:37 --- please include the preprocessed source (the .i file) and the command line to compiler this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32335

[Bug middle-end/32370] New: [4.3 Regression] Segfault after rejecting bogus assembler

2007-06-16 Thread tbm at cyrius dot com
I have a really interesting testcase that fails with current trunk. It's a piece of C code with some x86 assembler which I'm trying to compile on IA64. Obviously, this won't work. In the past, GCC happily rejected the code. Now, however, GCC segfaults after printing an error. In fact, it's a

[Bug target/32369] [frv] macro DF_LIVE_IN passed 2 arguments, but takes just 1

2007-06-16 Thread zadeck at naturalbridge dot com
--- Comment #1 from zadeck at naturalbridge dot com 2007-06-16 17:45 --- Subject: Re: New: [frv] macro DF_LIVE_IN passed 2 arguments, but takes just 1 mstein at phenix dot rootshell dot be wrote: Hello, there seems to be a problem compiling frv-elf-gcc: gcc -c -g -O2 -DIN_GCC

[Bug middle-end/32370] [4.3 Regression] Segfault after rejecting bogus assembler

2007-06-16 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2007-06-16 17:48 --- On powerpc I simply get: vbetool-thunk.c: In function 'inb_local': vbetool-thunk.c:10: error: impossible constraint in 'asm' no segfault. -- tbm at cyrius dot com changed: What|Removed

[Bug target/32335] libgcc build failure, ICE in cselib_record_set, at cselib.c:1508

2007-06-16 Thread mstein at phenix dot rootshell dot be
--- Comment #3 from mstein at phenix dot rootshell dot be 2007-06-16 17:53 --- Created an attachment (id=13715) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13715action=view) gcc/xgcc -O2 libgcc2.i should trigger the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32335

[Bug target/32180] Paranoia UCB GSL TestFloat libm tests fail - accuracy of recent gcc math poor

2007-06-16 Thread rob1weld at aol dot com
--- Comment #23 from rob1weld at aol dot com 2007-06-16 18:12 --- Comment #17 From [EMAIL PROTECTED] 2007-06-13 11:30 [reply] --- On Tue, 6 Feb 2007, Florent de Dinechin wrote: We are the maintainers of the crlibm project, which aims at developping a modern, correctly rounded

[Bug target/32335] libgcc build failure, ICE in cselib_record_set, at cselib.c:1508

2007-06-16 Thread zadeck at naturalbridge dot com
-- zadeck at naturalbridge dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/31473] gfortran does not detect duplicate EXTERNAL or INTRINSIC declarations

2007-06-16 Thread dfranke at gcc dot gnu dot org
-- dfranke at gcc dot gnu dot org changed: What|Removed |Added CC||dfranke at gcc dot gnu dot |

[Bug fortran/32140] [4.3 Regression] Miscompilation with -O1

2007-06-16 Thread jv244 at cam dot ac dot uk
--- Comment #13 from jv244 at cam dot ac dot uk 2007-06-16 19:04 --- (In reply to comment #12) note this might get cleared up with pointer_plus. I have not tried it there yet but i will be posting a patch and committing soon. I've tried current trunk (which should contain

[Bug fortran/31473] gfortran does not detect duplicate EXTERNAL or INTRINSIC declarations

2007-06-16 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-06-16 19:10 --- Subject: Bug number PR31473 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-06/msg01134.html --

[Bug c++/32368] warnings from system headers not supressed.

2007-06-16 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-06-16 19:19 --- At variance with c++/32256, this one apparently happens as C code too... Probably should be not categorized as C++-only... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32368

[Bug tree-optimization/32367] [4.3 Regression] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-06-16 20:03 --- The chrec is {{BinomialCoefficients[0], +, 4}_1, +, {0, +, 4}_1}_1 Which looks ok and correct. the comment before chrec_component_in_loop_num, says: /* Returns the evolution part of CHREC in LOOP_NUM when RIGHT is

[Bug tree-optimization/32367] [4.3 Regression] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-06-16 20:31 --- Here is a reduced testcase: int BinomialCoefficients[17 * 35]; void InitializeBinomialCoefficients () { unsigned n, k; int *ptr = BinomialCoefficients; for ( n = 1; n = 33; ++n) { for ( k = 1; k n;

[Bug tree-optimization/32367] [4.3 Regression] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-06-16 20:40 --- Actually I reduced it a little too far (I had fixed the ICE in one case but was reducing another ICE): int BinomialCoefficientsInited = 0; int BinomialCoefficients[17 * 35]; double Evaluate_TPat (void) {

[Bug tree-optimization/32367] [4.3 Regression] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-06-16 20:55 --- This patch works for me (and I think it is correct): Index: tree-chrec.c === --- tree-chrec.c(revision 125757) +++ tree-chrec.c(working

[Bug fortran/24965] Wrong file name in error message

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2007-06-16 21:08 --- Erik, how did you prepare the attached file? I think I have an idea what's wrong: Let there be foo.inc, bar.inc and pr24965.F90. The latter contains: #include foo.inc ! integer :: foo #include

[Bug tree-optimization/32367] [4.3 Regression] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-06-16 21:16 --- But I am not 100% the rest of the correct is correct. Daniel/Pop, Could you look into my patch to see if it is correct? My pointer_plus exposed a latent bug with chrec_component_in_loop_num: for

[Bug bootstrap/18895] libgfortran AM_MAKEFLAGS arg list + environment too large

2007-06-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18895

[Bug tree-optimization/32367] [4.3 Regression] internal compiler error: in build_polynomial_chrec, at tree-chrec.h:113

2007-06-16 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-06-16 21:41 --- here is a testcase which also crashes for i686 (32bits): int BinomialCoefficientsInited = 0; int BinomialCoefficients[17 * 35]; double Evaluate_TPat (void) { unsigned short n, k; if

[Bug c++/32371] New: #including vector brings keyword time in global namespace.

2007-06-16 Thread olifant at gmail dot com
The following code doesn't compile with g++: #include vector int time; int main() {} Including the vector header brings the keyword time in global namespace. It gives the following error: main.cpp:3: error: 'int time' redeclared as different kind of symbol /usr/include/time.h:187:

[Bug c++/32371] #including vector brings keyword time in global namespace.

2007-06-16 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2007-06-16 22:07 --- This specific issues doesn't happen anymore in mainline. Otherwise, this is just 6257 *** This bug has been marked as a duplicate of 6257 *** -- pcarlini at suse dot de changed: What|Removed

[Bug libstdc++/6257] [DR 456] C-library symbols enter global namespace

2007-06-16 Thread pcarlini at suse dot de
--- Comment #26 from pcarlini at suse dot de 2007-06-16 22:07 --- *** Bug 32371 has been marked as a duplicate of this bug. *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/6257] [DR 456] C-library symbols enter global namespace

2007-06-16 Thread pcarlini at suse dot de
--- Comment #27 from pcarlini at suse dot de 2007-06-16 22:19 --- I think the resolution of DR 456 (now [WP]): http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#456 means our behavior is now conforming to the amended Standard. -- pcarlini at suse dot de changed:

[Bug fortran/22359] fseek intrinsic not implemented

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2007-06-16 22:51 --- No backport to 4.2. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31919] [4.1/4.2 only] min/max do not check array conformance

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #6 from dfranke at gcc dot gnu dot org 2007-06-16 22:53 --- Not a regression, no backport to 4.2. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31929] [4.1/4.2 only] atan2 accepts non-conforming array shapes

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-06-16 22:54 --- Not a regression, no backport to 4.2. Closing -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32093] BOOT_CFLAGS=-O2 -g -msse2 -ftree-vectorize causes dfp tests to fail

2007-06-16 Thread dirtyepic at gentoo dot org
--- Comment #2 from dirtyepic at gentoo dot org 2007-06-16 23:51 --- i'm wondering if this could be related to a problem we're seeing with segfaults caused by misaligned movdqa instructions in zlib compiled with -ftree-vectorize. https://bugs.gentoo.org/show_bug.cgi?id=151394#c13 --

[Bug target/32347] ICE on gcc/testsuite/gcc-dg/vmx/ops.c

2007-06-16 Thread malitzke at metronets dot com
--- Comment #11 from malitzke at metronets dot com 2007-06-17 00:14 --- Thank you Mrs Johnson for putting in (by my reckoning) an inordinate amount of hours to put some bounds on this problems. I am sure you are aware of the old adage A stitch in time saves nine. If some

[Bug fortran/32360] GFORTRAN WON'T COMPILE 'DATA PTR1 /NULL ()/' WHEN PTR1 HAS POINTER ATTRIBUTE

2007-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-06-17 00:23 --- I think I have a fix for this. Testing. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32361] TYPE DECLARATION TO INITIALIZE DATA IN NAMED COMMON

2007-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-06-17 00:40 --- I think I have a patch for this. Testing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32335] libgcc build failure, ICE in cselib_record_set, at cselib.c:1508

2007-06-16 Thread zadeck at naturalbridge dot com
--- Comment #4 from zadeck at naturalbridge dot com 2007-06-17 01:23 --- Subject: Re: libgcc build failure, ICE in cselib_record_set, at cselib.c:1508 zadeck at naturalbridge dot com wrote: the new dse code is failing during a call to cselib. However I do not believe that the new

[Bug fortran/32360] GFORTRAN WON'T COMPILE 'DATA PTR1 /NULL ()/' WHEN PTR1 HAS POINTER ATTRIBUTE

2007-06-16 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-06-17 01:35 --- Subject: Bug number PR32360 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-06/msg01148.html --

[Bug fortran/32361] TYPE DECLARATION TO INITIALIZE DATA IN NAMED COMMON

2007-06-16 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-06-17 01:40 --- Subject: Bug number PR32361 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-06/msg01150.html --

[Bug middle-end/20558] variadic __builtin_isinf broken

2007-06-16 Thread ghazi at gcc dot gnu dot org
-- ghazi at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ghazi at gcc dot gnu dot org |dot org

[Bug fortran/32310] Intel-darwin specific ICE on CP2K code

2007-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-06-17 03:03 --- With valgrind, I am detecting a huge memory leak on x86-64. I am reruning and will post a log shortly. It takes a while to run the example in comment #1, -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32310

[Bug fortran/32310] Intel-darwin specific ICE on CP2K code

2007-06-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-06-17 03:14 --- Created an attachment (id=13716) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13716action=view) Valgrind leak check on example code This shows the huge memory leak. 39 Mbytes! on x86-64 (Intel) --

[Bug c++/32322] pointers to overloaded methods not correctly resolved

2007-06-16 Thread mavdzee at yahoo dot co dot uk
--- Comment #2 from mavdzee at yahoo dot co dot uk 2007-06-17 03:33 --- Created an attachment (id=13717) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13717action=view) output preprocessor Attached you will find the output of the preprocessor. --

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-16 Thread daney at gcc dot gnu dot org
--- Comment #8 from daney at gcc dot gnu dot org 2007-06-17 05:05 --- Good news and bad news. My 32313-v2.patch allows c,c++,java to bootstrap except for at the very end of the libjava build gcj-dbtool gets stuck in an endless loop. Luckily killing it allows the build to complete