https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
--- Comment #3 from Søren Holm ---
Yes - it sound much like what I want.
The diagnostics stuff in gcc7 seem a bit overkill when the real issue is just
the translation of "error" and "warning"
A commandline flag that forcesg gcc to call setenv("
Component: translation
Assignee: unassigned at gcc dot gnu.org
Reporter: sgh at sgh dot dk
Target Milestone: ---
All IDE's does not understand GCC unless is "speaks" english. Disabling is
using the environment is not a solution because the environment for cmake+ninja
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35649
Søren Holm changed:
What|Removed |Added
CC||sgh at sgh dot dk
--- Comment #11 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #15 from Søren Holm 2011-08-09 17:19:06 UTC ---
Sweet. Thanks Martin :)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #12 from Søren Holm 2011-08-09 07:37:30 UTC ---
Great. I asked because other bugfixes has been commited both places in a single
commit. :)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #10 from Søren Holm 2011-08-09 06:37:41 UTC ---
Sweet, but why is it not applied to gcc-4_6-branch ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #7 from Søren Holm 2011-08-04 08:00:14 UTC ---
It works on the target too. From my perspective your patch fixes this issue.
Thank you very much Martin.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #6 from Søren Holm 2011-08-03 21:00:06 UTC ---
As far as my isolated test-case goes the patch works. :D
I will report back after a test on the target tomorrow.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #4 from Søren Holm 2011-08-02 13:26:25 UTC ---
Adding -fno-ipa-sra makes gcc behave correct. Can it be fixed for 4.6.2 ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #2 from Søren Holm 2011-08-02 12:19:15 UTC ---
Martin, do you have an idea as to was is wrong ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094
--- Comment #15 from Søren Holm 2011-07-31 15:18:19 UTC ---
I have reported the bug as #49923
-fno-tree-sra does not help.
I have bisected it to commit trunk@164135
2010-09-10 Martin Jambor
PR tree-optimization/44972
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #1 from Søren Holm 2011-07-31 15:16:21 UTC ---
Created attachment 24878
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24878
Test that generates wrong aligned ldr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
Summary: __attirubte__((packed)) on ARM is sometimes dropped
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c
AssignedTo: una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094
--- Comment #13 from Søren Holm 2011-07-30 12:37:41 UTC ---
gcc 4.4.6 generates the following code with the "static" keyword
unsigned int aostk_font_strwidth(const struct aostk_font* font, const char*
str) {
0: e5d02004ldrbr2, [r
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094
--- Comment #12 from Søren Holm 2011-07-30 12:30:25 UTC ---
Oh... I just realized that the failing case does not fail because of the first
ldr-instruction. It fails becasue of something else. Maybe you guys have a
better eye for ARM-assembler to b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094
Søren Holm changed:
What|Removed |Added
CC||sgh at sgh dot dk
--- Comment #11 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094
--- Comment #10 from Søren Holm 2011-07-30 12:10:57 UTC ---
Created attachment 24869
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24869
Another testcase that fails. Even with current 4.6
With "static" on line 33 the code generated is wrong
--- Comment #11 from sgh at sgh dot dk 2009-02-12 21:58 ---
Since this is not marked to be fixes I assume is hasn't been fixed in 4.3.3.
Wat is wrong with Pauls patch since it hasn't been included ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16634
--- Comment #8 from sgh at sgh dot dk 2007-08-06 09:08 ---
also fails on 4.2.1
--
sgh at sgh dot dk changed:
What|Removed |Added
CC
19 matches
Mail list logo