[Bug middle-end/44554] Stack space after sigsetjmp is reused

2011-01-28 Thread christian.eggers at kathrein dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44554 Christian Eggers changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/65932] New: [5.1 Regression] Linux-3.10.75 on arm926ej-s does not boot due to wrong code generation

2015-04-29 Thread christian.eggers at kathrein dot de
Severity: critical Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: christian.eggers at kathrein dot de Target Milestone: --- Created attachment 35424 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35424&acti

[Bug rtl-optimization/65932] [5 Regression] Linux-3.10.75 on arm926ej-s does not boot due to wrong code generation

2015-05-05 Thread christian.eggers at kathrein dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932 --- Comment #5 from Christian Eggers --- (In reply to Richard Earnshaw from comment #2) > code built with > -fno-ipa-sra appears to be ok on a visual inspection. linux-3.10.25 boots fine if globally compiled with additional -fno-ipa-sra The aff

[Bug rtl-optimization/65932] [5 Regression] Linux-3.10.75 on arm926ej-s does not boot due to wrong code generation

2015-06-16 Thread christian.eggers at kathrein dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932 --- Comment #15 from Christian Eggers --- (In reply to Jim Wilson from comment #14) > Created attachment 35775 [details] > A possibly better patch, to modify ARM port to stop changing signed HI/QI to > unsigned. > > This would require performanc

[Bug middle-end/44554] Stack space after sigsetjmp is reused

2010-09-28 Thread christian.eggers at kathrein dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44554 --- Comment #15 from Christian Eggers 2010-09-28 11:01:05 UTC --- (In reply to comment #14) > Created attachment 21901 [details] > A patch that should fix it > > Please verify whether this fixes it. Hasn't it already been fixed in comment #11?