[Bug tree-optimization/63180] New: Inconsistent replacement of printf by puts

2014-09-04 Thread JuergenUrban at gmx dot de
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: JuergenUrban at gmx dot de printf(%s\n, (long) NULL) is not replaced by puts. printf(%s\n, NULL) is replaced by puts. The code generation should be consistent. The same problem happens when using valid pointers.

[Bug target/61983] New: 64 bit floating point instructions created for 32 bit FPU on MIPS r5900

2014-07-31 Thread JuergenUrban at gmx dot de
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: JuergenUrban at gmx dot de Created attachment 33221 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33221action=edit Test code When compiling the attached test code

[Bug c/58079] New: internal compiler error: in do_SUBST, at combine.c:711

2013-08-04 Thread JuergenUrban at gmx dot de
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: JuergenUrban at gmx dot de Created attachment 30608 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30608action=edit dvd_demux.i created from dvd_demux.c An internal compiler error in do_SUBST happens. The comment