[Bug target/36627] New: X86: wrong mode in subqi_2

2008-06-24 Thread Erwin dot Unruh at fujitsu-siemens dot com
: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Erwin dot Unruh at fujitsu-siemens dot com GCC build triplet: x86_64-unknown-linux-gnu

[Bug target/31100] New: ASM_OUTPUT_ALIGN_WITH_NOP wrong on sparc/gas

2007-03-09 Thread Erwin dot Unruh at fujitsu-siemens dot com
: unassigned at gcc dot gnu dot org ReportedBy: Erwin dot Unruh at fujitsu-siemens dot com GCC build triplet: sparc-sun-solaris2.8 GCC host triplet: sparc-sun-solaris2.8 GCC target triplet: sparc-sun-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31100

[Bug rtl-optimization/29864] New: Folding conversion unsigned long long to float

2006-11-16 Thread Erwin dot Unruh at fujitsu-siemens dot com
: unassigned at gcc dot gnu dot org ReportedBy: Erwin dot Unruh at fujitsu-siemens dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29864

[Bug other/28023] New: documentation error max-inline-recursive-depth

2006-06-14 Thread Erwin dot Unruh at fujitsu-siemens dot com
Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Erwin dot Unruh at fujitsu-siemens dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28023

[Bug tree-optimization/27743] New: Wrong code for ((unsigned) ((a) >> 2)) >> 15

2006-05-23 Thread Erwin dot Unruh at fujitsu-siemens dot com
Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Erwin dot Unruh at fujitsu-siemens dot com GCC target triplet: sparc-sun-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27743

[Bug rtl-optimization/23650] Scheduler does not handle zero_extract correctly

2005-09-20 Thread Erwin dot Unruh at fujitsu-siemens dot com
--- Additional Comments From Erwin dot Unruh at fujitsu-siemens dot com 2005-09-20 07:22 --- Created an attachment (id=9780) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9780&action=view) complete testcase (corrected) My first try on the testcase depends on the endianess

[Bug rtl-optimization/23650] Scheduler does not handle zero_extract correctly

2005-09-19 Thread Erwin dot Unruh at fujitsu-siemens dot com
--- Additional Comments From Erwin dot Unruh at fujitsu-siemens dot com 2005-09-19 12:25 --- Created an attachment (id=9773) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9773&action=view) testcase supplement Here is some additional coding, which calls the function given

[Bug rtl-optimization/23650] Scheduler does not handle zero_extract correctly

2005-09-02 Thread Erwin dot Unruh at fujitsu-siemens dot com
--- Additional Comments From Erwin dot Unruh at fujitsu-siemens dot com 2005-09-02 09:08 --- The zero_extract is generated by the combiner pass (x.c.17.combine). Note that the official documentation of zero_extract requires a mem:QI (see http://gcc.gnu.org/onlinedocs/gccint

[Bug rtl-optimization/23650] Scheduler does not handle zero_extract correctly

2005-08-31 Thread Erwin dot Unruh at fujitsu-siemens dot com
--- Additional Comments From Erwin dot Unruh at fujitsu-siemens dot com 2005-08-31 12:51 --- With option -fno-strict-aliasing the generated code is still incorrect. -- What|Removed |Added

[Bug rtl-optimization/23650] New: Scheduler does not handle zero_extract correctly

2005-08-31 Thread Erwin dot Unruh at fujitsu-siemens dot com
- sizeof (Char2)) )) ) ); } } return(var11); } -- Summary: Scheduler does not handle zero_extract correctly Product: gcc Version: 3.3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: rtl-optimization