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
--- 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
--- 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
--- 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
--- 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
--- 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.
--- 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
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
--- 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
--- 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
--- 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
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
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(
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:
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
: 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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45447
Kirill A. Shutemov changed:
What|Removed |Added
CC||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
18 matches
Mail list logo