[Bug fortran/39844] module whole-file checking disabled

2009-04-22 Thread linuxl4 at sohu dot com
--- Comment #4 from linuxl4 at sohu dot com 2009-04-22 06:37 --- in my opiton of view , at the time a USE statement is processed, the public portions of the specified module shall be available. should not been think as about the order of units, since This standard places no ordering

[Bug fortran/39844] module whole-file checking disabled

2009-04-22 Thread linuxl4 at sohu dot com
--- Comment #5 from linuxl4 at sohu dot com 2009-04-22 06:44 --- of cource it is not difficult to reorder the source . I don't know any compiler can do this, I wish there are a outsmart one. -- linuxl4 at sohu dot com changed: What|Removed |Added

[Bug c/39843] -funsigned-bitfields discards aligned attribute

2009-04-22 Thread mikpe at it dot uu dot se
--- Comment #1 from mikpe at it dot uu dot se 2009-04-22 08:05 --- (In reply to comment #0) % gcc-snapshot -funsigned-bitfields testsuite/gcc.dg/bitfld-3.c % ./a.out Abort Confirmed with gcc-4.3-20090419 on i686-pc-linux-gnu. -- mikpe at it dot uu dot se changed:

[Bug fortran/39735] procedure pointer assignments: return value is not checked

2009-04-22 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2009-04-22 09:06 --- Subject: Bug 39735 Author: janus Date: Wed Apr 22 09:05:58 2009 New Revision: 146554 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146554 Log: 2009-04-22 Janus Weil ja...@gcc.gnu.org PR

[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-22 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2009-04-22 09:12 --- If hppa-linux has long double the same as double (which raises the question why it hasn't switched over to 128-bit long double together with powerpc*/sparc*/s390*/alpha back in 2006), then __NO_LONG_DOUBLE_MATH

[Bug fortran/39735] procedure pointer assignments: return value is not checked

2009-04-22 Thread janus at gcc dot gnu dot org
-- janus at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |janus at gcc dot gnu dot org |dot org

[Bug fortran/39735] procedure pointer assignments: return value is not checked

2009-04-22 Thread janus at gcc dot gnu dot org
--- Comment #2 from janus at gcc dot gnu dot org 2009-04-22 09:24 --- Fixed with r146554. Closing. -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39838] [4.3/4.4/4.5 regression] unoptimal code for two simple loops

2009-04-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Component|regression |middle-end Target Milestone|--- |4.3.4

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-04-22 10:15 --- Created an attachment (id=17670) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17670action=view) preprocessed testcase testcase for i686-pc-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39845

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-04-22 10:16 --- Reducing. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords|

[Bug middle-end/38934] [4.3 Regression] ICE in set_value_range, at tree-vrp.c:398

2009-04-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P1 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38934

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-22 10:27 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/39839] [4.3/4.4/4.5 regression] loop invariant motion causes stack spill

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-04-22 09:39 --- Implement re-materialization in reload. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39840] Non-optimal (or wrong) implementation of SSE intrinsics

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-04-22 09:36 --- The problem with different instruction sets in different BBs is also how to avoid code motion across them. IMNSHO this is a bad idea. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug bootstrap/38892] gcc 4.4.0 20090104 - natVMVirtualMachine.cc:903: error: request for member 'frame_type' in ...

2009-04-22 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #5 from dave dot korn dot cygwin at gmail dot com 2009-04-22 11:20 --- Hi Rob, I just ran into this on i686-pc-cygwin. I think the reason you see it on some builds and not others is because of the --enable-libgcj-debug option; presumably that makes the asserts

[Bug bootstrap/38892] gcc 4.4.0 20090104 - natVMVirtualMachine.cc:903: error: request for member 'frame_type' in ...

2009-04-22 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #6 from dave dot korn dot cygwin at gmail dot com 2009-04-22 11:22 --- Created an attachment (id=17671) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17671action=view) Fix debug asserts. Adjust the assert to test the casted pointer. --

[Bug bootstrap/38892] gcc 4.4.0 20090104 - natVMVirtualMachine.cc:903: error: request for member 'frame_type' in ...

2009-04-22 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #7 from dave dot korn dot cygwin at gmail dot com 2009-04-22 11:24 --- That gets me about three files further through the build, then there's another failure: In file included from /gnu/gcc/gcc/libjava/gnu/classpath/natConfiguration.cc:17:

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 11:30 --- Subject: Bug 39845 Author: rguenth Date: Wed Apr 22 11:30:04 2009 New Revision: 146569 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146569 Log: 2009-04-22 Richard Guenther rguent...@suse.de PR

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-04-22 11:32 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/33036] LINUX_DYNAMIC_LINKER undefined in gcc-4.2.1/gcc/config/arm/linux-elf.h

2009-04-22 Thread andreas_gajda at web dot de
--- Comment #2 from andreas_gajda at web dot de 2009-04-22 11:34 --- Does this mean the target arm-none-uclinux is unsupported? I checked again, using (binutils-2.17 and) gcc-4.3.3 from mirror site ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.3.3/gcc-4.3.3.tar.bz2 Configuration was:

[Bug bootstrap/38892] gcc 4.4.0 20090104 - natVMVirtualMachine.cc:903: error: request for member 'frame_type' in ...

2009-04-22 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #8 from dave dot korn dot cygwin at gmail dot com 2009-04-22 11:34 --- Yep. From the .ii file: class gnu::classpath::Configuration : public ::java::lang::Object { Configuration(); static ::java::lang::String * classpath_home(); static jboolean debug(); static

[Bug c/37772] [4.3 Regression] ICE with empty asm statement

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 13:24 --- Fixed. error-recovery bugs are not worth fixing on the release branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/38886] [4.3 Regression] ICE move_insn, at haifa-sched.c:1786

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-22 13:25 --- Does it work with 4.4? Andrew, can you confirm this bug? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/39489] [4.3 regression] write_atom(): Writing negative integer

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-04-22 13:26 --- Fortran. P4. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39496] [4.3 Regression] GCC uses non-standard calling conventions for static functions with -O0.

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-04-22 13:29 --- This is worth fixing for 4.3.4. I am testing a backport. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/39560] [4.3/4.4/4.5 Regression] Erroneous warnings 'unused variable' in a templated class method with union

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

[Bug tree-optimization/39657] [4.3 Regression] compiling ruby (yacc) output takes inordinate amount of time with PRE and large SCCs

2009-04-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 Summary|[4.3 Regression] compiling |[4.3 Regression]

[Bug fortran/39782] [4.3/4.4 Regression] IO depends on uninitialised value

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-04-22 13:32 --- Backporting to 4.4 and 4.3 sounds fine (note that backports for regressions do not require extra approval, though of course the usual testing is required). Fortran, P4. -- rguenth at gcc dot gnu dot org

[Bug c++/39786] [4.3/4.4/4.5 Regression] Qualified name lookup through different numbers of using directives

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

[Bug fortran/39791] [4.3 Regression] Bad Dwarf debug information from gfortran for a character string.

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-04-22 13:35 --- Fortran, P4. Confirmed as of comment #1. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/39799] [4.3/4.4/4.5 Regression] missing 'may be used uninitialized' warning

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

[Bug middle-end/39838] [4.3/4.4/4.5 regression] unoptimal code for two simple loops

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

[Bug tree-optimization/39839] [4.3/4.4/4.5 regression] loop invariant motion causes stack spill

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-04-22 13:39 --- Vlad, with YARA you had implemented rematerialization, right? How difficult is it to do the same with IRA for cases like this? -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/39794] [4.4/4.5 Regression] Miscompile with -O2 -funroll-loops

2009-04-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39794

[Bug testsuite/39807] [4.3/4.4/4.5 Regression] Reporting of testsuite failures are messed up when using -j

2009-04-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 Target Milestone|4.4.1 |4.3.4

[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-22 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #14 from dave at hiauly1 dot hia dot nrc dot ca 2009-04-22 13:45 --- Subject: Re: [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore --- Comment #13 from jakub at gcc dot gnu dot org 2009-04-22 09:12 --- If hppa-linux has

[Bug middle-end/39579] [4.5 regression] revisions 145171/145172 caused 2 extra failures

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

[Bug rtl-optimization/39580] [4.5 regression] Revision 145204 caused libgomp.c++/collapse-2.C

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

[Bug middle-end/39824] [4.5 Regression] ice in fold-const.c

2009-04-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39824

[Bug tree-optimization/39829] [4.5 Regression] ICE with some code that produces VCE

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-22 13:47 --- Fixed! -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug inline-asm/39847] New: 16 symbolic register names generates error: more than 30 operands in 'asm'

2009-04-22 Thread d at teklibre dot com
Using more than 15 operands in inline assembly of the symbolic form: ... lots of assembly elided ... \ movaps %[inner_filter_index], %[icoeff_l2]\n\t \ :[icoeff_l2] +x (icoeff_l2),\ [inner_filter_index] +x (inner_filter_index),

[Bug middle-end/39834] [4.5 Regression] verify_cgraph_node failed with -O3 -Winline

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

[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'

2009-04-22 Thread d at teklibre dot com
--- Comment #1 from d at teklibre dot com 2009-04-22 13:49 --- Created an attachment (id=17672) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17672action=view) Test program demonstrating 16 register breakage on inline asm in x86_64 --

building gcc-4.4.0 breaks on AIX-5.3

2009-04-22 Thread Harald Koenig
Hi, trying to build gcc-4.4.0 breaks on AIX-5.3 (4.3.3 build worked fine with same setup), the small patch below works around the AIX limitations: /usr/local/bin/bash ./libtool --tag=CC --mode=link /scr/os-aix53/koenig/gcc-4.4.0-1/ARENA/32/./gcc/xgcc ... libtool: link:

[Bug middle-end/39824] [4.5 Regression] ice in fold-const.c

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-04-22 13:52 --- Mine. CCP does sth weird. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/39837] [4.3/4.4/4.5 regression] unoptimal code generated

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

[Bug middle-end/39840] Non-optimal (or wrong) implementation of SSE intrinsics

2009-04-22 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-04-22 13:58 --- (In reply to comment #7) The problem with different instruction sets in different BBs is also how to avoid code motion across them. IMNSHO this is a bad idea. I agree. There are too many issues with it. I'd

[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'

2009-04-22 Thread d at teklibre dot com
--- Comment #2 from d at teklibre dot com 2009-04-22 14:04 --- tested against: gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2 - fails -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39847

[Bug middle-end/39824] [4.5 Regression] ice in fold-const.c

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-22 14:12 --- This is latent on the 4.4 branch. I have a patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39824

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2009-04-22 14:14 --- Subject: Bug 39845 Author: hjl Date: Wed Apr 22 14:14:08 2009 New Revision: 146579 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146579 Log: 2009-04-22 H.J. Lu hongjiu...@intel.com Backport from

[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-04-22 15:00 --- Actually no, it would be better if you moved over to using the intrincs which can be optimized and scheduled. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/39849] stage1 compiler segfault during `make profiledbootstrap'

2009-04-22 Thread dennis dot wassel at googlemail dot com
--- Comment #1 from dennis dot wassel at googlemail dot com 2009-04-22 15:02 --- Nevermind the typo in configure, it also segfaults with properly spelled --with-gmp= instead of --with-gp=. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39849

[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'

2009-04-22 Thread d at teklibre dot com
--- Comment #4 from d at teklibre dot com 2009-04-22 14:58 --- + counts as two operands? ok, that makes sense. So, basically 2*num_of_physical_regs would be a saner default ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39847

[Bug driver/39851] New: gcc -Q --help=target does not list extensions selected by -march=

2009-04-22 Thread amonakov at gcc dot gnu dot org
Even though -march=nocona enables SSE2 and SSE3 extensions, gcc -Q --help=target does not list them as enabled. This may be confusing to the user (see http://gcc.gnu.org/ml/gcc-help/2009-04/msg00293.html ): $ gcc -Q --help=target -march=nocona | grep msse[23] -msse2

[Bug target/23322] [4.3 regression] performance regression

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #37 from rguenth at gcc dot gnu dot org 2009-04-22 15:10 --- WONTFIX on the 4.3 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread rguenther at suse dot de
--- Comment #10 from rguenther at suse dot de 2009-04-22 15:06 --- Subject: Re: [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304 On Wed, 22 Apr 2009, hp at gcc dot gnu dot org wrote: --- Comment #9 from hp at gcc dot gnu dot org 2009-04-22 14:56 --- In the odd

[Bug tree-optimization/30930] [4.3 Regression] vector can cause to create an extra variable, DECL_GIMPLE_REG_P not recomputed

2009-04-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.3.3 Priority|P4 |P2

[Bug tree-optimization/32044] [4.3 Regression] final value replacement too aggressive for e.g. targets with no native div/mod insns

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #69 from rguenth at gcc dot gnu dot org 2009-04-22 15:15 --- I am going to do a backport of this to the 4.3 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/19580] [4.3 Regression] missed load/store motion

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #42 from rguenth at gcc dot gnu dot org 2009-04-22 15:08 --- WONTFIX on the 4.3 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/36344] [4.3 Regression] gcc.dg/tree-ssa/loadpre8.c XFAILed

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-04-22 15:16 --- WONTFIX on the 4.3 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37219] [4.3 Regression] fwprop1 is broken for addresses

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-04-22 15:17 --- Still worth backporting. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37219

[Bug middle-end/38533] [4.3 regression] tree-ssa-reassoc.c increases register pressure several times

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-04-22 15:19 --- WONTFIX on the 4.3 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38751] [4.3 regression] odd performance regression with -Os

2009-04-22 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/38922] [4.3 Regression] Optimization regression in simple conditional code (js instead of cmov) 4.3 vs 4.1 and 3.4

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-22 15:21 --- WONTFIX on the 4.3 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29727] [4.3 regression] ICE on invalid initializer for template member

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-04-22 15:23 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34485] [4.3 regression] ICE with undefined type in template parameter

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 15:23 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34600] [4.3 regression] ICE with invalid use of extern

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 15:23 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35025] [4.3 regression] ICE with invalid specialization of variadic template

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 15:24 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35242] [4.3 regression] ICE with invalid specialization of variadic template

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-04-22 15:24 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35243] [4.3 regression] ICE with invalid initializer list in variadic template

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-04-22 15:25 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/35326] [4.3 regression] ICE with stray digraph token

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-04-22 15:25 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35327] [4.3 regression] ICE with invalid constructor

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-04-22 15:25 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35329] [4.3 regression] ICE with invalid template class after #pragma interface

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-04-22 15:26 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/39580] [4.5 regression] Revision 145204 caused libgomp.c++/collapse-2.C

2009-04-22 Thread abel at gcc dot gnu dot org
--- Comment #5 from abel at gcc dot gnu dot org 2009-04-22 15:26 --- Subject: Bug 39580 Author: abel Date: Wed Apr 22 15:25:58 2009 New Revision: 146588 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146588 Log: PR rtl-optimization/39580 * sel-sched-ir.c

[Bug c++/35331] [4.3 regression] ICE with invalid specialization of variadic template

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-04-22 15:26 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/35448] [4.3 regression] ICE with fixed-point constants

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 15:27 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/36404] [4.3 regression] ICE with invalid enum

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-22 15:27 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39848] [4.5 Regression] Ada bootstrap is broken

2009-04-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2009-04-22 15:27 --- Caused by 2009-04-21 Martin Jambor mjam...@suse.cz * tree-switch-conversion.c (build_constructors): Split a long line. (constructor_contains_same_values_p): New function.

[Bug rtl-optimization/39580] [4.5 regression] Revision 145204 caused libgomp.c++/collapse-2.C

2009-04-22 Thread abel at gcc dot gnu dot org
--- Comment #6 from abel at gcc dot gnu dot org 2009-04-22 15:28 --- Fixed by the above patch. -- abel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37554] [4.3 regression] ICE with invalid cast

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-04-22 15:28 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37647] [4.3 regression] ICE with invalid use of constructor

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-04-22 15:28 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37650] [4.3 regression] ICE with broken default template parameter

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 15:29 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39496] [4.3 Regression] GCC uses non-standard calling conventions for static functions with -O0.

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-04-22 15:02 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #29 from rguenth at gcc dot gnu dot org 2009-04-22 15:30 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39496] [4.3 Regression] GCC uses non-standard calling conventions for static functions with -O0.

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-04-22 15:02 --- Subject: Bug 39496 Author: rguenth Date: Wed Apr 22 15:01:45 2009 New Revision: 146583 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146583 Log: 2009-04-22 Richard Guenther rguent...@suse.de

[Bug c/34911] [4.3 regression] ICE with vectors of bool

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-04-22 15:30 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35321] [4.3 regression] ICE with invalid use of __builtin_offsetof

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-04-22 15:31 --- WONTFIX for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/39852] New: GCC 4.4.0 builds a broken glibc 2.8

2009-04-22 Thread sega01 at go-beyond dot org
Hi, Sorry for the lack of testing and specificity, but this should be fairly easy to reproduce. Another user on Freenode's #gcc reported the same problem, so I don't think it's just my setup. #gcc suggested I use a static gdb for debugging, but for now I will link to some ltrace and strace dumps.

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2009-04-22 Thread manu at gcc dot gnu dot org
--- Comment #13 from manu at gcc dot gnu dot org 2009-04-22 15:32 --- Subject: Bug 14875 Author: manu Date: Wed Apr 22 15:32:18 2009 New Revision: 146589 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146589 Log: 2009-04-22 Manuel Lopez-Ibanez m...@gcc.gnu.org PR

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2009-04-22 Thread manu at gcc dot gnu dot org
--- Comment #14 from manu at gcc dot gnu dot org 2009-04-22 15:33 --- FIXED in GCC 4.5. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'

2009-04-22 Thread d at teklibre dot com
--- Comment #6 from d at teklibre dot com 2009-04-22 15:40 --- Pinska: Actually, no. I started with the intrinsics and looked hard at what the code scheduler was doing before settling on rewriting this in inline assembly. The intrinsics have several problems that effect the code

[Bug middle-end/39824] [4.5 Regression] ice in fold-const.c

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-22 15:42 --- Subject: Bug 39824 Author: rguenth Date: Wed Apr 22 15:41:48 2009 New Revision: 146592 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146592 Log: 2009-04-22 Richard Guenther rguent...@suse.de PR

[Bug c/39853] New: internal compiler error: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread mario-baumann at web dot de
gcc -c -O1 foo.c foo.c: In function 'foo': foo.c:33: internal compiler error: in make_decl_rtl, at varasm.c:1304 NOTES: (1) gcc -c -O0 foo.c works uname -a Linux yoda.intec.dom 2.6.18-92.1.22.el5

[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-04-22 15:45 --- (In reply to comment #6) Pinska: Actually, no. I started with the intrinsics and looked hard at what the code scheduler was doing before settling on rewriting this in inline assembly. The intrinsics have

[Bug c/39853] internal compiler error: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread mario-baumann at web dot de
--- Comment #1 from mario-baumann at web dot de 2009-04-22 15:46 --- Created an attachment (id=17673) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17673action=view) bzipped foo.c file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39853

[Bug c/39853] internal compiler error: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-04-22 15:46 --- *** This bug has been marked as a duplicate of 39845 *** *** This bug has been marked as a duplicate of 39845 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/39845] [4.5 Regression] ICE: in make_decl_rtl, at varasm.c:1304

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2009-04-22 15:46 --- *** Bug 39853 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/39623] Optimizer changes return from htons(uint16)

2009-04-22 Thread sje at gcc dot gnu dot org
--- Comment #4 from sje at gcc dot gnu dot org 2009-04-22 15:53 --- Subject: Bug 39623 Author: sje Date: Wed Apr 22 15:53:05 2009 New Revision: 146593 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=146593 Log: PR testsuite/39623 * gcc.dg/vect/no-vfa-vect-43.c Fix

[Bug c++/39854] New: Segfault with a pointer of arrays

2009-04-22 Thread ryancacophony at gmail dot com
GCC Version: 4.3.3 System Type: Arch Linux x86_64 Compile command: g++ -c MelodyPool.cpp .ii file: http://pastebin.com/m275d0f7 All the files involved with CL output at the end: http://pastebin.com/m87e98a6 Note and Melody have been compiled, tested and used with no problems, compiling

[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-04-22 Thread bkoz at gcc dot gnu dot org
--- Comment #23 from bkoz at gcc dot gnu dot org 2009-04-22 16:47 --- Will close unless I get some feedback indicating this is still a problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28125

  1   2   >