[Bug libgomp/41418] Can't build libgomp without --enable-languages=fortran

2009-10-10 Thread davek at gcc dot gnu dot org
--- Comment #19 from davek at gcc dot gnu dot org 2009-10-10 07:35 --- (In reply to comment #18) Created an attachment (id=18756) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18756action=view) [edit] ditto, but without the d'oh factor That's what you get when you name one

[Bug lto/41652] New: LTO plugin misconfiguration

2009-10-10 Thread d dot g dot gorbachev at gmail dot com
GCC 4.5 20091008. In lto-plugin/configure.ac, AC_SYS_LARGEFILE should stay before AC_OUTPUT. Otherwise, LTO plugin is compiled without -D_FILE_OFFSET_BITS=64, which then causes an error in lto-plugin.c:576: claim_file_handler: Assertion `status == LDPS_OK' failed. -- Summary: LTO

[Bug target/41653] New: not optimal result for multiplication with constant when -Os is specified

2009-10-10 Thread carrot at google dot com
Compile the following code with options -Os -mthumb -march=armv5te int mul12(int x) { return x*12; } Gcc generates: lsl r3, r0, #1 add r0, r3, r0 lsl r0, r0, #2 @ sp needed for prologue bx lr This code sequence may be good for speed.

[Bug lto/41654] New: ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread toon at moene dot org
The attached routine (scanbufr.f) draws the following ICE when compiled with -c -O3 -flto: scanbufr.f90: In function 'scanbufr_': scanbufr.f90:3:0: internal compiler error: in gimple_cond_get_ops_from_tree, at gimple.c:417 Please submit a full bug report, with preprocessed source if appropriate.

[Bug lto/41654] ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread toon at moene dot org
--- Comment #1 from toon at moene dot org 2009-10-10 09:26 --- Created an attachment (id=18770) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18770action=view) Source code that elicits the error. Added source code that evokes error. It is a .f90 source, not .f --

[Bug lto/41654] ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread toon at moene dot org
--- Comment #2 from toon at moene dot org 2009-10-10 09:50 --- (From update of attachment 18770) Wrong (incomplete) source. -- toon at moene dot org changed: What|Removed |Added

[Bug lto/41654] ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread toon at moene dot org
--- Comment #3 from toon at moene dot org 2009-10-10 09:52 --- Created an attachment (id=18771) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18771action=view) Source code that elicits the error. This is the complete source evoking the error. --

[Bug lto/41654] ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-10 10:07 --- Confirmed. Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/41654] ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-10-10 10:25 --- Reduced testcase, fails at -O2: SUBROUTINE SCANBUFR (LBUFRIGNOREERROR, LBOPRPRO, LLSPLIT) LOGICAL :: LBUFRIGNOREERROR, LBOPRPRO, LLSPLIT INTEGER :: IBOTYP, IBSTYP IF ((IBOTYP.eq.0).AND.(IBSTYP.eq.1)) GO TO 251 IF

[Bug c/24414] Old-style asms don't clobber memory

2009-10-10 Thread angad dot dongare at gmail dot com
--- Comment #18 from angad dot dongare at gmail dot com 2009-10-10 10:40 --- iteruwioturei jkldkldj f fidoifuio rwepooruiou roipruowi weruweoiruowei -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24414

[Bug c/24414] Old-style asms don't clobber memory

2009-10-10 Thread angad dot dongare at gmail dot com
--- Comment #19 from angad dot dongare at gmail dot com 2009-10-10 10:48 --- iteruwioturei jkldkldj f fidoifuio rwepooruiou roipruowi weruweoiruowei hfkjhdfkjk lksdjljdl fkdl;fkl;kdsfa fjkljkjdfnjkjklfj jklfjklsd klfjkweioj jkljkdfkjsklaf --

[Bug fortran/41656] New: [OOP] Unresolved GENERIC

2009-10-10 Thread sfilippone at uniroma2 dot it
: i686-pc-linux-gnu Configured with: ../gcc/configure --prefix=/usr/local/gnu45 --enable-languages=c ,c++,fortran : (reconfigured) ../gcc/configure --prefix=/usr/local/gnu45 --enabl e-languages=c,c++,fortran Thread model: posix gcc version 4.5.0 20091010 (experimental) (GCC) [sfili...@localhost

[Bug fortran/41656] [OOP] Unresolved GENERIC

2009-10-10 Thread sfilippone at uniroma2 dot it
--- Comment #1 from sfilippone at uniroma2 dot it 2009-10-10 12:53 --- Created an attachment (id=18772) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18772action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41656

[Bug target/41156] [4.4/4.5 Regression] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2009-10-10 Thread mahatma at eu dot by
--- Comment #20 from mahatma at eu dot by 2009-10-10 13:48 --- (In reply to comment #19) Without a testcase, people may not review the patch. May be just include your tests from Bug 40838? (even without testing) From http://gcc.gnu.org/bugzilla/attachment.cgi?id=18656 Your

[Bug target/41156] [4.4/4.5 Regression] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2009-10-10 Thread mahatma at eu dot by
--- Comment #21 from mahatma at eu dot by 2009-10-10 13:51 --- Created an attachment (id=18773) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18773action=view) tests proposal from PR 40838 (from H.J. Lu) Are there are good? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41156

[Bug target/41156] [4.4/4.5 Regression] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2009-10-10 Thread hjl dot tools at gmail dot com
--- Comment #22 from hjl dot tools at gmail dot com 2009-10-10 14:46 --- (In reply to comment #20) (In reply to comment #19) Without a testcase, people may not review the patch. May be just include your tests from Bug 40838? (even without testing) From

[Bug tree-optimization/41654] ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-10-10 14:53 --- Subject: Bug 41654 Author: rguenth Date: Sat Oct 10 14:53:27 2009 New Revision: 152620 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152620 Log: 2009-10-10 Richard Guenther rguent...@suse.de PR

[Bug tree-optimization/41654] ICE: in gimple_cond_get_ops_from_tree, at gimple.c:417

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-10-10 14:54 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libfortran/35862] [F2003] Implement new rounding modes for run time

2009-10-10 Thread danglin at gcc dot gnu dot org
--- Comment #17 from danglin at gcc dot gnu dot org 2009-10-10 15:45 --- round_2.f03 fails on hppa-unknown-linux-gnu: Excess errors: /home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gfortran.dg/round_2.f03:6: Error: Missing kind-parameter at (1)

[Bug lto/41657] New: FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O2 -fwhopr

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4 .5/objdir/gcc/ /home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gcc.c-torture/execute/bu iltins/memmove-2.c /home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gcc.c-torture/execut e/builtins/memmove-2-lib.c

[Bug lto/41658] New: Execution testsuite fails with -O2 -fwhopr

2009-10-10 Thread danglin at gcc dot gnu dot org
FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c execution, -O2 -fwhopr FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c execution, -O2 -fwhopr FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c execution, -O2 -fwhopr -- Summary: Execution testsuite fails with -O2 -fwhopr

[Bug libfortran/35862] [F2003] Implement new rounding modes for run time

2009-10-10 Thread jvdelisle at verizon dot net
--- Comment #18 from jvdelisle at verizon dot net 2009-10-10 16:03 --- Subject: Re: [F2003] Implement new rounding modes for run time On Sat, 2009-10-10 at 15:45 +, danglin at gcc dot gnu dot org wrote: --- Comment #17 from danglin at gcc dot gnu dot org 2009-10-10 15:45

[Bug lto/41659] New: FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4 .5/objdir/gcc/ -O0 -fwhopr -c -o c_lto_20090914-2_0.o /home/dave/gnu/gcc-4.5/ gcc/gcc/testsuite/gcc.dg/lto/20090914-2_0.c(timeout = 300) /tmp/ccz0bNae.s: Assembler messages: /tmp/ccz0bNae.s:73: Error: Unknown

[Bug lto/41660] New: FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal compiler error)

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4.5/objdir/gcc/ /home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so -O -S -o one_time-test-1.s(timeout = 300)cc1: internal compiler error: in register_pass, at

[Bug tree-optimization/41661] New: [4.5 Regression] ICE due to IPCP trying to create/fold a REAL typed comparision

2009-10-10 Thread pinskia at gcc dot gnu dot org
gcc.dg/vmx/bug-2.c fails at -O3 with the following ICE: /home/apinski/src/local/gcc/gcc/testsuite/gcc.dg/vmx/bug-2.c:24:1: internal compiler error: in build_int_cst_wide, at tree.c:1147 Which is caused by the fold_binary call here: #10 0x109fe834 in ipcp_lattice_from_jfunc (info=0x1119b3b0,

[Bug testsuite/41660] FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal compiler error)

2009-10-10 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-10 16:11 --- http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00645.html Confirmed. Not LTO related at all and looks like a testcase issue really. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/41661] [4.5 Regression] ICE due to IPCP trying to create/fold a REAL typed comparision

2009-10-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||jamborm at gcc dot gnu dot |

[Bug tree-optimization/41661] [4.5 Regression] ICE due to IPCP trying to create/fold a REAL typed comparision

2009-10-10 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-10 16:27 --- Here is a testcase that fails also on x86_64 (but it also fails most likely everywhere): check (int result, const char *name) { if (!result) printf (fail %s\n, name); } #define vector

[Bug testsuite/41660] FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal compiler error)

2009-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2009-10-10 16:27 --- Subject: Re: FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal compiler error) http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00645.html Confirmed. Not LTO related at all

[Bug testsuite/41659] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-10 17:02 --- Hm. So /* { dg-lto-do run { target x86_64-*-* i?86-*-* } } */ doesn't have the desired effect... -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41658] Execution testsuite fails with -O2 -fwhopr

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-10 17:08 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41657] FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O2 -fwhopr

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-10 17:09 --- Confirmed. WHOPR doesn't play well with varpool. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41662] New: FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o execute -O2 -fwhopr

2009-10-10 Thread danglin at gcc dot gnu dot org
On hppa-unknown-linux-gnu: Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/testsuite/g++/../../g++ -B/ home/dave/gnu/gcc-4.5/objdir/gcc/testsuite/g++/../../ cp_lto_20081109_0.o cp_lto _20081109_1.o -nostdinc++ -I/home/dave/gnu/gcc-4.5/objdir/hppa-linux/libstdc++- v3/include/hppa-linux

[Bug lto/41663] New: Undefined reference to thunk

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/testsuite/g++/../../g++ -B/ home/dave/gnu/gcc-4.5/objdir/gcc/testsuite/g++/../../ cp_lto_20090106_0.o -nost dinc++ -I/home/dave/gnu/gcc-4.5/objdir/hppa-linux/libstdc++-v3/include/hppa-linu x

[Bug lto/41664] New: FAIL: gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr40725_1.o execute -O2 -fwhopr and -flto

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/testsuite/gfortran/../../gf ortran -B/home/dave/gnu/gcc-4.5/objdir/gcc/testsuite/gfortran/../../ f_lto_pr407 25_0.o f_lto_pr40725_1.o -O2 -fwhopr -B/home/dave/gnu/gcc-4.5/objdir/hppa-lin ux/./libgfortran/.libs

[Bug testsuite/41612] FAIL: gfortran.dg/round_2.f03

2009-10-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2009-10-10 17:34 --- Subject: Bug 41612 Author: jvdelisle Date: Sat Oct 10 17:34:06 2009 New Revision: 152624 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152624 Log: 2009-10-10 Jerry DeLisle jvdeli...@gcc.gnu.org

[Bug libgomp/41418] Can't build libgomp without --enable-languages=fortran

2009-10-10 Thread davek at gcc dot gnu dot org
--- Comment #20 from davek at gcc dot gnu dot org 2009-10-10 17:46 --- (In reply to comment #19) I'll set a full bootstrap going now just for completeness' sake, Completed and passed check-target-libgomp without incident, by which I mean it didn't try and run any fortran tests :)

[Bug libfortran/35862] [F2003] Implement new rounding modes for run time

2009-10-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #19 from jvdelisle at gcc dot gnu dot org 2009-10-10 17:55 --- Reoly to Comment #17: See PR41612. I committed a fix to round_2.f03 that tests for the kind parameter being valid and also adds kind=8 checking. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35862

[Bug testsuite/41612] FAIL: gfortran.dg/round_2.f03

2009-10-10 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2009-10-10 18:08 --- Subject: Re: FAIL: gfortran.dg/round_2.f03 I am not sure that the change will allow the compilation if k0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41612

[Bug target/41665] New: Typo in addsi_1_zext?

2009-10-10 Thread hjl dot tools at gmail dot com
There are (define_insn addsi_1_zext [(set (match_operand:DI 0 register_operand =r,r) (zero_extend:DI (plus:SI (match_operand:SI 1 nonimmediate_operand %0,r) (match_operand:SI 2 general_operand g,li (clobber (reg:CC FLAGS_REG))] TARGET_64BIT

[Bug libgcj/40182] [4.4/4.5 regression] regressions in libjava testsuite on sparc-linux

2009-10-10 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2009-10-10 18:12 --- I see the following regressions with 4.5.0 on hppa-unknown-linux-gnu: PASS: PR218 -O3 compilation from source FAIL: Throw_3 -O3 execution - source compiled test FAIL: Throw_3 -O3 -findirect-dispatch execution -

[Bug target/41665] Typo in addsi_1_zext?

2009-10-10 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-10-10 18:29 --- Never mind. alternative starts at 0. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/41665] Typo in addsi_1_zext?

2009-10-10 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2009-10-10 18:30 --- (In reply to comment #0) Am I missing something? The part of manual where lea is described, perhaps? ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41665

[Bug lto/41662] FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o execute -O2 -fwhopr

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-10 18:43 --- I fixed it once, but it re-appeared with rths exception rewrite. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41664] FAIL: gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr40725_1.o execute -O2 -fwhopr and -flto

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-10 18:43 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41663] Undefined reference to thunk

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-10 18:44 --- *** This bug has been marked as a duplicate of 37352 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37352] thunks for virtual function should work on lto

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-10 18:44 --- *** Bug 41663 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/41665] Typo in addsi_1_zext?

2009-10-10 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-10-10 18:57 --- For case TYPE_LEA: operands[2] = SET_SRC (XVECEXP (PATTERN (insn), 0, 0)); return lea{l}\t{%a2, %k0|%k0, %a2}; Won't we get (zero_extend:DI ...) for operands[2]? Don't we want (plus:SI ...)

[Bug libfortran/35862] [F2003] Implement new rounding modes for run time

2009-10-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #20 from jvdelisle at gcc dot gnu dot org 2009-10-10 18:57 --- Subject: Bug 35862 Author: jvdelisle Date: Sat Oct 10 18:57:35 2009 New Revision: 152627 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152627 Log: 2009-10-10 Jerry DeLisle jvdeli...@gcc.gnu.org

[Bug testsuite/41666] New: FAIL: g++.dg/debug/dwarf2/ scan-assembler-times main.*external name 1

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /mnt/gnu/gcc/objdir/gcc/testsuite/g++/../../g++ -B/mnt/gnu/gc c/objdir/gcc/testsuite/g++/../../ /mnt/gnu/gcc/gcc/gcc/testsuite/g++.dg/debug/dw arf2/pubnames-1.C -nostdinc++ -I/mnt/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc ++-v3/include/hppa64-hp-hpux11.11

[Bug tree-optimization/41661] [4.5 Regression] ICE due to IPCP trying to create/fold a REAL typed comparision

2009-10-10 Thread jamborm at gcc dot gnu dot org
--- Comment #2 from jamborm at gcc dot gnu dot org 2009-10-10 19:46 --- Thanks, I'll have a look at it early next week. -- jamborm at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/41667] New: g++.dg/debug/dwarf2/typedef1.C scan-assembler-times fails

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /mnt/gnu/gcc/objdir/gcc/testsuite/g++/../../g++ -B/mnt/gnu/gc c/objdir/gcc/testsuite/g++/../../ /mnt/gnu/gcc/gcc/gcc/testsuite/g++.dg/debug/dw arf2/typedef1.C -nostdinc++ -I/mnt/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++ -v3/include/hppa64-hp-hpux11.11

[Bug c/41668] New: ICE in get_alias_set, at alias.c:698

2009-10-10 Thread marcus at jet dot franken dot de
$ /home/marcus/projects/gcc.trunk/BIN/bin/gcc -m32 -O3 -flto -c dc.i font.i freetype.i -fPIC $ /home/marcus/projects/gcc.trunk/BIN/bin/gcc -O3 -flto -Wl,-r -o gdi32.dll.so dc.o font.o freetype.o -nostdlib -fPIC -m32 In file included from font.i:119:0, from dc.i:43,

[Bug c/41668] ICE in get_alias_set, at alias.c:698

2009-10-10 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2009-10-10 19:48 --- Created an attachment (id=18774) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18774action=view) dc.i dc.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41668

[Bug c/41668] ICE in get_alias_set, at alias.c:698

2009-10-10 Thread marcus at jet dot franken dot de
--- Comment #2 from marcus at jet dot franken dot de 2009-10-10 19:48 --- Created an attachment (id=18775) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18775action=view) font.i font.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41668

[Bug c/41668] ICE in get_alias_set, at alias.c:698

2009-10-10 Thread marcus at jet dot franken dot de
--- Comment #3 from marcus at jet dot franken dot de 2009-10-10 19:48 --- Created an attachment (id=18776) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18776action=view) freetype.i freetype.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41668

[Bug lto/41668] ICE in get_alias_set, at alias.c:698

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-10 20:02 --- Confirmed. ./xgcc -B. dc.i font.i freetype.i -flto -fPIC -shared -O2 In file included from font.i:119:0, from dc.i:43, from :9: freetype.i: In function 'get_glyph_index_linked':

[Bug lto/41669] New: Infinite recursion trying to build gcc

2009-10-10 Thread espindola at google dot com
Gcc goes into an infinite recursion trying to build gcc. Reduced test: cc1 diagnostic.i -quiet -O2 -flto -o diagnostic.s as -o diagnostic.o diagnostic.s cc1 ggc-common.i -quiet -O2 -flto -o ggc-common.s as -o ggc-common.o ggc-common.s cc1 optabs.i -quiet -O2 -flto -o optabs.s as -o optabs.o

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-10 Thread espindola at google dot com
--- Comment #1 from espindola at google dot com 2009-10-10 20:12 --- Created an attachment (id=18777) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18777action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41669

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-10 Thread espindola at google dot com
--- Comment #2 from espindola at google dot com 2009-10-10 20:12 --- Created an attachment (id=18778) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18778action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41669

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-10 Thread espindola at google dot com
--- Comment #3 from espindola at google dot com 2009-10-10 20:12 --- Created an attachment (id=18779) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18779action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41669

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-10 Thread espindola at google dot com
--- Comment #4 from espindola at google dot com 2009-10-10 20:12 --- Created an attachment (id=18780) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18780action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41669

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-10 Thread espindola at google dot com
--- Comment #5 from espindola at google dot com 2009-10-10 20:13 --- Created an attachment (id=18781) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18781action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41669

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-10-10 20:17 --- Hmhm. I'll have a look. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41670] New: FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O2 -fwhopr

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/ /te st/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.c /test/g nu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk-lib.c /test/g

[Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225

2009-10-10 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2009-10-10 20:55 --- This bug also affects hppa64-hp-hpux11.11. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/41671] New: Unsatisfied symbol __sync_fetch_and_add_4

2009-10-10 Thread danglin at gcc dot gnu dot org
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/ c_l to_20090313_0.o -O0 -fwhopr -lm -o gcc-dg-lto-20090313-01(timeout = 300 ) ld: Unsatisfied symbol __sync_fetch_and_add_4 in file c_lto_20090313_0.o 1 errors. collect2: ld returned 1 exit status compiler exited

[Bug c++/41672] New: missing diagnostic on an ill-formed rvalue reference initialization

2009-10-10 Thread msebor at gmail dot com
According to [dcl.init.ref], p5 of the latest working paper (N2960), A reference to type “cv1 T1” is initialized by an expression of type “cv2 T2” as follows: ... ...the reference shall be an lvalue reference to a non-volatile const type (i.e., cv1 shall be const), or the

[Bug c++/41672] missing diagnostic on an ill-formed rvalue reference initialization

2009-10-10 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-10-10 22:36 --- This is already fixed in mainline, I don't know whether there are plans to back port to 4_4-branch... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41672

[Bug libfortran/35862] [F2003] Implement new rounding modes for run time

2009-10-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #21 from jvdelisle at gcc dot gnu dot org 2009-10-10 23:02 --- Subject: Bug 35862 Author: jvdelisle Date: Sat Oct 10 23:02:11 2009 New Revision: 152632 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152632 Log: 2009-10-10 Jerry DeLisle jvdeli...@gcc.gnu.org

[Bug c++/41313] r150553 causes g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin*

2009-10-10 Thread howarth at nitro dot med dot uc dot edu
--- Comment #42 from howarth at nitro dot med dot uc dot edu 2009-10-11 01:11 --- Created an attachment (id=18782) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18782action=view) Revised fix for PR41313 with dual approach -- howarth at nitro dot med dot uc dot edu changed:

[Bug c++/41313] r150553 causes g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin*

2009-10-10 Thread howarth at nitro dot med dot uc dot edu
--- Comment #43 from howarth at nitro dot med dot uc dot edu 2009-10-11 01:13 --- Posted new revised patch to gcc-patches... http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00670.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41313

[Bug c++/36566] Cannot bind packed field

2009-10-10 Thread gabriel at teuton dot org
--- Comment #4 from gabriel at teuton dot org 2009-10-11 04:38 --- I have the same problem with g++ 4.2.4 and 4.3.2. -- gabriel at teuton dot org changed: What|Removed |Added