[Bug rtl-optimization/42258] [4.5 Regression] redundant register move around mul instruction

2009-12-31 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2009-12-31 09:32 --- http://gcc.gnu.org/viewcvs?view=revisionrevision=152533 -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42564] New: ICE on sparc - unrecognizable insn

2009-12-31 Thread debian-gcc at lists dot debian dot org
seen with current branches and trunk when building libcap-ng on sparc/sparc64. the file builds without -fPIC or with -O0. Matthias $ gcc-4.4 -c -O2 -fPIC cap-ng.i cap-ng.c: In function 'init': cap-ng.c:154: error: unrecognizable insn: (insn 18 17 19 4 cap-ng.c:139 (set (reg:SI 117)

[Bug target/42564] ICE on sparc - unrecognizable insn

2009-12-31 Thread debian-gcc at lists dot debian dot org
--- Comment #1 from debian-gcc at lists dot debian dot org 2009-12-31 10:20 --- Created an attachment (id=19429) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19429action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42564

[Bug bootstrap/40597] Powerpc bootstrap is broken due to changes in expmed.c

2009-12-31 Thread krebbel at gcc dot gnu dot org
--- Comment #39 from krebbel at gcc dot gnu dot org 2009-12-31 10:31 --- Ok. That looks good. I think the S/390 problem from comment #33 got fixed with that patch: http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01392.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40597

[Bug c++/41779] Spurious integral promotion

2009-12-31 Thread zweije at xs4all dot nl
--- Comment #2 from zweije at xs4all dot nl 2009-12-31 11:01 --- I beg to differ. I cannot find where the standard says that unsigned short *always* promotes to int in rvalue contexts. My reading in more detail is: 1. The value of y is an lvalue of type unsigned short (5.1/7). 2.

[Bug middle-end/42559] [4.5 Regression] ice in emit_block_move_hints with -O2

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-12-31 11:05 --- Needs similar fix for LABEL_DECL. Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42559] [4.5 Regression] ice in emit_block_move_hints with -O2

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42559

[Bug rtl-optimization/42258] [4.5 Regression] redundant register move around mul instruction

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-12-31 11:11 --- But the patch was backported. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42258

[Bug tree-optimization/41956] Segfault in vectorizer

2009-12-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2009-12-31 11:21 --- Confirmed as fixed on x86_64-apple-darwin10 at rev. 155523. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/41605] Static linking of libgcc/libgfortran/libstdc++ can cause inconsistent symbol resolution.

2009-12-31 Thread howarth at nitro dot med dot uc dot edu
--- Comment #9 from howarth at nitro dot med dot uc dot edu 2009-12-31 11:39 --- I am now seeing... FAIL: gfortran.dg/gomp/recursion1.f90 -Os execution test at r155534 that wasn't present at r155526 so the proposed fix appears to have caused a gfortran regression on

[Bug c++/27102] [4.1 regression] ICE with invalid class name in function template

2009-12-31 Thread paolo dot carlini at oracle dot com
--- Comment #20 from paolo dot carlini at oracle dot com 2009-12-31 11:57 --- *** Bug 42563 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/42563] internal compiler error in is_ancestor, at cp/name-lookup.c

2009-12-31 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-12-31 11:57 --- A very old issue. In general, before filing in Bugzilla, do a search, and in any case never file issues vs old unmaintained release branches, thanks. *** This bug has been marked as a duplicate of 27102 ***

[Bug c/42522] [m68k] Wrong code generated with -O2/-O3

2009-12-31 Thread nospamname at web dot de
--- Comment #9 from nospamname at web dot de 2009-12-31 13:35 --- I compile now with a m68k-elf Compiler and do the small testcode i post above.The Problem is same on m68k-elf Compiler too. other CPU as -m68000 fail with -O3 or -O2 So can this Report Reopen and maybe another can check

[Bug debug/42565] New: Huge compilation time with -O1 -g

2009-12-31 Thread aanisimov at inbox dot ru
I tried to compile KDE 4.3.4 with gcc-r155523. The compilation stalled at file globalsettings_base.cpp, which took more than 40 minutes to compile (actually, it could have taken more, because I've simply aborted it). In the attachement you will find the preprocessed version of this file. Sorry to

[Bug debug/42565] Huge compilation time with -O1 -g

2009-12-31 Thread aanisimov at inbox dot ru
--- Comment #1 from aanisimov at inbox dot ru 2009-12-31 13:40 --- Created an attachment (id=19430) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19430action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42565

[Bug lto/42528] ICE with -flto and -fsigned-char

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 15:08 --- Confirmed on i?86-linux with -funsigned-char instead. I'll have a looksee. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/42521] [4.5 Regression] ICE: in graphite_loop_normal_form, at graphite-sese-to-poly.c:2844

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42521

[Bug lto/42531] FAIL: gcc.c-torture/compile/20011119-1.c

2009-12-31 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-12-31 15:12 --- Revision 155528 caused: FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link FAIL: gcc.dg/lto/20081222

[Bug driver/42520] lto1 does not see -march and -mtune options

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 15:14 --- It works with GCC built w/o --with-arch/--with-tune. Can you paste the complete output of -v? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42520

[Bug bootstrap/42511] boostrap error in stage3 on alpha-linux-gnu

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 15:19 --- Works on i?86-linux. I guess stage2 is miscompiled? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42511

[Bug target/42509] [4.5 Regression] bootstrap failure in stage3 (integer overflow in preprocessor expression)

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 15:21 --- Primary target fails to bootstrap. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/42507] internal compiler error: verify_stmts failed

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-12-31 15:25 --- I fixed sth like this a while ago, please try with current trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42503] [4.4 Regression] gcc-4.4-20091215 broke libjava on ARM

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 Target Milestone|--- |4.4.3

[Bug rtl-optimization/42502] Bad register allocation in a very simple code

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 15:28 --- Please try with trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42501] [4.4 only] Code bloating on operations with bit fields

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 15:28 --- Fixed in 4.5. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/42499] Bad register allocation in multiplication code by constant

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 15:29 --- Please try with trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42498] GCC can't use smull to compute int * int -- long long

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-12-31 15:30 --- This is because widening multiplication is not detected if there are more-than-once used sub-expressions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42498

[Bug rtl-optimization/42497] Generate conditional tail calls .

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 15:33 --- What do you expect with -fno-optimize-sibling-calls ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42497

[Bug bootstrap/42566] New: Bootstrap fails in stage3 building the libstdc++ PCH

2009-12-31 Thread 3dw4rd at verizon dot net
The bootstrap fails building the libstdc++ PCH file. The system compiler is used to attempt the build and fails because it doesn't undetstand -std=gnu++0x because it's an old compiler. MacOSX:~/obj ed$ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model:

[Bug target/42495] redundant memory load

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Keywords|

[Bug tree-optimization/42494] [4.4 Regression] Missed dead-code-elimination

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-12-31 15:36 --- Btw, in 4.4 there is one DOM pass removed for compile-time. We won't fix this for 4.4, the particular testcase is fixed in 4.5. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/42492] cannot take address of bit-field

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-12-31 15:37 --- It was. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug driver/42485] [4.4/4.5 Regression] -V switch broken

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-12-31 15:41 --- I'm fine with deprecating -V - anyone care to send a patch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42485

[Bug middle-end/42482] [4.5 Regression] Many graphite test failures

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42482

[Bug middle-end/42476] warning: will never be executed about code which is executed with -Wunreachable-code

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 15:44 --- -Wunreachable-code is broken and has been removed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/42474] SIGSEGV in linemap_lookup

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 15:45 --- Try a snapshot from the 4.4 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42474

[Bug c++/42466] Multiple instantiations of template constructor fail

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-12-31 15:48 --- Looks like this was fixed for 4.5. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/42462] [4.5 Regression] wrong-code with computed-goto

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-12-31 15:57 --- -O1 -fipa-sra shows the problem as well. We can see wrong (or rather missing) cloning of static initializers: ;; Function void Foo template-parameter-1-1 ::exec2() [with template-parameter-1-1 = int]

[Bug rtl-optimization/42461] [4.5 Regression] Missed optimisation for pure functions with __builtin_unreachable

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 16:01 --- It isn't particularly easy to DCE predicates in a general fashion. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/42453] Assertion `syms' failed in lto-plugin

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 16:04 --- Hm, yeah - there's also PR41584 - another empty TU bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42453

[Bug other/42449] Error in dwarf2out.c when compiling tango for D with gdc

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 16:07 --- GDC is not part of the FSF GCC compiler, please report to GDC upstream. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/42565] [4.5 Regression] Huge compilation time with -O1 -g

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 16:14 --- var-tracking I suppose. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42562] attribute((warning())) should work for variables

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42562

[Bug ada/42518] Alignment issue prevents building 64 bit RTS on Snow Leopard

2009-12-31 Thread simon at pushface dot org
--- Comment #12 from simon at pushface dot org 2009-12-31 16:25 --- I have tried gcc-4_4-branch and indeed it correctly identifies the triplet without any help (I have been having some trouble with exactly what compiler I am configuring with). The problem turns out to be in

[Bug middle-end/42558] [4.5 Regression] miscompilation related to -floop-block

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42558

[Bug c/42544] Bad codegen with signed short cast to unsigned int, then promoted to unsigned long long

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 16:50 --- Hum. Looks like the C FE somehow munges the uLL constant. c_parser_cast_expression (parser=0xb77b0b44, after=0x0) at /home/richard/src/trunk/gcc/c-parser.c:5000 (gdb) call c_parser_peek_token (parser) $8 =

[Bug middle-end/42543] ICE when using va_arg

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1

[Bug target/42536] [4.4/4.5 regression] ICE in spill_failure, at reload1.c:2141

2009-12-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||ra Target Milestone|--- |4.4.3

[Bug c/42522] [m68k] Wrong code generated with -O2/-O3

2009-12-31 Thread mikpe at it dot uu dot se
--- Comment #10 from mikpe at it dot uu dot se 2009-12-31 17:01 --- Created an attachment (id=19431) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19431action=view) simpler test case I'm attaching a reduced test case that triggers wrong-code for m68k-elf with gcc-4.5-20091224,

[Bug lto/42534] ICE with -flto when using __attribute__((__aligned__(X)))

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-31 17:02 --- Works on i?68-linux. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42534

[Bug c/42544] Bad codegen with signed short cast to unsigned int, then promoted to unsigned long long

2009-12-31 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-12-31 17:03 --- Subject: Re: Bad codegen with signed short cast to unsigned int, then promoted to unsigned long long The first place to look for a problem would be shorten_compare. --

[Bug target/42522] [m68k] Wrong code generated with -O2/-O3

2009-12-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-12-31 17:06 --- Reopening for now. Please leave the Component as target; that is a much more likely place for the bug than the C front end. -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug target/41605] Static linking of libgcc/libgfortran/libstdc++ can cause inconsistent symbol resolution.

2009-12-31 Thread developer at sandoe-acoustics dot co dot uk
--- Comment #10 from developer at sandoe-acoustics dot co dot uk 2009-12-31 17:07 --- (In reply to comment #9) FAIL: gfortran.dg/gomp/recursion1.f90 -Os execution test There are two problems: 1) there is a problem with specifying -fopenmp twice on the CL

[Bug c/42544] Bad codegen with signed short cast to unsigned int, then promoted to unsigned long long

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-12-31 17:21 --- It's indeed at fault. But instead of trying to fix it I'd ditch it completely as premature optimization. I consider c-common.c C frontend specific anyway ;) --

[Bug target/42564] ICE on sparc - unrecognizable insn

2009-12-31 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2009-12-31 17:36 --- I cannot reproduce with a cross, neither on mainline nor 4.4 branch. Could you post the command line passed to cc1? Do you have relevant local patches? -- ebotcazou at gcc dot gnu dot org changed:

[Bug target/42159] [4.4 only] app compiled with 4.4.2 SIGABRTs after a trivial nested throw/stack unwinding

2009-12-31 Thread simon at pushface dot org
--- Comment #15 from simon at pushface dot org 2009-12-31 17:41 --- This bug affects Ada as well. It happens with gcc-4_4-branch HEAD as of 31 Dec 2009, and with earlier releases too (specifically, 4.3.4+AdaCore modifications; this compiler is AdaCore's Leopard release with one added

[Bug lto/42531] FAIL: gcc.c-torture/compile/20011119-1.c

2009-12-31 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2009-12-31 17:56 --- A different patch is posted at http://gcc.gnu.org/ml/gcc-patches/2009-12/msg01253.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/42522] [m68k] Wrong code generated with -O2/-O3

2009-12-31 Thread nospamname at web dot de
--- Comment #12 from nospamname at web dot de 2009-12-31 18:04 --- 3.4.6 (didn't check older releases). I test now 3.4.0 for m68k-amigaos.The Problem is here too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42522

[Bug c++/42567] New: internal compiler error: in type_unification_real, at cp/pt.c:13310

2009-12-31 Thread smm2rc at Virginia dot EDU
/*To start off, I apologize if this bug already was reported (I didn't find it mentioned anywhere...). Also, what exactly is meant by 'host triplet', 'target triplet', and 'build triplet'? (I just sort of guessed at them - I'm assuming they're the host system and the target system and the system

[Bug c++/42567] internal compiler error: in type_unification_real, at cp/pt.c:13310

2009-12-31 Thread smm2rc at Virginia dot EDU
--- Comment #1 from smm2rc at Virginia dot EDU 2009-12-31 19:22 --- Oh, and replacing the 'auto key = *b' line with 'auto key = b.member_function()' results in a no-error compilation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42567

[Bug middle-end/41925] ICE in get_alias_set, at alias.c:710

2009-12-31 Thread regehr at cs dot utah dot edu
-pc-linux-gnu/4.5.0/lto-wrapper Target: i686-pc-linux-gnu Configured with: ../configure --with-libelf=/usr/local --enable-lto --prefix=/home/regehr/z/tmp/gcc-r155538-install --program-prefix=r155538- --enable-languages=c,c++ Thread model: posix gcc version 4.5.0 20091231 (experimental) (GCC) reg

[Bug middle-end/42561] missing uninitialized variable warning on simple arrays

2009-12-31 Thread matt at use dot net
--- Comment #3 from matt at use dot net 2009-12-31 19:49 --- Created an attachment (id=19432) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19432action=view) slightly different example that eliminates heap dependency to reproduce: g++ -O3 -Wall gcc-missing-uninit.cpp result:

[Bug middle-end/42561] missing uninitialized variable warning on simple arrays

2009-12-31 Thread matt at use dot net
--- Comment #4 from matt at use dot net 2009-12-31 19:53 --- It seems like this analysis would succeed if the intrinsic memcpy for copying the [2] and [4] were inlined before this analysis. Is there a reason that the intrinsic version of memcpy isn't substituted in before this analysis

[Bug c++/42567] [C++0x] internal compiler error: in type_unification_real, at cp/pt.c:13310

2009-12-31 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added CC||jason at gcc dot gnu dot org Status|UNCONFIRMED

[Bug target/41605] Static linking of libgcc/libgfortran/libstdc++ can cause inconsistent symbol resolution.

2009-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2009-12-31 20:42 --- dg-do run gomp testcases don't belong into gcc/testsuite/*.dg/gomp/, but to libgomp/testsuite/libgomp.*/ Please move recursion1.f90 there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41605

[Bug target/42564] ICE on sparc - unrecognizable insn

2009-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-12-31 20:43 --- I couldn't reproduce this either. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42564

[Bug debug/42565] [4.5 Regression] Huge compilation time with -O1 -g

2009-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-12-31 21:25 --- And most likely a dup of the other bug ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/41564] -fdump-tree-all for lto does not work as expected

2009-12-31 Thread hjl dot tools at gmail dot com
--- Comment #12 from hjl dot tools at gmail dot com 2009-12-31 21:55 --- Created an attachment (id=19433) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19433action=view) A patch That is what I have in mind. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41564

[Bug driver/41564] -fdump-tree-all for lto does not work as expected

2009-12-31 Thread hjl dot tools at gmail dot com
--- Comment #13 from hjl dot tools at gmail dot com 2009-12-31 21:57 --- (In reply to comment #12) Created an attachment (id=19433) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19433action=view) [edit] A patch That is what I have in mind. My patch adds

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

2009-12-31 Thread urbanjost at comcast dot net
Even though the BLOCKDATA is referenced with an EXTERNAL statement, it is not initializing the COMMON; this worked in previous versions of gfortran, and g95, g77, ifort, and vendor compilers (Cray, HP-UX, IRIX64, SunOS, Solaris, ...) as long as the EXTERNAL statement was present. #!/bin/sh echo

[Bug middle-end/41925] ICE in get_alias_set, at alias.c:710

2009-12-31 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-12-31 23:19 --- It is caused by revision 150695: http://gcc.gnu.org/ml/gcc-cvs/2009-08/msg00375.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug c++/42569] New: ICE in cp_parser_parenthesized_expression_list at cp/parser.c

2009-12-31 Thread dirtyepic at gentoo dot org
while building gst-plugins-taglib-0.10.17: gstapev2mux.cc: In function 'void add_one_tag(const GstTagList*, const gchar*, void*)': gstapev2mux.cc:118:62: error: cannot call constructor 'TagLib::String::String' directly gstapev2mux.cc:118:62: note: for a function-style cast, remove the redundant

[Bug c++/42569] ICE in cp_parser_parenthesized_expression_list at cp/parser.c

2009-12-31 Thread dirtyepic at gentoo dot org
--- Comment #1 from dirtyepic at gentoo dot org 2010-01-01 00:38 --- Created an attachment (id=19434) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19434action=view) delta-reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42569

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

2009-12-31 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2010-01-01 00:46 --- Can you please read how to submit a bug report? I can't find anywhere were it states that a Bourne shell script should be submitted. It simply makes it almost impossible to read the actual bug report. In fact, all

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

2009-12-31 Thread urbanjost at comcast dot net
--- Comment #2 from urbanjost at comcast dot net 2010-01-01 01:57 --- Subject: Re: BLOCKDATA referenced in EXTERNAL not loading from library I just got it from the gfortran Wiki because of problems with the previous version I had: http://gcc.gnu.org/wiki/GFortranBinaries then the

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

2009-12-31 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2010-01-01 02:49 --- (In reply to comment #2) Subject: Re: BLOCKDATA referenced in EXTERNAL not loading from library I just got it from the gfortran Wiki because of problems with the previous version I had:

[Bug libstdc++/21772] exception safety testing

2009-12-31 Thread bkoz at gcc dot gnu dot org
--- Comment #17 from bkoz at gcc dot gnu dot org 2010-01-01 03:39 --- Subject: Bug 21772 Author: bkoz Date: Fri Jan 1 03:38:58 2010 New Revision: 155545 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155545 Log: 2009-12-31 Benjamin Kosnik b...@redhat.com PR

[Bug libstdc++/21772] exception safety testing

2009-12-31 Thread bkoz at gcc dot gnu dot org
--- Comment #18 from bkoz at gcc dot gnu dot org 2010-01-01 03:54 --- multiset error ... was bogus. I adjusted the traits to fix this. The std::array error seems indeed bogus: if I'm not wrong, it happens when swapping arrays, and there are no guarantees that the operation

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

2009-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-01-01 06:22 --- I tried the test case with Cygwin running on WinNT-4.0 and it works fine with both 4.3.4 and 4.5. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568

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

2009-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2010-01-01 06:35 --- I forgot to mention I am using Cygwin 1.7, so this is beginning to look like some sort of installation issue. The gfortran version 4.5 I downloaded and installed per the gfortran wiki. The other possibility to