[Bug c++/51461] New: [c++0x] [4.7 Regression] ICE with invalid initialization of static data member

2011-12-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51461 Bug #: 51461 Summary: [c++0x] [4.7 Regression] ICE with invalid initialization of static data member Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug c++/51461] [c++0x] [4.7 Regression] ICE with invalid initialization of static data member

2011-12-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51461 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51462] New: [c++0x] ICE in cx_check_missing_mem_inits

2011-12-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51462 Bug #: 51462 Summary: [c++0x] ICE in cx_check_missing_mem_inits Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51463] New: [c++0x] [4.7 Regression] ICE declaring a member function virtual and static

2011-12-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51463 Bug #: 51463 Summary: [c++0x] [4.7 Regression] ICE declaring a member function virtual and static Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug c++/51463] [c++0x] [4.7 Regression] ICE declaring a member function virtual and static

2011-12-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51463 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51464] New: [c++0x] ICE with invalid use of []

2011-12-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51464 Bug #: 51464 Summary: [c++0x] ICE with invalid use of [] Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/48437] [4.6/4.7 Regression] LTO crashes with block-local function declarations

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 08:50:40 UTC --- Author: rguenth Date: Thu Dec 8 08:50:35 2011 New Revision: 182100 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182100 Log: 2011-12-08 Richard

[Bug lto/48437] [4.6 Regression] LTO crashes with block-local function declarations

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

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

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39509 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.2,

[Bug rtl-optimization/48496] [4.7 Regression] 'asm' operand requires impossible reload in libffi/src/ia64/ffi.c

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48496 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW

[Bug tree-optimization/49772] [4.7 Regression] ICE: in ipa_pta_execute, at tree-ssa-structalias.c:6790 with -fipa-pta

2011-12-08 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49772 --- Comment #11 from rguenther at suse dot de rguenther at suse dot de 2011-12-08 08:57:22 UTC --- On Thu, 8 Dec 2011, pinskia at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49772 --- Comment #10 from Andrew Pinski

[Bug tree-optimization/51315] [4.6/4.7 regression] unaligned memory accesses generated with -ftree-sra

2011-12-08 Thread ebotcazou at gcc dot gnu.org
ALIGN parameter. Look into MEM_REFs and use get_object_or_type_alignment for them. (build_accesses_from_assign): Adjust for above change. (access_precludes_ipa_sra_p): Likewise. Added: trunk/gcc/testsuite/gcc.c-torture/execute/20111208-1.c Modified: trunk/gcc/ChangeLog

[Bug c++/51461] [c++0x] [4.7 Regression] ICE with invalid initialization of static data member

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51461 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/51315] [4.6/4.7 regression] unaligned memory accesses generated with -ftree-sra

2011-12-08 Thread ebotcazou at gcc dot gnu.org
/execute/20111208-1.c - copied unchanged from r182102, trunk/gcc/testsuite/gcc.c-torture/execute/20111208-1.c branches/gcc-4_6-branch/gcc/testsuite/gnat.dg/frame_overflow.ads - copied unchanged from r182090, trunk/gcc/testsuite/gnat.dg/frame_overflow.ads Modified: branches/gcc

[Bug c++/51416] [c++0x] [4.6/4.7 Regression] ICE with invalid use of auto

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51416 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/51315] [4.6/4.7 regression] unaligned memory accesses generated with -ftree-sra

2011-12-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51315 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-12-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #48 from Mikael Pettersson mikpe at it dot uu.se 2011-12-08 09:25:55 UTC --- (In reply to comment #47) (In reply to comment #42) -O2 -W -Wall -gnatpg -nostdinc a-assert.adb -o a-assert.o +===GNAT BUG

[Bug middle-end/51460] [4.6/4.7 Regression] Struct with two boost mutexes allocated on the heap inside of a while loop causes compiler segfault

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

[Bug java/51465] New: internal compiler error: Segmentation fault

2011-12-08 Thread gykarsai at all dot hu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51465 Bug #: 51465 Summary: internal compiler error: Segmentation fault Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/51459] [4.7 Regression] 'double free or corruption' involving std::function and lambdas

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51459 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

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

[Bug libstdc++/51456] gcc-4.5.3 ARM misaligned relocation for __gxx_personality_v0 in libstdc++

2011-12-08 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51456 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/51460] [4.6/4.7 Regression] Struct with two boost mutexes allocated on the heap inside of a while loop causes compiler segfault

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51460 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.3

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #9 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 10:43:18 UTC --- Author: jakub Date: Thu Dec 8 10:43:13 2011 New Revision: 182106 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182106 Log: Backported from mainline

[Bug middle-end/51460] [4.6/4.7 Regression] Struct with two boost mutexes allocated on the heap inside of a while loop causes compiler segfault

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51460 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at

[Bug c++/51464] [c++0x] ICE with invalid use of []

2011-12-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51464 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/51459] [4.7 Regression] 'double free or corruption' involving std::function and lambdas

2011-12-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51459 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-08 11:26:55 UTC --- sans library: struct func { virtual ~func() { } virtual void operator()() const = 0; virtual func* clone() const = 0; }; templatetypename T

[Bug tree-optimization/49772] [4.7 Regression] ICE: in ipa_pta_execute, at tree-ssa-structalias.c:6790 with -fipa-pta

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49772 --- Comment #12 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 11:39:21 UTC --- It's a complete mystery to me how this cgraph node cloning and edge code works. We create the inline clone for a completely different edge (that _is_

[Bug middle-end/49945] [4.7 Regression] gcc.dg/guality/vla-1.c FAILs with -flto

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49945 --- Comment #7 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 11:43:16 UTC --- Author: rguenth Date: Thu Dec 8 11:43:12 2011 New Revision: 182107 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182107 Log: 2011-12-08 Richard

[Bug c++/51459] [4.7 Regression] 'double free or corruption' involving std::function and lambdas

2011-12-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51459 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Keywords||wrong-code

[Bug c++/51459] [4.7 Regression] 'double free or corruption' involving std::function and lambdas

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51459 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 11:55:48 UTC --- Indeed, with 4.6.x preprocessed source for the reduced testcase this started failing with http://gcc.gnu.org/viewcvs?root=gccview=revrev=175158 aka PR43912.

[Bug other/39933] make clean fails in libgcc

2011-12-08 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39933 Dave Korn davek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug other/39933] make clean fails in libgcc

2011-12-08 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39933 Dave Korn davek at gcc dot gnu.org changed: What|Removed |Added CC||ich at az2000 dot de

[Bug other/40322] make clean fails (/bin/bash: -/: invalid option)

2011-12-08 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40322 Dave Korn davek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/45994] During 'make clean', some variables not propagating properly

2011-12-08 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45994 Dave Korn davek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/39933] make clean fails in libgcc

2011-12-08 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39933 Dave Korn davek at gcc dot gnu.org changed: What|Removed |Added CC||phantall at gmail dot

[Bug middle-end/41043] [4.4 Regression] virtual memory exhausted: Cannot allocate memory

2011-12-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41043 --- Comment #15 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-12-08 12:15:58 UTC --- Probably not a very good idea for backporting this late. IIUC 4.4 will no longer be supported soon. Is there still some plan to backport the fix or

[Bug lto/50747] [4.7 Regression] ICE in produce_symtab, at lto-streamer-out.c:1435

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50747 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 12:32:24 UTC --- Author: rguenth Date: Thu Dec 8 12:32:19 2011 New Revision: 182108 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182108 Log: 2011-12-08 Richard

[Bug middle-end/49945] [4.7 Regression] gcc.dg/guality/vla-1.c FAILs with -flto

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49945 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug lto/50747] [4.7 Regression] ICE in produce_symtab, at lto-streamer-out.c:1435

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50747 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/51315] [4.6/4.7 regression] unaligned memory accesses generated with -ftree-sra

2011-12-08 Thread gjl at gcc dot gnu.org
/51315 * gcc.c-torture/execute/20111208-1.c: Fix wrong assumption sizeof(int)==4. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.c-torture/execute/20111208-1.c

[Bug tree-optimization/49772] [4.7 Regression] ICE: in ipa_pta_execute, at tree-ssa-structalias.c:6790 with -fipa-pta

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49772 --- Comment #13 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 13:23:59 UTC --- Author: rguenth Date: Thu Dec 8 13:23:54 2011 New Revision: 182110 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182110 Log: 2011-12-08 Richard

[Bug tree-optimization/49772] [4.7 Regression] ICE: in ipa_pta_execute, at tree-ssa-structalias.c:6790 with -fipa-pta

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49772 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug rtl-optimization/48721] [4.6 Regression] ICE: verify_flow_info failed: missing barrier after block 6 with -foptimize-sibling-calls -fsched2-use-superblocks

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48721 --- Comment #13 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 13:34:02 UTC --- Author: jakub Date: Thu Dec 8 13:33:58 2011 New Revision: 182111 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182111 Log: Backport from mainline

[Bug middle-end/51323] [4.6 Regression] g++ confuses this with function argument in optimized call

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51323 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 13:36:46 UTC --- Author: jakub Date: Thu Dec 8 13:36:40 2011 New Revision: 182112 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182112 Log: Backport from mainline

[Bug middle-end/50074] [4.7 Regression] gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50074 --- Comment #20 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 13:36:46 UTC --- Author: jakub Date: Thu Dec 8 13:36:40 2011 New Revision: 182112 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182112 Log: Backport from mainline

[Bug c/51339] [4.6 Regression] ICE: in convert_move, at expr.c:326 with -fopenmp and parallel for

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51339 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 13:37:48 UTC --- Author: jakub Date: Thu Dec 8 13:37:44 2011 New Revision: 182113 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182113 Log: Backport from mainline

[Bug debug/51410] [4.5/4.6 Regression] duplicate variable DIE

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51410 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 13:39:38 UTC --- Author: jakub Date: Thu Dec 8 13:39:34 2011 New Revision: 182114 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182114 Log: Backport from mainline

[Bug middle-end/51323] [4.6 Regression] g++ confuses this with function argument in optimized call

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51323 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/48721] [4.6 Regression] ICE: verify_flow_info failed: missing barrier after block 6 with -foptimize-sibling-calls -fsched2-use-superblocks

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48721 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/51339] [4.6 Regression] ICE: in convert_move, at expr.c:326 with -fopenmp and parallel for

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51339 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/51315] [4.6/4.7 regression] unaligned memory accesses generated with -ftree-sra

2011-12-08 Thread gjl at gcc dot gnu.org
/20111208-1.c (int16_t): Use __INT16_TYPE__ for typedef. (int32_t): Use __INT32_TYPE__ for typedef. PR tree-optimization/51315 Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.c-torture/execute/20111208-1.c

[Bug tree-optimization/51466] New: [4.7 Regression] ICE in gimple_rhs_has_side_effects,

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51466 Bug #: 51466 Summary: [4.7 Regression] ICE in gimple_rhs_has_side_effects, Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords:

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

2011-12-08 Thread lucier at math dot purdue.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51446 --- Comment #5 from lucier at math dot purdue.edu 2011-12-08 14:30:00 UTC --- Re: Do the architecture manuals say anything about the sign of the qnan? Amazingly enough, they do! I downloaded the combined x86-64 manuals from

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

2011-12-08 Thread lucier at math dot purdue.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51446 --- Comment #6 from lucier at math dot purdue.edu 2011-12-08 14:31:23 UTC --- PS: I don't know whether IEEE says anything about the sign bit, but I doubt it. Brad

[Bug middle-end/50199] [4.7 Regression] wrong code with -flto -fno-merge-constants

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 14:37:14 UTC --- Which means - taking addresses of literals should be disallowed (that includes the prominent example of STRING_CSTs, but possibly that is not the only

[Bug target/50395] Infinite loop when bootstrapping java

2011-12-08 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50395 --- Comment #1 from Andreas Krebbel krebbel at gcc dot gnu.org 2011-12-08 14:37:24 UTC --- Author: krebbel Date: Thu Dec 8 14:37:19 2011 New Revision: 182116 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182116 Log: 2011-12-08 Andreas

[Bug tree-optimization/51466] [4.7 Regression] ICE in gimple_rhs_has_side_effects,

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51466 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-08 14:45:44 UTC --- Created attachment 26021 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26021 gcc47-pr51466.patch Possible fix. Though, I wonder if this isn't

[Bug middle-end/50199] [4.7 Regression] wrong code with -flto -fno-merge-constants

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 15:02:34 UTC --- Created attachment 26022 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26022 gimple predicate patches GIMPLE predicate patches - that will now

[Bug other/51467] New: Stack Smashing Protector: Canary is destroyed in RAX partially only on x86_64

2011-12-08 Thread ogm256-forum at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51467 Bug #: 51467 Summary: Stack Smashing Protector: Canary is destroyed in RAX partially only on x86_64 Classification: Unclassified Product: gcc Version: 4.4.4 Status:

[Bug target/50395] Infinite loop when bootstrapping java

2011-12-08 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50395 Andreas Krebbel krebbel at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/51467] Stack Smashing Protector: Canary is destroyed in RAX partially only on x86_64

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51467 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

2011-12-08 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51446 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug tree-optimization/51466] [4.7 Regression] ICE in gimple_rhs_has_side_effects,

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51466 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Attachment #26021|0 |1 is

[Bug tree-optimization/51466] [4.7 Regression] ICE in gimple_rhs_has_side_effects,

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51466 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-08 15:41:50 UTC --- (In reply to comment #2) Created attachment 26024 [details] gcc47-pr51466.patch Another alternative. Note that apparently

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-12-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #49 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-12-08 16:00:34 UTC --- That is, first ada maps precisions 32, 64, and 80 to bit sizes 32, 64, and 96, respectively. Then ada turns around and tries to map _bit_size_ 80 to a

[Bug other/51467] Stack Smashing Protector: Canary is destroyed in RAX partially only on x86_64

2011-12-08 Thread ogm256-forum at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51467 --- Comment #2 from Oliver Mueller ogm256-forum at yahoo dot de 2011-12-08 16:04:17 UTC --- Oh yes! It's the promoted to 64 bit thing. I forgot. Sorry.

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

2011-12-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51446 --- Comment #8 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-12-08 16:06:43 UTC --- Does IEEE say anything about the sign of the qnan? From Draft 1.2.5 DRAFT Standard for Floating-Point Arithmetic P754 October 4, 2006 at

[Bug c++/51468] New: cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread dwight at wwwalker dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 Bug #: 51468 Summary: cannot find -ldl and collect 2 ld returned 1 exit status Classification: Unclassified Product: gcc Version: 4.4.3 Status: UNCONFIRMED

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug rtl-optimization/51374] [avr] insn combine reorders volatile memory accesses

2011-12-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51374 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Known to work|4.7.0 | Known to

[Bug debug/51262] [4.7 Regression] ICE: SIGSEGV in primary_template_instantiation_p (pt.c:2874) with -flto -g

2011-12-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51262 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||dodji at gcc

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

2011-12-08 Thread lucier at math dot purdue.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51446 --- Comment #9 from lucier at math dot purdue.edu 2011-12-08 17:05:43 UTC --- Table 4.7 of the AMD64 Architecture Programmer’s Manual Volume 1: Application Programming has a footnote 3 that says 3. The floating-point indefinite value is a QNaN

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread dwight at wwwalker dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 --- Comment #2 from Dwight Walker dwight at wwwalker dot com.au 2011-12-08 17:07:52 UTC --- QtSDK 1.1.4 built GCC (Mingw) Windows 7 Home Premium C:\Users\Dwight\Downloads\nokia\ZXing-1.7\zxing\cppc:\python27\python scons\sco ns.py scons: Reading

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-08 17:23:24 UTC --- (In reply to comment #2) I think the dl library is not in the path. I cannot set the path for the gcc so that is why the library is not found and the

[Bug tree-optimization/51117] [4.7 regression] rev.181172 causes glibc build failure

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51117 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|ASSIGNED

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread dwight at wwwalker dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 --- Comment #4 from Dwight Walker dwight at wwwalker dot com.au 2011-12-08 17:40:16 UTC --- C:\Users\Dwightgcc -v Using built-in specs. Target: i686-w64-mingw32 Configured with: ../gcc44-svn/configure --target=i686-w64-mingw32 --host=i686-w6

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread dwight at wwwalker dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 --- Comment #6 from Dwight Walker dwight at wwwalker dot com.au 2011-12-08 18:18:54 UTC --- http://code.google.com/p/dlfcn-win32/ I can't get it to work with mingw: gcc -ldlfcn - not found Libraries on Mingw are in about 10 different folders.

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 --- Comment #7 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-08 18:24:36 UTC --- (In reply to comment #6) I can't get it to work with mingw: Bugzilla is for bugs, I can't get it to work is not a bug. Please find a more suitable forum for

[Bug c++/51459] [4.7 Regression] 'double free or corruption' involving std::function and lambdas

2011-12-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51459 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

2011-12-08 Thread lucier at math dot purdue.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51446 --- Comment #10 from lucier at math dot purdue.edu 2011-12-08 18:32:56 UTC --- Near the end of section 5.3.2 of Book E: Enhanced PowerPC Architecture Version 1.0 May 7, 2002 it says Any instruction that generates a QNaN as the result of a

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread dwight at wwwalker dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 --- Comment #8 from Dwight Walker dwight at wwwalker dot com.au 2011-12-08 18:35:46 UTC --- I guess your system does not work in Windows very well. It is a bug as the libraries are not installing properly but I can't give you exact reason.

[Bug fortran/51310] -finit-bla doesn't initialize *all* items of type bla to the requested constant.

2011-12-08 Thread toon at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51310 --- Comment #4 from toon at gcc dot gnu.org 2011-12-08 18:38:39 UTC --- Author: toon Date: Thu Dec 8 18:38:32 2011 New Revision: 182127 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182127 Log: 2011-12-08 Toon Moene t...@moene.org

[Bug middle-end/51460] [4.6/4.7 Regression] Struct with two boost mutexes allocated on the heap inside of a while loop causes compiler segfault

2011-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51460 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #6 from gee jojelino at gmail dot com 2011-12-08 18:45:46 UTC --- Created attachment 26026 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26026 generated zip file

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status

2011-12-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-08 18:46:13 UTC --- The libraries you're trying to use are nothing to do with GCC, talk to the MinGW people, or to the person who wrote that dlfcn wrapper - it's nothing to do

[Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #7 from gee jojelino at gmail dot com 2011-12-08 18:47:29 UTC --- Created attachment 26027 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26027 generated tree from gnu.zip /tmp/gcc/host-i686-pc-cygwin/gcc/jc1.exe

[Bug libgcj/50053] [4.7 regression] SIGSEGV in natClass.cc:651

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #8 from gee jojelino at gmail dot com 2011-12-08 18:49:10 UTC --- Created attachment 26028 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26028 generated rtl from gnu.zip /tmp/gcc/host-i686-pc-cygwin/gcc/jc1.exe -fno-shrink-wrap

[Bug fortran/51448] [4.6/4.7 Regression] Compiler crash when assigning floating point values of different kinds

2011-12-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51448 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-08 18:51:33 UTC --- Author: burnus Date: Thu Dec 8 18:51:28 2011 New Revision: 182131 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182131 Log: 2011-12-08 Tobias Burnus

[Bug libfortran/51407] Use of BOZ edit descriptors to edit real and complex data and F2008

2011-12-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51407 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-08 18:54:31 UTC --- Author: burnus Date: Thu Dec 8 18:54:27 2011 New Revision: 182132 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182132 Log: 2011-12-08 Tobias Burnus

[Bug middle-end/39825] sigsegv compiling ffmpeg svn

2011-12-08 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39825 Sean McGovern gseanmcg at gmail dot com changed: What|Removed |Added CC||gseanmcg at

[Bug fortran/51378] [OOP] Structure constructor wrongly rejects parent components if only child has PRIVATE comps

2011-12-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51378 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-08 18:57:01 UTC --- Author: burnus Date: Thu Dec 8 18:56:58 2011 New Revision: 182133 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182133 Log: 2011-12-08 Tobias Burnus

[Bug rtl-optimization/51469] New: attr-ifunc-* tests fail on PowerPC if --enable-gnu-indirect-function is used

2011-12-08 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51469 Bug #: 51469 Summary: attr-ifunc-* tests fail on PowerPC if --enable-gnu-indirect-function is used Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug c++/41518] copy initialization of volatile objects

2011-12-08 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41518 Sean McGovern gseanmcg at gmail dot com changed: What|Removed |Added CC||gseanmcg at

[Bug middle-end/51446] -fno-trapping-math generates NaN constant with different sign

2011-12-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51446 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/50815] ICE on allocation of deferred length character scalar dummy argument when -fbounds-check

2011-12-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50815 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-08 19:01:00 UTC --- Author: burnus Date: Thu Dec 8 19:00:55 2011 New Revision: 182134 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182134 Log: 2011-12-08 Tobias Burnus

[Bug target/29189] Error during CPP build of Mozilla

2011-12-08 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29189 Sean McGovern gseanmcg at gmail dot com changed: What|Removed |Added CC||gseanmcg at

[Bug libgcj/50053] [4.7 regression] jc1 doesn't emit static initializer or initializer code for super class without -findirect-dispatch.

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 gee jojelino at gmail dot com changed: What|Removed |Added Summary|[4.7 regression] SIGSEGV in |[4.7 regression] jc1

[Bug libgcj/50053] [4.7 regression] jc1 doesn't emit static initializer or initializer code for super class without -findirect-dispatch.

2011-12-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50053 --- Comment #10 from gee jojelino at gmail dot com 2011-12-08 19:15:47 UTC --- (In reply to comment #9) whereas with -findirect-dispatch, initializer code isn't omitted. ;; Function () (_ZN3gnu3gcj7convert10Input_UTF8C1Ev, funcdef_no=47,

  1   2   >