[Bug c/47273] New: References to unaligned packed structure members not allowed

2011-01-12 Thread waldemarbancewicz at ruggedcom dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47273 Summary: References to unaligned packed structure members not allowed Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/47271] [4.6 Regression] if-conversion removes a test (if), the function generates invalid outputs

2011-01-12 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47271 Sebastian Pop spop at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/47274] New: [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306

2011-01-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47274 Summary: [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/47147] gcc 4.6 fails to compile on NetBSD

2011-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47147 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/46791] [4.6 Regression] GCC fails on for(struct { } f;;) ;, incorrectly treating it as a range-based for loop

2011-01-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46791 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/46688] [4.6 Regression] g++ requires a function declaration when it should not

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

[Bug libstdc++/47045] NetBSD: define changes in ctype.h

2011-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47045 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org 2011-01-13 00:02:48 UTC --- Author: redi Date: Thu Jan 13 00:02:41 2011 New Revision: 168732 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168732 Log: 2011-01-13 Jonathan Wakely

[Bug libstdc++/47045] NetBSD: define changes in ctype.h

2011-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47045 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/47147] gcc 4.6 fails to compile on NetBSD

2011-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47147 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||patch ---

[Bug bootstrap/47147] gcc 4.6 fails to compile on NetBSD

2011-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47147 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org 2011-01-13 00:28:20 UTC --- actually it's not every arch - most still use _ANSI_H_ it's just x86 and x86-64 that are different

[Bug bootstrap/47147] gcc 4.6 fails to compile on NetBSD

2011-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47147 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Attachment #22953|0 |1 is

[Bug c++/46903] [4.6 Regression][C++0x] ICE unexpected expression of kind template_id_expr

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

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

2011-01-12 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39077 --- Comment #20 from Jeffrey A. Law law at redhat dot com 2011-01-13 04:12:10 UTC --- http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00797.html Apparently I didn't format my subject line correctly...

[Bug target/47269] DSYMUTIL_SPEC doesn't handle -gtoggle

2011-01-12 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47269 --- Comment #1 from Jack Howarth howarth at nitro dot med.uc.edu 2011-01-13 05:23:00 UTC --- This seems impossible to implement without the addition of a logical AND to the spec language and the ability to place parentheses. We have two cases

[Bug fortran/47240] [F03] segfault with procedure pointer component

2011-01-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47240 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added CC||jvdelisle at

[Bug fortran/37829] Incorrect name mangling with iso_c_binding

2011-01-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37829 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added CC||jvdelisle at

[Bug libstdc++/47275] New: ofstream::put(255) results in bad stream when built with -fsigned-char on platforms that default to unsigned char

2011-01-12 Thread ceckak at frontier dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47275 Summary: ofstream::put(255) results in bad stream when built with -fsigned-char on platforms that default to unsigned char Product: gcc Version: unknown Status:

[Bug libstdc++/47275] ofstream::put(255) results in bad stream when built with -fsigned-char on platforms that default to unsigned char

2011-01-12 Thread ceckak at frontier dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47275 --- Comment #1 from ceckak at frontier dot com 2011-01-13 06:40:17 UTC --- Typo in the original description: fails at i=255 (not 256)

[Bug middle-end/46240] [4.6 Regression] ice in maybe_register_def

2011-01-12 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46240 --- Comment #6 from Alexandre Oliva aoliva at gcc dot gnu.org 2011-01-13 07:27:19 UTC --- Created attachment 22955 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22955 Patch that fixes the bug, testing with enable-build-with-cxx bootstrap-O3

<    1   2