[Bug bootstrap/34110] gcc fails to build on i686

2007-11-16 Thread us15 at os dot inf dot tu-dresden dot de
--- Comment #4 from us15 at os dot inf dot tu-dresden dot de 2007-11-16 18:58 --- The workaround fixes my build problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34110

[Bug bootstrap/34110] New: gcc fails to build on i686

2007-11-15 Thread us15 at os dot inf dot tu-dresden dot de
at os dot inf dot tu-dresden dot de GCC build triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34110

[Bug c++/33349] New: Redundant zero-extension of registers

2007-09-07 Thread us15 at os dot inf dot tu-dresden dot de
ssigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf dot tu-dresden dot de GCC host triplet: 686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33349

[Bug c/33083] New: noreturn function should be invoked via JMP

2007-08-15 Thread us15 at os dot inf dot tu-dresden dot de
UNCONFIRMED Severity: minor Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf dot tu-dresden dot de GCC build triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33083

[Bug inline-asm/32811] New: Cannot flag inline assembler code "noreturn"

2007-07-18 Thread us15 at os dot inf dot tu-dresden dot de
edTo: unassigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf dot tu-dresden dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32811

[Bug target/31768] Invalid code or ICE for %z constraint

2007-05-03 Thread us15 at os dot inf dot tu-dresden dot de
--- Comment #3 from us15 at os dot inf dot tu-dresden dot de 2007-05-03 16:22 --- Is there any chance of this problem being fixed in 4.1 and 4.2 as well? If so, should I open new bugs for those? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31768

[Bug inline-asm/31768] New: Invalid code or ICE for %z constraint

2007-04-30 Thread us15 at os dot inf dot tu-dresden dot de
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf dot tu-dresden dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31768

[Bug c++/31579] ICE when compiling attached code

2007-04-15 Thread us15 at os dot inf dot tu-dresden dot de
--- Comment #1 from us15 at os dot inf dot tu-dresden dot de 2007-04-15 17:23 --- Created an attachment (id=13368) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13368&action=view) preprocessed code that triggers ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31579

[Bug c++/31579] New: ICE when compiling attached code

2007-04-15 Thread us15 at os dot inf dot tu-dresden dot de
hed code Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf dot tu-dresden dot de GCC build triplet: i

[Bug c++/29016] ICE when compiling with -Os

2006-09-11 Thread us15 at os dot inf dot tu-dresden dot de
--- Comment #1 from us15 at os dot inf dot tu-dresden dot de 2006-09-11 11:23 --- Created an attachment (id=12224) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12224&action=view) Example testcase This code triggers the bug. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug c++/29016] New: ICE when compiling with -Os

2006-09-11 Thread us15 at os dot inf dot tu-dresden dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf dot tu-dresden dot de GCC build triplet: i486-slackware-linux GCC host triplet: i486-slackware-linux GCC target

[Bug c++/28991] New: Static constructor emitted instead of initialized variable

2006-09-08 Thread us15 at os dot inf dot tu-dresden dot de
inf dot tu-dresden dot de GCC build triplet: i486-slackware-linux GCC host triplet: i486-slackware-linux GCC target triplet: i486-slackware-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28991

[Bug c++/28633] New: CMOV accessing unmapped memory

2006-08-07 Thread us15 at os dot inf dot tu-dresden dot de
The following code fragment accesses a variable X (at fixed virtual address 0xc000) which is only guaranteed to be mapped in virtual memory if esp is within a specific 4K range (from 0xcfcf to 0xcfcf0fff). extern char _KERN_STACK; register mword __esp asm ("esp"); printf ("[%d]\n", (__esp

[Bug bootstrap/20462] Make bootstrap fails with "out of memory"

2005-07-06 Thread us15 at os dot inf dot tu-dresden dot de
--- Additional Comments From us15 at os dot inf dot tu-dresden dot de 2005-07-06 07:28 --- Problem disappears by using less conservative ulimit settings. Bug can be closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20462

[Bug bootstrap/20462] New: Make bootstrap fails with "out of memory"

2005-03-13 Thread us15 at os dot inf dot tu-dresden dot de
0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf dot tu-dresden dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i486-s

[Bug c++/20153] New: ICE when C++ template function contains anonymous union

2005-02-22 Thread us15 at os dot inf dot tu-dresden dot de
when C++ template function contains anonymous union Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: us15 at os dot inf