[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2008-02-18 Thread jv244 at cam dot ac dot uk
--- Comment #148 from jv244 at cam dot ac dot uk 2008-02-18 08:10 --- (In reply to comment #147) > (In reply to comment #146) > > (In reply to comment #145) > > > current gfortran trunk seems to fail on CVS sources of CP2K with: > > PR34946 > > Joost - can this be closed again? Done, b

[Bug c++/35247] New: Usage of openmp pragmas causes internal compiler error

2008-02-18 Thread ttsiod at softlab dot ntua dot gr
I tried compiling my open source application with GCC. My application uses OpenMP to make use of available CPU cores and run faster. I got an internal compiler error from GCC, even though the same code compiles and runs fine (using both cores) under Intel's ICC. It also compiles and runs fine with

[Bug fortran/35203] OPTIONAL, VALUE actual argument cannot be an INTEGER 0

2008-02-18 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #9 from toon at moene dot indiv dot nluug dot nl 2008-02-18 08:32 --- > What will happen now? Will anyone send an interpretation request, which will > bring it up on the table again? No, as it isn't *impossible* to implement it (with a hidden argument), an interp won't stan

[Bug driver/35248] New: --enable-version-specific-runtime-libs broken

2008-02-18 Thread Ralf dot Wildenhues at gmx dot de
ith-gmp=/home/ralf/local --with-mpfr=/home/ralf/local Thread model: posix gcc version 4.3.0 20080218 (experimental) (GCC) COLLECT_GCC_OPTIONS='-o' 'a' '-v' '-mtune=generic' /home/ralf/gcc-test/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.3.0/cc1 -quiet

[Bug c++/35247] Usage of openmp pragmas causes internal compiler error

2008-02-18 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-18 09:41 --- *** This bug has been marked as a duplicate of 35185 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/35185] ICE using openmp with g++-4.2

2008-02-18 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-02-18 09:41 --- *** Bug 35247 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/33555] x86 missed opportunity for sbb

2008-02-18 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2008-02-18 09:58 --- Created an attachment (id=15183) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15183&action=view) Patch to implement missed optimization. 2008-02-18 Uros Bizjak <[EMAIL PROTECTED]> PR target/33555

[Bug driver/35248] --enable-version-specific-runtime-libs broken

2008-02-18 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-18 10:07 --- libgcc_s goes into slibdir which is set as AC_ARG_WITH(slibdir, [ --with-slibdir=DIR shared libraries in DIR [[LIBDIR]]], slibdir="$with_slibdir", if test "${enable_version_specific_runtime_libs+set}" = set; t

[Bug c++/35078] ICE with reference in parallel for loop

2008-02-18 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c/32511] GCC inlines weak function

2008-02-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org

[Bug target/35179] execs crash in shared lib destructor = do_global_dtors_aux

2008-02-18 Thread lakshmivaraganm at hcl dot in
--- Comment #4 from lakshmivaraganm at hcl dot in 2008-02-18 12:08 --- This "Crash on exit" problem is there if we call exit(0) or call return 0. If _exit(0) is used, there is no crash. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35179

[Bug c++/34964] ICE with broken variable in #pragma omp threadprivate

2008-02-18 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/35244] Broken diagnostic: 'type_decl' not supported by dump_expr

2008-02-18 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/35028] ICE with strange ctor and firstprivate

2008-02-18 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug target/35193] [4.3 Regression] can't find a register in class 'R1_REGS' while reloading 'asm'

2008-02-18 Thread danglin at gcc dot gnu dot org
--- Comment #6 from danglin at gcc dot gnu dot org 2008-02-18 15:23 --- The testcase compiles with -fno-gcse. However, the result from the gcse1 pass using the 4.2 branch is similar to that with 4.3. In the greg dump with 4.3, we have: (insn 957 956 958 132 ../ports/sysdeps/unix/sysv/

[Bug c/35249] New: gcc miscompiles emacs' src/intervals.c when using optimisation on solaris 8

2008-02-18 Thread simon dot marshall at misys dot com
I seem to have found a problem where gcc-4.1.2 and gcc-4.2.3 miscompile Emacs' src/intervals.c when using optimisation on solaris 8. $ gcc -v Using built-in specs. Target: sparc-sun-solaris2.8 Configured with: ../configure --enable-languages=c,c++ Thread model: posix gcc version 4.2.3 I discove

[Bug c/35249] gcc miscompiles emacs' src/intervals.c when using optimisation on solaris 8

2008-02-18 Thread simon dot marshall at misys dot com
--- Comment #2 from simon dot marshall at misys dot com 2008-02-18 18:06 --- > > I appreciate that Emacs is not the smallest of test cases and I apologise in > > advance for this crime. Anything I can do to help determine the cause? > > Are you familiar with src/intervals.c? If so, y

[Bug c/35249] gcc miscompiles emacs' src/intervals.c when using optimisation on solaris 8

2008-02-18 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2008-02-18 17:51 --- > I have reproduced this with gcc-4.1.2 and gcc-4.2.3. I cannot reproduce it > using Sun Studio CC-5.7. I also could not reproduce it on RHEL-5 with its > gcc-4.1.2, nor could a couple of other people who tried

[Bug c/35249] gcc miscompiles emacs' src/intervals.c when using optimisation on solaris 8

2008-02-18 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-02-18 18:21 --- > Thanks for the quick response. Unfortunately, I'm not familiar with > src/intervals.c and I doubt if it is easy to split it up... Is it possible to guess in what function things go awry? > But, to answer your

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-02-18 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2008-02-18 23:44 --- Subject: Bug 34921 Author: hjl Date: Mon Feb 18 23:43:23 2008 New Revision: 132396 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132396 Log: gcc/ 2008-02-18 Joey Ye <[EMAIL PROTECTED]> PR middle-end

[Bug c++/32089] Winline reports bogus warning

2008-02-18 Thread mckelvey at maskull dot com
--- Comment #7 from mckelvey at maskull dot com 2008-02-19 00:58 --- How can GCC conclude that a call is going to be infrequent? Doesn't that amount to predicting the future? Also, if an object is constructed, then it will be destroyed. So there is almost a 100% chance of calling the des

[Bug target/35189] -mno-sse4.2 turns off SSE4a

2008-02-18 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2008-02-19 01:21 --- Subject: Bug 35189 Author: hjl Date: Tue Feb 19 01:21:03 2008 New Revision: 132403 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132403 Log: gcc/ 2008-02-18 H.J. Lu <[EMAIL PROTECTED]> PR target/351

[Bug target/35071] bad instruction `do_itt eq'

2008-02-18 Thread pbrook at gcc dot gnu dot org
--- Comment #9 from pbrook at gcc dot gnu dot org 2008-02-19 01:30 --- Fixed -- pbrook at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug target/35071] bad instruction `do_itt eq'

2008-02-18 Thread pbrook at gcc dot gnu dot org
--- Comment #8 from pbrook at gcc dot gnu dot org 2008-02-19 01:29 --- Subject: Bug 35071 Author: pbrook Date: Tue Feb 19 01:29:09 2008 New Revision: 132404 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132404 Log: 2008-02-19 Paul Brook <[EMAIL PROTECTED]> PR target/

[Bug target/32871] [avr] Bad optimisation - gcc is pushing too many registers

2008-02-18 Thread eric dot weddington at atmel dot com
--- Comment #2 from eric dot weddington at atmel dot com 2008-02-19 02:45 --- Confirmed. 4.2.2 produces unnecessary pushes and pops. 4.3.0 causes worse code than 4.2.x and adds unnecessary moves. Adding const or pure function attributes do not seem to help in 4.3.0. -- eric dot wedd

[Bug target/11180] [avr-gcc] Optimization decrease performance of struct assignment.

2008-02-18 Thread eric dot weddington at atmel dot com
--- Comment #29 from eric dot weddington at atmel dot com 2008-02-19 02:47 --- Rask's patch (gcc-4.3-bug-11180-experimental.patch) causes worse code for the test case in bug #32871, than without the patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11180

[Bug driver/34904] -march=native doesn't work with multiple input files

2008-02-18 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-02-19 02:29 --- Won't fix 4.2: http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00715.html -- hjl dot tools at gmail dot com changed: What|Removed |Added -

[Bug target/35071] bad instruction `do_itt eq'

2008-02-18 Thread manu at gcc dot gnu dot org
--- Comment #10 from manu at gcc dot gnu dot org 2008-02-19 02:20 --- Paul, notice that you fixed this *after* GCC 4.3 branched, so if your intention was to fix it also for GCC 4.3, you would need to commit the fix to the branch (and get a RM to approve it). -- manu at gcc dot gnu d

[Bug other/12618] core not cleaned up by 'make distclean'

2008-02-18 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2008-02-19 03:23 --- Subject: Bug 12618 Author: bje Date: Tue Feb 19 03:23:15 2008 New Revision: 132405 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132405 Log: PR other/12618 * testsuite/Makefile.in (mostlyclean):

[Bug other/12618] core not cleaned up by 'make distclean'

2008-02-18 Thread bje at gcc dot gnu dot org
--- Comment #5 from bje at gcc dot gnu dot org 2008-02-19 04:12 --- Fixed in trunk. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/35193] [4.3 Regression] can't find a register in class 'R1_REGS' while reloading 'asm'

2008-02-18 Thread danglin at gcc dot gnu dot org
--- Comment #7 from danglin at gcc dot gnu dot org 2008-02-19 04:28 --- It appears this regressions was introduced in revision 130297. -- danglin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/35071] bad instruction `do_itt eq'

2008-02-18 Thread pbrook at gcc dot gnu dot org
--- Comment #11 from pbrook at gcc dot gnu dot org 2008-02-19 04:33 --- Subject: Bug 35071 Author: pbrook Date: Tue Feb 19 04:32:15 2008 New Revision: 132408 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132408 Log: 2008-02-19 Paul Brook <[EMAIL PROTECTED]> PR target

[Bug target/35088] ICE: in def_cfa_1, at dwarf2out.c:804

2008-02-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2008-02-19 04:37 --- Can this issue now be closed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35088

[Bug other/35250] gmp and mpfr are erroneously configured with --target

2008-02-18 Thread nightstrike at gmail dot com
--- Comment #1 from nightstrike at gmail dot com 2008-02-19 05:32 --- Here is the email thread that started it all: http://gcc.gnu.org/ml/gcc-help/2008-02/msg00197.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35250

[Bug other/35250] New: gmp and mpfr are erroneously configured with --target

2008-02-18 Thread nightstrike at gmail dot com
When gmp and mpfr are in the build tree of gcc, they will be automatically configured and build. However, some of the options passed to configure are incorrect according to the GMP manual: [Begin quote] "Note that the `--target' option is not appropriate for GMP. It's for use when building compil

[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit

2008-02-18 Thread mark at codesourcery dot com
--- Comment #15 from mark at codesourcery dot com 2008-02-19 06:15 --- Subject: Re: [4.2/4.3 Regression] ICE in svn boost math toolkit rguenth at gcc dot gnu dot org wrote: > --- Comment #14 from rguenth at gcc dot gnu dot org 2008-02-12 23:19 > --- > It looks like simply del

[Bug middle-end/27986] [4.0/4.1/4.2/4.3 Regression] jump to middle of loop on entry with using old version of an variable

2008-02-18 Thread xinliangli at gmail dot com
--- Comment #10 from xinliangli at gmail dot com 2008-02-19 06:00 --- (In reply to comment #0) > in the following code gcc choses the registers in such a way that it causes > itself an extra copy for every loop iteration and has to jump past the copy to > start the loop... it's probably

[Bug middle-end/35251] internal compiler error: verify_stmts failed

2008-02-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-02-19 06:42 --- > gcc version 4.2.0 20060713 (experimental) That is an old version of 4.2.0, can you try a new version of gcc 4.2.x. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35251

[Bug fortran/35251] New: internal compiler error: verify_stmts failed

2008-02-18 Thread kendrick dot killian at colostate dot edu
during compile, received the following output bug.f: In function 'master.0.mnthweek': bug.f:82: error: invalid operand to binary operator __result_master.0.mnthweekD.911 bug.f:82: internal compiler error: verify_stmts failed Please submit a full bug report, with preprocessed source if appropriate.

[Bug target/35088] ICE: in def_cfa_1, at dwarf2out.c:804

2008-02-18 Thread corsepiu at gcc dot gnu dot org
--- Comment #5 from corsepiu at gcc dot gnu dot org 2008-02-19 06:34 --- (In reply to comment #4) > Can this issue now be closed? IMO, yes. But I prefer to leave closing this PR to an m68k-specialist. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35088

[Bug target/33555] x86 missed opportunity for sbb

2008-02-18 Thread uros at gcc dot gnu dot org
--- Comment #2 from uros at gcc dot gnu dot org 2008-02-19 07:24 --- Subject: Bug 33555 Author: uros Date: Tue Feb 19 07:23:30 2008 New Revision: 132414 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132414 Log: PR target/33555 * config/i386/i386.md (*x86_movsicc

[Bug target/33555] x86 missed opportunity for sbb

2008-02-18 Thread ubizjak at gmail dot com
--- Comment #3 from ubizjak at gmail dot com 2008-02-19 07:41 --- Fixed. -- ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/35178] Misaligned Accesses on arrays of packed stucts

2008-02-18 Thread chrbr at gcc dot gnu dot org
--- Comment #4 from chrbr at gcc dot gnu dot org 2008-02-19 07:53 --- fixed in mainline -- chrbr at gcc dot gnu dot org changed: What|Removed |Added URL|