[Bug regression/49572] [4.4 Regression]: gcc.dg/tree-ssa/20030709-2.c scan-tree-dump-times cddce2 ".rtmem" 0

2011-06-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49572 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/49557] make chokes on various Makefile constructs

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #7 from Arjen Markus 2011-06-29 06:18:47 UTC --- Hi Eric, yes, that might be a good idea. Another test I can do, just to make sure it is the make version that comes with MInGW is to try this on a Linux machine. Regards, Arjen 2011

[Bug c/49379] warning from Mac OS X linker alignment lost for -ftree-vectorize optimization

2011-06-28 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49379 Paul H. Hargrove changed: What|Removed |Added CC||PHHargrove at lbl dot gov --- Comment

[Bug c++/49519] [4.7 Regression] Revision 175272 miscompiled 447.dealII in SPEC CPU 2006

2011-06-28 Thread kirill.yukhin at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49519 --- Comment #4 from Yukhin Kirill 2011-06-29 05:06:04 UTC --- I've dived into the problem yesterday. Seems the problem is connected with tail call optimization. The refined difference is below. Assembler is extracted from step-14.cc Tail call op

[Bug c/49379] warning from Mac OS X linker alignment lost for -ftree-vectorize optimization

2011-06-28 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49379 --- Comment #5 from Paul H. Hargrove 2011-06-29 04:20:13 UTC --- Created attachment 24629 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24629 Second (non Apple) reproducer for bug 49379 This attachment is a simple 3-file reproducer for thi

[Bug regression/49572] [4.4 Regression]: gcc.dg/tree-ssa/20030709-2.c scan-tree-dump-times cddce2 ".rtmem" 0

2011-06-28 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49572 --- Comment #2 from Hans-Peter Nilsson 2011-06-29 04:20:26 UTC --- Nope, not on 4.6 either; it's just 4.4. Is it possible that the patch was backported too far?

[Bug target/46468] enabling -fomit-frame-pointer by default breaks Wine

2011-06-28 Thread austinenglish at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46468 --- Comment #20 from austinenglish at gmail dot com 2011-06-29 02:20:42 UTC --- Created attachment 24628 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24628 good preproccessed file

[Bug target/46468] enabling -fomit-frame-pointer by default breaks Wine

2011-06-28 Thread austinenglish at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46468 --- Comment #19 from austinenglish at gmail dot com 2011-06-29 02:20:27 UTC --- Created attachment 24627 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24627 bad preprocessed file

[Bug target/46468] enabling -fomit-frame-pointer by default breaks Wine

2011-06-28 Thread austinenglish at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46468 --- Comment #18 from austinenglish at gmail dot com 2011-06-29 02:16:04 UTC --- This bug is now affecting the World of Warcraft launcher, which crashes: http://bugs.winehq.org/show_bug.cgi?id=27057 I've was able to narrow it down to a single .c fi

[Bug rtl-optimization/49573] New: wrong rtl pre transformation

2011-06-28 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49573 Summary: wrong rtl pre transformation Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassig...

[Bug target/49468] SH Target: inefficient integer abs code

2011-06-28 Thread oleg.e...@t-online.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49468 Oleg Endo changed: What|Removed |Added Attachment #24603|0 |1 is obsolete|

[Bug regression/49572] [4.4 Regression]: gcc.dg/tree-ssa/20030709-2.c scan-tree-dump-times cddce2 ".rtmem" 0

2011-06-28 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49572 --- Comment #1 from Hans-Peter Nilsson 2011-06-29 01:30:53 UTC --- I don't see this regression on the 4.5 branch after the commit. The autotester for the 4.6 branch isn't hasn't tested this yet.

[Bug regression/49572] New: [4.4 Regression]: gcc.dg/tree-ssa/20030709-2.c scan-tree-dump-times cddce2 ".rtmem" 0

2011-06-28 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49572 Summary: [4.4 Regression]: gcc.dg/tree-ssa/20030709-2.c scan-tree-dump-times cddce2 ".rtmem" 0 Product: gcc Version: 4.4.7 Status: UNCONFIRMED Severity: normal Pri

[Bug lto/49571] -flto -Wl,--as-needed drops needed libraries

2011-06-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49571 --- Comment #1 from Andrew Pinski 2011-06-28 23:37:39 UTC --- I think this only fails when the LTO plugin is enabled.

[Bug lto/49571] New: -flto -Wl,--as-needed drops needed libraries

2011-06-28 Thread b.r.longbons at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49571 Summary: -flto -Wl,--as-needed drops needed libraries Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassig

[Bug bootstrap/49555] libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun

2011-06-28 Thread bryanhundven at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555 Bryan Hundven changed: What|Removed |Added CC||yann.morin.1998 at free dot

[Bug c++/49570] /usr/include/c++/4.6.0/bits/stl_algobase.h(378): error: type name is not allowed

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49570 --- Comment #4 from Paolo Carlini 2011-06-28 20:50:17 UTC --- The GNU C++ header files depend already on *tons* of non-standard facilities provided by the GNU C++ front-end, and many more such dependencies are being added these days. In some case

[Bug tree-optimization/49539] [4.7 regression] ICE building gnattools

2011-06-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49539 Eric Botcazou changed: What|Removed |Added Component|ada |tree-optimization --- Comment #6 from Eri

[Bug c++/49570] /usr/include/c++/4.6.0/bits/stl_algobase.h(378): error: type name is not allowed

2011-06-28 Thread ansayre at babcock dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49570 --- Comment #3 from Alan N. Sayre 2011-06-28 20:35:13 UTC --- I disagree with your assessment. The C++ header files should not depend on internal compiler flags. Why is this Intel's problem. -Original Message- From: paolo.carlini at orac

[Bug c++/49538] Revision 175341 causes segfaults

2011-06-28 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49538 --- Comment #3 from Markus Trippelsdorf 2011-06-28 20:32:14 UTC --- Haha, that patch doesn't work. It's identical to: #if 0 if (!in_charge_parm_used && fns[0] && idx == 1 && !flag_use_repository && DECL_INTERFACE_KN

[Bug c++/49570] /usr/include/c++/4.6.0/bits/stl_algobase.h(378): error: type name is not allowed

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49570 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/49570] /usr/include/c++/4.6.0/bits/stl_algobase.h(378): error: type name is not allowed

2011-06-28 Thread ansayre at babcock dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49570 --- Comment #1 from Alan N. Sayre 2011-06-28 20:28:52 UTC --- [ansayre@blgwap02 trunk]$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper Target: x86_64-unknown-linux-gnu

[Bug c++/49570] New: /usr/include/c++/4.6.0/bits/stl_algobase.h(378): error: type name is not allowed

2011-06-28 Thread ansayre at babcock dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49570 Summary: /usr/include/c++/4.6.0/bits/stl_algobase.h(378): error: type name is not allowed Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: blocker Priorit

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #14 from Paolo Carlini 2011-06-28 19:38:47 UTC --- Thanks Chris, I appreciate that, I know I can always count on you. Actually, I will be on vacation for a few days starting tomorrow, but I will bring the laptop will be and will be ab

[Bug c++/49569] New: -std=gnu++0x causes segmentation fault

2011-06-28 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49569 Summary: -std=gnu++0x causes segmentation fault Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gc

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread chris at bubblescope dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #13 from Chris Jefferson 2011-06-28 19:16:00 UTC --- I am on holiday until tomorrow night, and away from a computer. Once I get back, I promise to give this my full attention. This code got messy in the first place because I was tryin

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #19 from joseph at codesourcery dot com 2011-06-28 19:05:00 UTC --- On Tue, 28 Jun 2011, gjl at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 > > --- Comment #18 from Georg-Johann Lay 2011-06-28 > 18:34

[Bug fortran/49479] [4.6/4.7 Regression] reshape / optionals / zero sized arrays

2011-06-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49479 --- Comment #7 from Thomas Koenig 2011-06-28 18:59:06 UTC --- Author: tkoenig Date: Tue Jun 28 18:59:04 2011 New Revision: 175594 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175594 Log: 2011-06-28 Thomas Koenig PR fortran/49479

[Bug ada/49511] [4.6 Regression] acats test setup fails on HP-UX using posix shell

2011-06-28 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511 --- Comment #4 from dave at hiauly1 dot hia.nrc.ca 2011-06-28 18:46:19 UTC --- On Tue, 28 Jun 2011, ro at CeBiTec dot Uni-Bielefeld.DE wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511 > > --- Comment #3 from ro at CeBiTec dot Uni-Bielef

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #18 from Georg-Johann Lay 2011-06-28 18:34:54 UTC --- (In reply to comment #17) > A) Include a new file, say avr/stdint.h, instead of newlib-stdint.h. > > or > > B) Include newlib-stdint.h prior to avr.h and override as needed. or

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #17 from Georg-Johann Lay 2011-06-28 18:26:26 UTC --- Instead of defining CHAR16_TYPE, I think it's preferred to define UINT_LEAST16_TYPE appropriately and use logic in defaults.h so that defaults.h need not to be changed. CHAR16_TYPE

[Bug bootstrap/49555] libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun

2011-06-28 Thread bryanhundven at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555 Bryan Hundven changed: What|Removed |Added Target||x86_64-unknown-linux-gnu Ho

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #12 from Paolo Carlini 2011-06-28 18:06:54 UTC --- I'm looking at __merge_adaptive and it seems to me that self move assignment can happen very generically. Consider: if (__len1 <= __len2 && __len1 <= __buffer_size) { _Point

[Bug ada/49511] [4.6 Regression] acats test setup fails on HP-UX using posix shell

2011-06-28 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-06-28 17:58:01 UTC --- > 505 (hiauly1)dave> /bin/sh > $ type -p gnatmake 2>/dev/null > gnatmake is /opt/gnu/gcc/gcc-3.3.4/bin/gnatmake > $ echo $? > 0 Drats, sh silently ignores -p. The

[Bug bootstrap/49557] make chokes on various Makefile constructs

2011-06-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 Eric Botcazou changed: What|Removed |Added Component|ada |bootstrap Host|

[Bug c++/49568] [4.7 regression] g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX

2011-06-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49568 --- Comment #1 from Rainer Orth 2011-06-28 17:38:31 UTC --- Created attachment 24621 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24621 gcc 4.6 assembler output at -O0

[Bug c++/49568] [4.7 regression] g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX

2011-06-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49568 --- Comment #2 from Rainer Orth 2011-06-28 17:39:00 UTC --- Created attachment 24622 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24622 gcc 4.7 assembler output at -O0

[Bug c++/49568] New: [4.7 regression] g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX

2011-06-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49568 Summary: [4.7 regression] g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: link-failure Severity: n

[Bug debug/49567] [4.7 Regression] ICE in mem_loc_descriptor due to typed DWARF stack changes

2011-06-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49567 --- Comment #1 from Jakub Jelinek 2011-06-28 17:05:55 UTC --- Created attachment 24620 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24620 gcc47-pr49567.patch Untested fix.

[Bug debug/49567] [4.7 Regression] ICE in mem_loc_descriptor due to typed DWARF stack changes

2011-06-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49567 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/49567] New: [4.7 Regression] ICE in mem_loc_descriptor due to typed DWARF stack changes

2011-06-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49567 Summary: [4.7 Regression] ICE in mem_loc_descriptor due to typed DWARF stack changes Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Se

[Bug fortran/49565] character(kind=4) is emitted as DW_ATE_unsigned, not DW_ATE_unsigned_char

2011-06-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49565 --- Comment #3 from Tobias Burnus 2011-06-28 16:55:16 UTC --- (In reply to comment #2) > /* For Fortran multidimensional arrays use DW_ORD_col_major ordering. */ > if (is_fortran () > && TREE_CODE (type) == ARRAY_TYPE > && TREE_C

[Bug fortran/49565] character(kind=4) is emitted as DW_ATE_unsigned, not DW_ATE_unsigned_char

2011-06-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49565 --- Comment #2 from Tobias Burnus 2011-06-28 16:45:35 UTC --- There are two issues: a) The one mentioned by Jakub for the committal cited in comment 1 That seems to be a DWARF bug - and Tromey has now filled an issue; it should show up

[Bug java/49556] The import A cannot be resolved,But the A is placed at the current dir.

2011-06-28 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49556 --- Comment #2 from licheng.1212 at gmail dot com 2011-06-28 16:25:21 UTC --- (In reply to comment #1) > I think this is correct as classes in the same packages don't cannot be > imported. yes,you are right!Please close this bug

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 Paolo Carlini changed: What|Removed |Added Attachment #24617|0 |1 is obsolete|

[Bug fortran/49566] New: [DWARF/DEBUG] Add coarray shapes (codimensions) to the debug output

2011-06-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49566 Summary: [DWARF/DEBUG] Add coarray shapes (codimensions) to the debug output Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/49565] character(kind=4) is emitted as DW_ATE_unsigned, not DW_ATE_unsigned_char

2011-06-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49565 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug fortran/49565] New: character(kind=4) is emitted as DW_ATE_unsigned, not DW_ATE_unsigned_char

2011-06-28 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49565 Summary: character(kind=4) is emitted as DW_ATE_unsigned, not DW_ATE_unsigned_char Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/40054] [F08] Pointer functions as lvalue

2011-06-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40054 --- Comment #4 from janus at gcc dot gnu.org 2011-06-28 15:49:54 UTC --- cf. also PR 49562

[Bug target/49564] New: [cppcheck][patch] fixed resource and memory leaks in /gcc/gcc/config/alpha/host-osf.c

2011-06-28 Thread ettl.martin at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49564 Summary: [cppcheck][patch] fixed resource and memory leaks in /gcc/gcc/config/alpha/host-osf.c Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor Prio

[Bug other/49533] Firefox profiled build issues

2011-06-28 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49533 --- Comment #4 from Markus Trippelsdorf 2011-06-28 14:51:15 UTC --- The patch attached to Bug 49538 fixes this problem.

[Bug c++/49538] Revision 175341 causes segfaults

2011-06-28 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49538 --- Comment #2 from Markus Trippelsdorf 2011-06-28 14:49:18 UTC --- Created attachment 24618 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24618 fix logical thinko This patch fixes the issue. It was a simple logical thinko. It also fixes B

[Bug c/19541] need another option to support what -I- did just besides -iquote

2011-06-28 Thread jdrosa at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19541 David Rosa changed: What|Removed |Added CC||jdrosa at yahoo dot com --- Comment #21 from

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #10 from Paolo Carlini 2011-06-28 14:12:36 UTC --- Created attachment 24617 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24617 New draft

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #8 from Paolo Carlini 2011-06-28 13:38:06 UTC --- For inplace_merge the problem happens with the _GLIBCXX_MOVE3 calls in __move_merge, at some point __first == __result != __last.

[Bug middle-end/49545] [4.7 Regression] New C++ test failures

2011-06-28 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #5

[Bug fortran/49562] [4.6/4.7 Regression] [OOP] assigning value to type-bound function

2011-06-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49562 --- Comment #6 from janus at gcc dot gnu.org 2011-06-28 12:59:20 UTC --- (In reply to comment #5) > Unfortunately this test case is rejected with the patch in comment #2. However, it is accepted with this improved patch: Index: gcc/fortran/expr.

[Bug fortran/49562] [4.6/4.7 Regression] [OOP] assigning value to type-bound function

2011-06-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49562 janus at gcc dot gnu.org changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code Su

[Bug rtl-optimization/49014] [4.7 Regression] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7132 with even more insane set of flags

2011-06-28 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49014 --- Comment #6 from Andrey Belevantsev 2011-06-28 12:46:37 UTC --- Author: abel Date: Tue Jun 28 12:46:34 2011 New Revision: 175582 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175582 Log: Backport from mainline 2011-05-

[Bug tree-optimization/49552] missed optimization: test for zero remainder after division by a constant.

2011-06-28 Thread wouter.vermaelen at scarlet dot be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49552 --- Comment #2 from Wouter Vermaelen 2011-06-28 12:22:11 UTC --- > Confirmed. Is this possible for all constant moduli? It is. I recommend you get a copy of the book I mentioned before. The theory behind the transformation is much better explai

[Bug target/48273] [4.6 Regression] ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 with -fsel-sched-pipelining -fselective-scheduling2 -march=core2

2011-06-28 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48273 Alexander Monakov changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/49540] [4.6/4.7 Regression] Memory-hog with large DATA stmt

2011-06-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49540 --- Comment #9 from Tobias Burnus 2011-06-28 12:20:41 UTC --- (In reply to comment #8) > do you have some specific (and certain) recommendations in order to make this > scientific code to be compiled (alongside with a lot other fortran scientific

[Bug target/48273] [4.6 Regression] ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 with -fsel-sched-pipelining -fselective-scheduling2 -march=core2

2011-06-28 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48273 --- Comment #10 from Alexander Monakov 2011-06-28 12:19:23 UTC --- Author: amonakov Date: Tue Jun 28 12:19:18 2011 New Revision: 175581 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175581 Log: Backport from mainline 2011-04-08

[Bug pch/49435] get_z.c:46: MPFR assertion failed: exp < 0 || exp <= ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))

2011-06-28 Thread longvalery at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49435 --- Comment #8 from Valery 2011-06-28 12:04:36 UTC --- Created attachment 24616 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24616 I thing that my problem is here (2) If I comment body of function float_32_to_16 compiler work without any

[Bug pch/49435] get_z.c:46: MPFR assertion failed: exp < 0 || exp <= ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))

2011-06-28 Thread longvalery at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49435 --- Comment #7 from Valery 2011-06-28 12:03:29 UTC --- Created attachment 24615 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24615 I thing that my problem is here If I comment body of two functions float_16_to_32() and float_24_to_32 comp

[Bug pch/49435] get_z.c:46: MPFR assertion failed: exp < 0 || exp <= ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))

2011-06-28 Thread longvalery at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49435 --- Comment #6 from Valery 2011-06-28 11:59:52 UTC --- Created attachment 24614 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24614 Please. But In ZIP only

[Bug ada/49557] Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #5 from Arjen Markus 2011-06-28 11:45:17 UTC --- When I remove the directories libada and gcc/ada to prevent "make" from attempting to build Ada, the build process fails on a missing % for a pattern in gcc/cp/Make-lang.in.

[Bug middle-end/29274] [4.4/4.5 Regression] not using mulsidi3

2011-06-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29274 Richard Guenther changed: What|Removed |Added Target Milestone|4.4.7 |4.6.0

[Bug fortran/49562] [4.6/4.7 Regression] [OOP] ICE at invalid code: assigning value to function of polymorphic object

2011-06-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49562 --- Comment #4 from janus at gcc dot gnu.org 2011-06-28 11:18:47 UTC --- For the record: The regression is probably due to r165749: http://gcc.gnu.org/viewcvs?view=revision&revision=165749

[Bug fortran/49562] [4.6/4.7 Regression] [OOP] ICE at invalid code: assigning value to function of polymorphic object

2011-06-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49562 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug fortran/49562] [4.6/4.7 Regression] [OOP] ICE at invalid code: assigning value to function of polymorphic object

2011-06-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49562 --- Comment #2 from janus at gcc dot gnu.org 2011-06-28 11:05:08 UTC --- The fix is pretty trivial: Index: gcc/fortran/expr.c === --- gcc/fortran/expr.c(revision 175562) +++ gcc/

[Bug c/20110] format checking and non-ASCII character sets

2011-06-28 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20110 Joseph S. Myers changed: What|Removed |Added CC||jphartmann at gmail dot com --- Comment

[Bug c/49560] -fexec-charset=IBM-1047 makes -Wformat report incorrect warnings

2011-06-28 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49560 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #7 from Paolo Carlini 2011-06-28 10:58:09 UTC --- Created attachment 24613 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24613 Draft patch. inplace_merge still needs work.

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #6 from Paolo Carlini 2011-06-28 10:56:50 UTC --- Maybe, yes. I'm going to attaching as a draft patch what I have so far, if you could coordinate with Chris and complete it, would be great...

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #5 from Jonathan Wakely 2011-06-28 10:45:11 UTC --- (In reply to comment #3) > note that the FDIS is *very* explicit about what move_backward does Ah ok - but if move_backward has to do that then we should avoid calling it at all whe

[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 Paolo Carlini changed: What|Removed |Added CC||chris at bubblescope dot

[Bug bootstrap/49555] libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun

2011-06-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555 Rainer Orth changed: What|Removed |Added CC|ro at CeBiTec dot |ro at gcc dot gnu.org |Un

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/49559] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 Paolo Carlini changed: What|Removed |Added AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot

[Bug libstdc++/49559] stable_sort calls self-move-assignment operator

2011-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 Paolo Carlini changed: What|Removed |Added CC||jwakely.gcc at gmail dot

[Bug fortran/49562] [4.6/4.7 Regression] [OOP] ICE at invalid code: assigning value to function of polymorphic object

2011-06-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49562 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/49545] [4.7 Regression] New C++ test failures

2011-06-28 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 rsand...@gcc.gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassi

[Bug ada/49557] Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #4 from Arjen Markus 2011-06-28 09:40:56 UTC --- Hi Eric, I used the path "d://configure", perhaps I should have used "/d//configure" I am using the make utility that comes with MinGW/MSYS: GNU Make 3.81, from 2006. Hm, cou

[Bug ada/49557] Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #3 from Eric Botcazou 2011-06-28 09:32:10 UTC --- > thanks for looking into this. If I use an absolute path, then the > make command chokes on the lack of a target for "configure" as > required to update "config.status". Huh? OK, I

[Bug middle-end/49543] Cast move causes incorrect code and numerical results

2011-06-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49543 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/49552] missed optimization: test for zero remainder after division by a constant.

2011-06-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49552 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/49563] Expansion forgets to set MEM_VOLATILE_P for TARGET_MEM_REF

2011-06-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49563 Richard Guenther changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug target/47997] gcc on macosx: "ld: warning: -fwritable-strings not compatible with literal CF/NSString"

2011-06-28 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/47997] gcc on macosx: "ld: warning: -fwritable-strings not compatible with literal CF/NSString"

2011-06-28 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997 --- Comment #13 from Iain Sandoe 2011-06-28 09:16:08 UTC --- Author: iains Date: Tue Jun 28 09:16:04 2011 New Revision: 175578 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175578 Log: PR target/47997 * config/darwin.c (darwin_m

[Bug ada/49557] Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #2 from Arjen Markus 2011-06-28 09:12:00 UTC --- Hi Eric, thanks for looking into this. If I use an absolute path, then the make command chokes on the lack of a target for "configure" as required to update "config.status". Regards,

[Bug middle-end/49563] New: Expansion forgets to set MEM_VOLATILE_P for TARGET_MEM_REF

2011-06-28 Thread baldrick at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49563 Summary: Expansion forgets to set MEM_VOLATILE_P for TARGET_MEM_REF Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug fortran/49540] [4.6/4.7 Regression] Memory-hog with large DATA stmt

2011-06-28 Thread adrian.sevcenco at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49540 Adrian Sevcenco changed: What|Removed |Added CC||adrian.sevcenco at cern dot

[Bug libstdc++/49559] stable_sort calls self-move-assignment operator

2011-06-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 --- Comment #2 from Jonathan Wakely 2011-06-28 08:56:39 UTC --- bah, that's testing the wrong thing the test should be: if (__result == __last) return __first;

[Bug c++/49558] Compiling gcc-3.4.5 source code on MAC OS X 10.6.3 gives an error.

2011-06-28 Thread gcc at microbizz dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49558 Adriaan van Os changed: What|Removed |Added CC||gcc at microbizz dot nl --- Comment #2 f

[Bug libstdc++/49561] gcc does not meet the standard for std::list container

2011-06-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 --- Comment #1 from Jonathan Wakely 2011-06-28 08:47:47 UTC --- (In reply to comment #0) > I realized that the complexity of std::list::size() is O(n), not O(1). > > This does not conform to standard. The standard states that size() function is

[Bug libstdc++/49559] stable_sort calls self-move-assignment operator

2011-06-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/49562] New: [OOP] ICE at invalid code: assigning value to function of polymorphic object

2011-06-28 Thread boschmann at tp1 dot physik.uni-siegen.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49562 Summary: [OOP] ICE at invalid code: assigning value to function of polymorphic object Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/49560] -fexec-charset=IBM-1047 makes -Wformat report incorrect warnings

2011-06-28 Thread jphartmann at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49560 --- Comment #1 from jphartmann at gmail dot com 2011-06-28 08:25:24 UTC --- This is how the string shows up in the .s: [/home/john/src/cmsh/390] more hlo.s .file "hlo.c" .section.rodata .LC0: .string "\310\226\

  1   2   >