[Bug target/49600] Bad SSE2 int->float split in i386.md

2011-06-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49600 H.J. Lu changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p |

[Bug libffi/49594] bootstrap failure in libffi:darwin_closure for powerpc-darwin8

2011-06-30 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49594 David Fang changed: What|Removed |Added CC||howarth at nitro dot |

[Bug target/48385] x86-64: Tail call recursion optimization with -mcmodel=large can generate invalid assembly (immediate operand illegal with absolute jump)

2011-06-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48385 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/48385] x86-64: Tail call recursion optimization with -mcmodel=large can generate invalid assembly (immediate operand illegal with absolute jump)

2011-06-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48385 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from H.J. Lu 2011-06-30 23:

[Bug target/48385] x86-64: Tail call recursion optimization with -mcmodel=large can generate invalid assembly (immediate operand illegal with absolute jump)

2011-06-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48385 --- Comment #5 from H.J. Lu 2011-06-30 23:11:09 UTC --- [hjl@gnu-33 delta]$ cat testcase.c typedef unsigned char uint8_t; typedef unsigned long int uint64_t; typedef uint64_t size_t; typedef uint64_t uintptr_t; typedef uint8_t bool; typed

[Bug tree-optimization/49601] New: ICE at ipa-inline-analysis.c:1188

2011-06-30 Thread anton at samba dot org
: unassig...@gcc.gnu.org ReportedBy: an...@samba.org Target: powerpc64-linux-gnu-gnu A recent powerpc64-linux build of gcc: gcc version 4.7.0 20110630 (experimental) (GCC) gets an ICE with the following testcase (originally from a kernel compile): static inline __attribute__

[Bug tree-optimization/49602] New: verify_ssa failed (definition does not dominate use) with "-O2 -g"

2011-06-30 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49602 Summary: verify_ssa failed (definition does not dominate use) with "-O2 -g" Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/49355] new T({""}) crashes G++ when struct T { std::string foobar };

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49355 --- Comment #3 from Jason Merrill 2011-07-01 00:03:39 UTC --- Author: jason Date: Fri Jul 1 00:03:34 2011 New Revision: 175736 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175736 Log: PR c++/49355 * tree.c (stabilize_init): Han

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

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49569 --- Comment #2 from Jason Merrill 2011-07-01 00:04:02 UTC --- Author: jason Date: Fri Jul 1 00:03:58 2011 New Revision: 175738 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175738 Log: PR c++/49569 * method.c (implicitly_declare

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

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49569 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/49355] new T({""}) crashes G++ when struct T { std::string foobar };

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49355 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/49603] New: [4.7 Regression] 177.mesa in SPEC CPU 2000 failed to build

2011-06-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49603 Summary: [4.7 Regression] 177.mesa in SPEC CPU 2000 failed to build Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/49387] t.cxx:140: error: too many initializers for ‘const __class_type_info_pseudo’

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49387 --- Comment #7 from Jason Merrill 2011-07-01 00:53:14 UTC --- Author: jason Date: Fri Jul 1 00:53:10 2011 New Revision: 175743 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175743 Log: PR c++/49387 * rtti.c (get_pseudo_ti_index)

[Bug c++/49387] t.cxx:140: error: too many initializers for ‘const __class_type_info_pseudo’

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49387 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/49118] Endless operator-> chain causes infinite loop

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49118 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/49603] [4.7 Regression] 177.mesa in SPEC CPU 2000 failed to build

2011-06-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49603 H.J. Lu changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Milestone|-

[Bug middle-end/49603] [4.7 Regression] 177.mesa in SPEC CPU 2000 failed to build

2011-06-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49603 --- Comment #2 from H.J. Lu 2011-07-01 02:50:25 UTC --- [hjl@gnu-34 delta]$ cat testcase.c struct gl_visual { float AlphaScale; }; struct gl_context { struct gl_visual *Visual; }; void quickdraw_rgb( struct gl_context * ctx, int w

[Bug target/48385] x86-64: Tail call recursion optimization with -mcmodel=large can generate invalid assembly (immediate operand illegal with absolute jump)

2011-06-30 Thread martin at decky dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48385 --- Comment #6 from Martin Decky 2011-07-01 02:53:18 UTC --- Created attachment 24650 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24650 Short test case Thanks, H.J. Lu, for providing the short test case. I have just added three extern de

[Bug target/48385] x86-64: Tail call recursion optimization with -mcmodel=large can generate invalid assembly (immediate operand illegal with absolute jump)

2011-06-30 Thread martin at decky dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48385 Martin Decky changed: What|Removed |Added Attachment #23836|0 |1 is obsolete|

[Bug c++/49085] Crash with SIGSEGV during compilation.

2011-06-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49085 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/49604] New: forward-declared enum in class scope is private in context of constexpr

2011-06-30 Thread b.r.longbons at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49604 Summary: forward-declared enum in class scope is private in context of constexpr Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/49604] forward-declared enum's elements in class scope gets default access (class vs struct)

2011-06-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49604 Andrew Pinski changed: What|Removed |Added Summary|forward-declared enum in|forward-declared enum's

[Bug middle-end/49603] [4.7 Regression] 177.mesa in SPEC CPU 2000 failed to build

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

[Bug middle-end/49603] [4.7 Regression] 177.mesa in SPEC CPU 2000 failed to build

2011-06-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49603 --- Comment #3 from Richard Guenther 2011-07-01 06:56:21 UTC --- Author: rguenth Date: Fri Jul 1 06:56:18 2011 New Revision: 175746 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175746 Log: 2011-07-01 Richard Guenther PR tree-op

[Bug middle-end/49603] [4.7 Regression] 177.mesa in SPEC CPU 2000 failed to build

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

<    1   2