[Bug c++/41533] New: ASM_PREFERRED_EH_DATA_FORMAT macros is not implemented for ARM

2009-10-01 Thread kirill at shutemov dot name
shutemov dot name GCC build triplet: arm-none-linux-gnueabi GCC host triplet: arm-none-linux-gnueabi GCC target triplet: arm-none-linux-gnueabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41533

[Bug c++/41533] ASM_PREFERRED_EH_DATA_FORMAT macros is not implemented for ARM

2009-10-01 Thread kirill at shutemov dot name
--- Comment #1 from kirill at shutemov dot name 2009-10-01 08:02 --- Created an attachment (id=18686) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18686&action=view) Implement ASM_PREFERRED_EH_DATA_FORMAT macros for ARM This macro chooses the encoding of pointers embedded

[Bug c++/41533] ASM_PREFERRED_EH_DATA_FORMAT macros is not implemented for ARM

2009-10-01 Thread kirill at shutemov dot name
--- Comment #5 from kirill at shutemov dot name 2009-10-01 10:07 --- Ok. If .eh_frame should not be generated on ARM, we should to modify dwarf2out_do_cfi_asm() to always return false on ARM. Right? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41533

[Bug c++/41533] ASM_PREFERRED_EH_DATA_FORMAT macros is not implemented for ARM

2009-10-01 Thread kirill at shutemov dot name
--- Comment #7 from kirill at shutemov dot name 2009-10-01 11:08 --- Looks ok for me. I'll test it, but it takes some time. I'll report results tomorrow. This patch also fixes #40521, I guess. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41533

[Bug c++/41533] ASM_PREFERRED_EH_DATA_FORMAT macros is not implemented for ARM

2009-10-02 Thread kirill at shutemov dot name
--- Comment #8 from kirill at shutemov dot name 2009-10-02 07:34 --- (In reply to comment #6) > (In reply to comment #5) > > Ok. If .eh_frame should not be generated on ARM, we should to modify > > dwarf2out_do_cfi_asm() to always return false on ARM. Right? > > &g

[Bug c++/41533] ASM_PREFERRED_EH_DATA_FORMAT macros is not implemented for ARM

2009-10-02 Thread kirill at shutemov dot name
--- Comment #10 from kirill at shutemov dot name 2009-10-02 09:06 --- (In reply to comment #9) > (In reply to comment #8) > > Are you testing the correct compiler ? Yes. > After building my 4.4 tree (though a > cross compiler ) I see the code generated as below.

[Bug c++/41533] ASM_PREFERRED_EH_DATA_FORMAT macros is not implemented for ARM

2009-10-05 Thread kirill at shutemov dot name
--- Comment #12 from kirill at shutemov dot name 2009-10-05 19:34 --- Yes, it works. Thanks. -- kirill at shutemov dot name changed: What|Removed |Added

[Bug c/41797] New: Segmentation fault on compiling using pre-compiled headers

2009-10-22 Thread kirill at shutemov dot name
ty: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kirill at shutemov dot name GCC build triplet: arm-alt-linux-gnueabi GCC host triplet: arm-alt-linux-gnueabi GCC target triplet: arm-alt-linux-gnueabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41797

[Bug c/41797] Segmentation fault on compiling using pre-compiled headers

2009-10-22 Thread kirill at shutemov dot name
--- Comment #1 from kirill at shutemov dot name 2009-10-22 15:13 --- Created an attachment (id=18866) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18866&action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41797

[Bug c/41797] Segmentation fault on compiling using pre-compiled headers

2009-10-22 Thread kirill at shutemov dot name
--- Comment #3 from kirill at shutemov dot name 2009-10-22 16:34 --- (In reply to comment #2) > Works with 4.3 and 4.5 > Did you reproduce it on 4.4? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41797

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-26 Thread kirill at shutemov dot name
--- Comment #12 from kirill at shutemov dot name 2009-10-26 11:06 --- (In reply to comment #11) > Did it fix your binutils testsuite failures ? Yes, it did. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41684

[Bug c/50171] New: False positive -Wuninitialized warning

2011-08-23 Thread kirill at shutemov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50171 Bug #: 50171 Summary: False positive -Wuninitialized warning Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P

[Bug c/50171] False positive -Wuninitialized warning

2011-08-24 Thread kirill at shutemov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50171 --- Comment #3 from Kirill A. Shutemov 2011-08-24 10:57:30 UTC --- Sorry, I've made mistake trying to simplify the test case. Is it still correct to generate warning for the code below? int error(void); int baz(char **, const char *); int quux(

[Bug c/50486] New: No warning at signed -> unsigned casting

2011-09-22 Thread kirill at shutemov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50486 Bug #: 50486 Summary: No warning at signed -> unsigned casting Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority:

[Bug preprocessor/51303] New: -Wmissing-include-dirs warnings reported as [enabled by default]

2011-11-25 Thread kirill at shutemov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51303 Bug #: 51303 Summary: -Wmissing-include-dirs warnings reported as [enabled by default] Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug c/60937] New: -Os -fprofile-arcs breaks __attribute__((error()))

2014-04-23 Thread kirill at shutemov dot name
: c Assignee: unassigned at gcc dot gnu.org Reporter: kirill at shutemov dot name Created attachment 32660 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32660&action=edit Reduced test case Use of -Os and -fprofile-arcs break __attribute__((error())) behavior on a

[Bug debug/45447] ICE with `-g -femit-struct-debug-baseonly'

2010-11-04 Thread kirill at shutemov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45447 Kirill A. Shutemov changed: What|Removed |Added CC||kirill at shutemov dot name

[Bug c++/46364] New: basic_string.h:541:32: internal compiler error: Segmentation fault

2010-11-08 Thread kirill at shutemov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46364 Summary: basic_string.h:541:32: internal compiler error: Segmentation fault Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3