[Bug target/43869] ms_abi -> sysv_abi passing float arguments incorrectly

2010-05-22 Thread ktietz at gcc dot gnu dot org
--- Comment #7 from ktietz at gcc dot gnu dot org 2010-05-23 06:57 --- Subject: Bug 43869 Author: ktietz Date: Sun May 23 06:57:20 2010 New Revision: 159756 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159756 Log: 2010-05-23 Naarten Lankhorst Merged from trunk

[Bug target/43869] ms_abi -> sysv_abi passing float arguments incorrectly

2010-05-22 Thread ktietz at gcc dot gnu dot org
--- Comment #6 from ktietz at gcc dot gnu dot org 2010-05-23 06:52 --- Subject: Bug 43869 Author: ktietz Date: Sun May 23 06:52:32 2010 New Revision: 159755 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159755 Log: 2010-05-23 Naarten Lankhorst PR target/43869

[Bug target/43869] ms_abi -> sysv_abi passing float arguments incorrectly

2010-05-22 Thread ktietz at gcc dot gnu dot org
--- Comment #5 from ktietz at gcc dot gnu dot org 2010-05-23 06:52 --- Subject: Bug 43869 Author: ktietz Date: Sun May 23 06:51:50 2010 New Revision: 159754 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159754 Log: 2010-05-23 Naarten Lankhorst PR target/43869

[Bug middle-end/38474] [Meta] slow compilation at -O0 (callgraph optimization, inline heuristics, expand )

2010-05-22 Thread jv244 at cam dot ac dot uk
--- Comment #47 from jv244 at cam dot ac dot uk 2010-05-23 06:31 --- all dependencies are fixed, and so is this bug. -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug target/44241] vms-crtl.h, vms-crtl-64.h need many more symbols

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-23 06:06 --- It also goes without saying that the factoring here stinks. At the very least, split the lists up into three: common 32 64 and then compose the result out of two of them. The prefixes can also probably be

[Bug target/44241] vms-crtl.h, vms-crtl-64.h need many more symbols

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-23 05:30 --- The line in the patch: DECC_(environ, decc$ga_environ) \ should be: DECC_(environ, ga_environ) \ obviously. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241

[Bug c/44251] New: integer constant is too large for �long� type in alpha.c

2010-05-22 Thread jay dot krell at cornell dot edu
Trivial: src/gcc-4.5.0/gcc/config/alpha/alpha.c: In function ‘alpha_trampoline_init’: /src/gcc-4.5.0/gcc/config/alpha/alpha.c:5580: warning: integer constant is too large for ‘long’ type /src/gcc-4.5.0/gcc/config/alpha/alpha.c:5591: warning: integer constant is too large for ‘long’ type /sr

[Bug middle-end/38666] [4.3 Regression] internal compiler error: Segmentation fault in record_one_conflict, ra-conflict.c:176

2010-05-22 Thread sergstesh at yahoo dot com
--- Comment #23 from sergstesh at yahoo dot com 2010-05-23 04:49 --- Just wondering after so many adjustments - is the bug going to be fixed ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38666

[Bug lto/44250] gcc.dg/lto/20090126-1 c_lto_20090126-1_0.o-c_lto_20090126-1_0.o link, (internal compiler error)

2010-05-22 Thread howarth at nitro dot med dot uc dot edu
, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x propagate () at ../../gcc-4.6-20100522/gcc/ipa-pure-const.c:104 104 DEF_VEC_P

[Bug lto/44250] gcc.dg/lto/20090126-1 c_lto_20090126-1_0.o-c_lto_20090126-1_0.o link, (internal compiler error)

2010-05-22 Thread howarth at nitro dot med dot uc dot edu
--- Comment #1 from howarth at nitro dot med dot uc dot edu 2010-05-23 02:19 --- I am not having any luck trying to run this testcase through gdb to get a backtrace... gdb /sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/lto1 (gdb) r -fPIC -quiet -dumpdir ./ -dumpbase gcc-dg-

[Bug lto/44250] New: gcc.dg/lto/20090126-1 c_lto_20090126-1_0.o-c_lto_20090126-1_0.o link, (internal compiler error)

2010-05-22 Thread howarth at nitro dot med dot uc dot edu
-apple-darwin10.4.0 Configured with: ../gcc-4.6-20100522/configure --prefix=/sw --prefix=/sw/lib/gcc4.6 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info --enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw --with

[Bug c++/41510] [C++0x] std::complex vs. initialization lists

2010-05-22 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2010-05-23 02:13 --- This seems pretty clearly a compiler bug; it only occurs in template context. In a non-template function there is no error. That is, this works: #include void f() { std::complex z4 = {1.1, 2.2}; } but this doesn

[Bug fortran/43851] Add _gfortran_error_stop_numeric

2010-05-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2010-05-23 00:00 --- Subject: Bug 43851 Author: jvdelisle Date: Sun May 23 00:00:17 2010 New Revision: 159747 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159747 Log: 2010-05-22 Jerry DeLisle PR fortran/43851

[Bug rtl-optimization/44249] New: [4.4/4.5/4.6 Regression] IRA generates extra register move

2010-05-22 Thread hjl dot tools at gmail dot com
>From PR 34653, for --- extern unsigned long table[]; unsigned long foo(unsigned char *p) { unsigned long tag = *p; return table[tag >> 4] + table[tag & 0xf]; } --- at -O2, IRA generates an extra register move: gcc-4.3 with -O2 generates: foo: movzbl (%rdi), %edx movq%

[Bug lto/44248] -fcompare-debug failure with -flto/-fwhopr -g

2010-05-22 Thread zsojka at seznam dot cz
--- Comment #1 from zsojka at seznam dot cz 2010-05-22 22:43 --- Created an attachment (id=20728) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20728&action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44248

[Bug lto/44248] New: -fcompare-debug failure with -flto/-fwhopr -g

2010-05-22 Thread zsojka at seznam dot cz
Command line: $ gcc -O[123s] -flto -g -fcompare-debug testcase.c or $ gcc -O[123s] -fwhopr -g -fcompare-debug testcase.c Compiler output (-flto): $ gcc -O1 -flto -g -fcompare-debug testcase.c gcc: /tmp/cc3798AZ.o: -fcompare-debug failure (length) lto-wrapper: /mnt/svn/gcc-trunk/binary-159696-lto-f

[Bug middle-end/44247] -fcompare-debug failure with -O1 -fgraphite-identity

2010-05-22 Thread zsojka at seznam dot cz
--- Comment #1 from zsojka at seznam dot cz 2010-05-22 22:06 --- Created an attachment (id=20727) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20727&action=view) reduced testcase Command line: $ gcc -O1 -fgraphite-identity -fcompare-debug pr44247.c -- http://gcc.gnu.org/bugz

[Bug middle-end/44247] New: -fcompare-debug failure with -O1 -fgraphite-identity

2010-05-22 Thread zsojka at seznam dot cz
Command line: gcc -O[12s] -fgraphite-identity -fcompare-debug testcase.c Compiler output: $ gcc -O1 -fgraphite-identity -fcompare-debug testcase.c gcc: testcase.c: -fcompare-debug failure $ gcc -O2 -fgraphite-identity -fcompare-debug testcase.c gcc: testcase.c: -fcompare-debug failure (length) $ g

[Bug target/44245] ICE: in extract_insn, at recog.c:2048 when __builtin_ia32_crc32di is used

2010-05-22 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2010-05-22 21:52 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01653.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug lto/44246] New: ICE with -fwhopr/-flto when using strlen and strcat without previous declaration

2010-05-22 Thread zsojka at seznam dot cz
testcase.c: - int main(int argc, char *argv[]) { strcat(argv[0], "X"); return strlen(argv[0]); } Command line: $ gcc -flto testcase.c or $ gcc -fwhopr testcase.c Compiler output (-flto): $ /mnt/svn/gcc-trunk/binary-159696-lto-fortran/bi

[Bug fortran/36928] array temporary for interleaving assignment

2010-05-22 Thread tkoenig at gcc dot gnu dot org
--- Comment #12 from tkoenig at gcc dot gnu dot org 2010-05-22 21:20 --- (In reply to comment #11) > You probably mean "if abs(la-lb) mod gcd(sa, sb) != 0" (assuming > x(lb:ub:sb);-). Yes, I had this reversed when I wrote this. Note that if I am not mistaken, this result extends to

[Bug rtl-optimization/17387] Redundant zero extension instructions in loop optimization

2010-05-22 Thread hjl dot tools at gmail dot com
--- Comment #27 from hjl dot tools at gmail dot com 2010-05-22 20:48 --- Fixed by revision 159342: http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg00394.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug libstdc++/41510] [C++0x] std::complex vs. initialization lists

2010-05-22 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-05-22 20:21 --- Hi Gaby: actually, I don't think it does, see the error messages above, which are still up to date, as far as I can see. I will double check, anyway, and if I notice something new I'll let you know asap. Thanks

[Bug fortran/43829] Scalarization of reductions

2010-05-22 Thread mikael at gcc dot gnu dot org
--- Comment #11 from mikael at gcc dot gnu dot org 2010-05-22 19:36 --- Created an attachment (id=20726) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20726&action=view) updated patch Update on this : The attached patch seems to work on sum. I plan to reorganize some structs, but

[Bug fortran/44212] [OOP] ICE when defining a pointer component before defining the class and calling a TBP then

2010-05-22 Thread janus at gcc dot gnu dot org
--- Comment #5 from janus at gcc dot gnu dot org 2010-05-22 19:31 --- Fixed with r159745. Closing. -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/44245] New: ICE: in extract_insn, at recog.c:2048 when __builtin_ia32_crc32di is used

2010-05-22 Thread zsojka at seznam dot cz
Compiler output: $ /mnt/svn/gcc-trunk/binary-159696-lto-fortran/bin/gcc testcase.c testcase.c: In function 'foo': testcase.c:4:1: error: unrecognizable insn: (insn 7 6 8 3 testcase.c:3 (set (reg:DI 58 [ D.2717 ]) (unspec:DI [ (reg:DI 61) (reg:DI 62)

[Bug c++/44244] Provide -f flags to turn on individual C++0x features

2010-05-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-05-22 19:05 --- I don't think this is a good idea as it means we have to support these options forever. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44244

[Bug c/35634] [4.3/4.4/4.5/4.6 Regression] operand of pre-/postin-/decrement not promoted

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #27 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/44212] [OOP] ICE when defining a pointer component before defining the class and calling a TBP then

2010-05-22 Thread janus at gcc dot gnu dot org
--- Comment #4 from janus at gcc dot gnu dot org 2010-05-22 19:01 --- Subject: Bug 44212 Author: janus Date: Sat May 22 18:55:53 2010 New Revision: 159745 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159745 Log: 2010-05-22 Janus Weil PR fortran/44212 * matc

[Bug c++/44244] New: Provide -f flags to turn on individual C++0x features

2010-05-22 Thread jyasskin at gmail dot com
Right now, gcc provides --std=c++0x to turn on all the features from C++0x that it's implemented. However, it would be useful for organizations migrating to C++0x to turn on one feature at a time as that feature becomes stable. For example, we might turn on -fenable-c++0x-auto before -fenable-c++0x

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

2010-05-22 Thread iains at gcc dot gnu dot org
--- Comment #8 from iains at gcc dot gnu dot org 2010-05-22 18:36 --- sorry about that .. darwin assembler does not support .type PR lto/44238 * gcc.dg/lto/20090914-2_0.c: XFAIL *-*-darwin*. Sendinggcc/testsuite/ChangeLog Sendinggcc/testsuite/gcc.dg/lt

[Bug c/43639] Missed optimization with complex long double

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 18:18 --- This is deliberate, use -fno-signed-zeros to get the optimization you want with 4.5. *** This bug has been marked as a duplicate of 24581 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug c/24581] Complex arithmetic on special cases is incorrect.

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2010-05-22 18:18 --- *** Bug 43639 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/43560] [4.3 Regression] possible wrong code bug

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/43866] [4.3/4.4/4.5/4.6 Regression] wrong code with -fbounds-check -funswitch-loops

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:14 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/43657] [4.3/4.4/4.5/4.6 Regression] -ftree-loop-linear causes FAIL: gcc.dg/vect/vect-cond-5.c execution test

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/43949] [4.3/4.4 Regression] bogus warning: array subscript is above array bounds

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:14 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/43690] [4.3/4.4/4.5 Regression] Internal compiler error detected by avr-gcc.

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:14 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/43555] [4.3/4.4/4.5/4.6 Regression] wrong address calculation of multidimensional variable-length array element

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/43247] [4.3/4.4 Regression] Incorrect optimization while declaring array[1]

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/43384] [4.3/4.4/4.5/4.6 Regression] ICE: Segmentation fault with invalid K&R-like code

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/43190] [4.3/4.4 Regression] Used pointer typedefs eliminated from debug info

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/43081] [4.3/4.4 regression] ICE with invalid in-class initializer

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/43055] [4.3/4.4/4.5/4.6 Regression] 'jc1: internal compiler error: Segmentation fault' using gcj -fprofile-arcs

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/42315] [4.3/4.4/4.5/4.6 Regression] ICE with invalid array initializer

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/42893] [4.3/4.4/4.5/4.6 Regression] Missed conditionally dead store elimination

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42574] [4.3/4.4/4.5/4.6 Regression] Address of global variable is calculated multiple times (missed CSE)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42255] [4.3 Regression] broken generated code when using -fprofile-arcs and -O2

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/42054] [4.3/4.4 Regression] ICE with invalid template parameter

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/42143] [4.3/4.4/4.5/4.6 Regression] gcj creates "dummy" variables

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/41623] [4.3 Regression] ICE: emit_move_insn at expr.c 3162 when compiling template code.

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/41090] [4.3/4.4/4.5/4.6 Regression] Using static label reference in c++ class constructor produces wrong code

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/41646] [4.3 Regression] Reload ICE due to combiner extending life time of a hard register

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/40986] [4.3/4.4 regression] Assert_Failure sinfo.adb:360, error detected at a-unccon.ads:23:27

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/40977] [4.3/4.4/4.5/4.6 regression] problem with code like this: res = ((uint64_t)resh << 32) | resl;

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/40946] [4.3 Regression] Spurious array subscript is above bounds warning

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/40735] [4.3/4.4/4.5/4.6 Regression] memory hog compiling big functions with -fPIE

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/40523] GCC generates invalid instructions when building for Thumb-2 on armel

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug regression/40886] [4.3/4.4 Regression] No loop counter reversal for simple loops anymore

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/40405] [4.3/4.4/4.5/4.6 Regression] ICE with invalid initialization of template member

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/39515] [4.3/4.4/4.5/4.6 Regression] Malformed parent spec causes bomb in child compilation

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/39753] [4.3/4.4/4.5/4.6 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39666] [4.3 Regression] spurious warning with ranged-switch statements

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/39464] [4.3/4.4/4.5/4.6 Regression] Attribute may_alias causes invalid warning

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39509] [4.3/4.4/4.5/4.6 Regression] bad optimization(?) pure virtual function call with -O2

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #21 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/39423] [4.3/4.4/4.5/4.6 Regression] [SH] performance regression: lost mov @(disp,Rn)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/39417] [4.3 Regression] Incorrect values computed with -ftree-copy-prop

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/39120] [4.3/4.4 Regression] Missed escape constraints for call results

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/39115] [4.3 Regression] Value of variable is not read again

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/39412] [4.3 Regression] ICE in gen_tagged_type_instantiation_die

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/39059] [4.3 regression] ICE with fixed-point type in inline-asm

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/39077] [4.3/4.4/4.5/4.6 Regression] GCSE-optimization causes enormous binary size increase (~20 times !)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/39055] [4.3/4.4/4.5/4.6 regression] ICE with questionable default parameter of a member function

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/39028] [4.3 Regression] C++ front-end rejects "__label__" at the beginning of a block after "for" and "while"

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38999] [4.3/4.4/4.5/4.6 Regression] Extra overflow warning in 32-bit HWI compiler

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/38896] [4.3 Regression] building libstdc++ stumbles on "invalid bignum", 0x8000000000000000

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/38985] [4.3/4.4 Regression] missing VOPs for pointers accessed directly via their address

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- 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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/38819] [4.3 Regression] trapping expression wrongly hoisted out of loop

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #22 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/38844] [4.3 Regression] deadlock with __attribute__((always_inline)) at -O1 and above

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/38785] [4.3/4.4/4.5/4.6 Regression] huge performance regression on EEMBC bitmnp01

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #26 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/38666] [4.3 Regression] internal compiler error: Segmentation fault in record_one_conflict, ra-conflict.c:176

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #22 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/38621] [4.3/4.4/4.5/4.6 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/38650] [4.3 regression] Trouble with volatile and #pragma omp for

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/38642] [4.3/4.4/4.5/4.6 Regression] Code with -fPIC results in segfault on ARM (old ABI)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/38553] [4.3 Regression] Segfault in ggc_set_mark with -maltivec

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38474] [Meta] slow compilation at -O0 (callgraph optimization, inline heuristics, expand )

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #46 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/38394] [4.3/4.4 regression] clashing assembler symbols

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/38369] [4.3 regression] ICE (SIGSEGV in number_of_iterations_exit)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/38342] [4.3/4.4/4.5/4.6 Regression] __attribute__((__progmem__)) not propagated from typedef to data

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/37985] [4.3/4.4/4.5/4.6 Regression] unsigned char shift lacks "statement with no effect" warning

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug gcov-profile/38292] [4.3/4.4/4.5/4.6 Regression] corrupted profile info with -O[23] -fprofile-use

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

  1   2   3   >