[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2010-01-04 Thread burnus at gcc dot gnu dot org
--- Comment #17 from burnus at gcc dot gnu dot org 2010-01-04 21:13 --- FIXED. Thanks Göran for the suggestion! If you want to try, I can send you the gcc.pot file of the current 4.5 trunk (or do "cd $GCC_build_dir/gcc; make gcc.pot" to create ./po/gcc.pot yourself.) See also http://gcc

[Bug target/42427] [4.5 Regression] invalid assembly code for 301.apsi for -fnon-call-exceptions

2010-01-04 Thread bergner at gcc dot gnu dot org
--- Comment #2 from bergner at gcc dot gnu dot org 2010-01-04 21:57 --- The assembly looks different and doesn't error with today's trunk (revision 155629). I'll try with the revision Janis pointed out and see if it really is fixed or is just latent again. -- http://gcc.gnu.org/bug

[Bug target/42427] [4.5 Regression] invalid assembly code for 301.apsi for -fnon-call-exceptions

2010-01-04 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2010-01-04 22:12 --- I get the same error with mainline built today. I'm using a compiler that defaults to -m32; it works fine with -m64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42427

[Bug fortran/42517] -fcheck=recursion does not work with -fopenmp

2010-01-04 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2010-01-04 22:36 --- (In reply to comment #8) > The testcase failed at run-time. See PR 42602 > A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00187.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42517

[Bug libgomp/42602] [4.5 Regression] libgomp.fortran/recursion1.f90 aborted at random

2010-01-04 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2010-01-04 22:37 --- (In reply to comment #4) > Now I got > > At line 14 of file > /export/gnu/import/svn/gcc-test/src-trunk/libgomp/testsuite/libgomp.fortran/recursion1.f90 > Fortran runtime error: Recursive call to nonrecursive proced

[Bug rtl-optimization/42617] New: TARGET_MEM_REF and

2010-01-04 Thread matt at use dot net
http://gcc.gnu.org/ml/gcc/2009-12/msg00169.html From: Jianzhang Peng I unroll the following code one times in a gimpile pass. for(i=0; i< N ; i++) a[i] = b[i] + c[i]; And then I create the loops's ddg using build_intra_loop_deps ( ) in an RTL pass; I found the data dependence information: i

[Bug target/42427] [4.5 Regression] invalid assembly code for 301.apsi for -fnon-call-exceptions

2010-01-04 Thread bergner at gcc dot gnu dot org
--- Comment #4 from bergner at gcc dot gnu dot org 2010-01-04 23:05 --- Ahh, yes, you are correct. I can confirm the bogus assembly code. I'll investigate. -- bergner at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/18687] [4.3/4.4/4.5 Regression] >200% compile time regression compared to gcc-3.4

2010-01-04 Thread rguenth at gcc dot gnu dot org
--- Comment #50 from rguenth at gcc dot gnu dot org 2010-01-04 23:11 --- ira_traverse_loop_tree and its callee process_bb_node_for_cost accounts for nearly as much time as reload takes on hashes.c. Btw, I find valgrind --tool=callgrind together with kcachegrind a better tool for benchm

[Bug c++/40155] [c++0x] variadic template pack problem

2010-01-04 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug rtl-optimization/42617] TARGET_MEM_REF and plain INDIRECT_REFs are not handled by the RTL oracle

2010-01-04 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-01-04 23:25 --- See http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00463.html for a half-way working patch. Somebody needs to dive into var-tracking.c and fix the fallout. -- rguenth at gcc dot gnu dot org changed: Wh

[Bug rtl-optimization/42617] TARGET_MEM_REF and plain INDIRECT_REFs are not handled by the RTL oracle

2010-01-04 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Keywords||alias, mi

[Bug ada/42618] New: Problem reading discriminated values from streams

2010-01-04 Thread simon at pushface dot org
The test program writes 3 values of a discriminated record to a stream ('Output) and then reads them back ('Input). It then uses 'Write and 'Read for a single value. No problem arises with 32-bit compilations, or with 64-bit compilations with -O0. With -O1 or -O2, the values read back are incorre

[Bug ada/42618] Problem reading discriminated values from streams

2010-01-04 Thread simon at pushface dot org
--- Comment #1 from simon at pushface dot org 2010-01-04 23:34 --- Created an attachment (id=19469) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19469&action=view) Reproducer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42618

[Bug middle-end/42505] [4.4 / 4.5 regression] loop canonicalization causes a lot of unnecessary temporary variables

2010-01-04 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2010-01-04 23:44 --- For completeness the options are with -mthumb -Os -march=armv5te ? With trunk I see a size of 52 bytes and this code. .type test, %function test: push{r4, r5, r6, r7, lr} sub sp,

[Bug target/42316] [SH] `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2010-01-04 Thread kkojima at gcc dot gnu dot org
--- Comment #3 from kkojima at gcc dot gnu dot org 2010-01-04 23:47 --- Subject: Bug 42316 Author: kkojima Date: Mon Jan 4 23:46:56 2010 New Revision: 155634 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155634 Log: PR target/42316 * configure.ac (PICFLAG): Use

[Bug target/42316] [SH] `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2010-01-04 Thread kkojima at gcc dot gnu dot org
--- Comment #4 from kkojima at gcc dot gnu dot org 2010-01-04 23:49 --- Fixed. -- kkojima at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug java/41745] Segmentation fault when ecj.jar is run as a binary compiled by gcj

2010-01-04 Thread yuri at rawbw dot com
--- Comment #8 from yuri at rawbw dot com 2010-01-04 23:57 --- Subject: Re: Segmentation fault when ecj.jar is run as a binary compiled by gcj gerald at pfeifer dot com wrote: > --- Comment #6 from gerald at pfeifer dot com 2010-01-03 13:10 --- > Would you mind trying again w

[Bug c++/42346] darwin instantiation vs. optimization oddity

2010-01-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2010-01-05 00:19 --- Regarding "There's nothing funny or weird about the compile line folks", well, actually, it was really needed. Turns out it doesn't fail without "-g", which is why I didn't see it. -- fxcoudert at gcc dot gnu

[Bug target/42416] ICE in rs6000_bulitin_vec_perm for 177.mesa with -mvsx

2010-01-04 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2010-01-05 00:53 --- Currently the compiler explicitly allows "-mvsx -mno-altivec". If those options are used together, should vsx and altivec both be turned on, or both turned off? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4241

[Bug c++/42346] darwin instantiation vs. optimization oddity

2010-01-04 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2010-01-05 01:10 --- Glad you can reproduce now. Sorry I was so vague before. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42346

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-04 Thread jlpoole at pon dot net
--- Comment #10 from jlpoole at pon dot net 2010-01-05 02:31 --- http://gcc.gnu.org/install/finalinstall.html has: v ... We strongly recommend to install into a target directory where there is no previous version of GCC present. ... Installation into a temporary staging area or into

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-04 Thread jlpoole at pon dot net
--- Comment #11 from jlpoole at pon dot net 2010-01-05 02:34 --- For the record: plug build # ls -la config.log -rw-r--r-- 1 root root 36708 2010-01-03 17:37 config.log plug build # head config.log This file contains any messages produced by compilers while running configure, to aid debu

[Bug fortran/42568] [Cygwin] BLOCKDATA referenced in EXTERNAL not loading from library

2010-01-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #20 from jvdelisle at gcc dot gnu dot org 2010-01-05 03:01 --- I have read through the links given by Dave. My take is that we have some implementation dependent, non portable, behaviour in linkers. Now that we know we have this inconsistency, the question is do we want to

[Bug c/42596] Integer/Floating point vector casts generate XMM register moves from and to the same register

2010-01-04 Thread adam at consulting dot net dot nz
--- Comment #4 from adam at consulting dot net dot nz 2010-01-05 04:17 --- /* Workaround discovered! */ void test_int_vectors_containing_fp_data_using_local_reg_var_overlay() { //create local register variables of the required floating point type //(for the same global register vari

[Bug fortran/42607] add information about how to compile a module

2010-01-04 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2010-01-05 05:49 --- (In reply to comment #0) > [forwarded from http://bugs.debian.org/501560] > > "gfortran documentation lacks any kind of info about how to create a module > .mod file. It should be quite easy to indicate that the stand

[Bug fortran/41872] wrong-code: Issues with allocatable scalars

2010-01-04 Thread burnus at gcc dot gnu dot org
--- Comment #11 from burnus at gcc dot gnu dot org 2010-01-05 07:19 --- Subject: Bug 41872 Author: burnus Date: Tue Jan 5 07:19:30 2010 New Revision: 155639 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155639 Log: 2010-01-05 Tobias Burnus PR fortran/41872

<    1   2