[Bug target/19144] miscompilation KDE 3.3.2

2004-12-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-24 18:52 --- So closing as invalid. thanks for looking into the bug. -- What|Removed |Added S

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-24 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 18:50 --- Ok, found the real problem. I was wrong. This is not a GCC bug. It is a KDE bug. On Solaris and IRIX, struct dirent does not contain space for the name of the file. Tru64 UNIX, HP-UX, and GNU/Linux d

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-24 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 17:34 --- Oops, "mailing" in comment #17 should be "mainline". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19144

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-24 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 17:18 --- Cannot test mailing because of an ICE while building qt-3.3.2 with -g. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19144

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-24 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 08:45 --- gcc-3.3.2 exhibits the same problem. Maybe I'm wrong? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19144

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-23 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 07:07 --- Created an attachment (id=7823) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7823&action=view) Pre-processed .s of kurlcompletion.ii with fix ("int i;" added) -- http://gcc.gnu.org/bugzil

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-23 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 07:06 --- Created an attachment (id=7822) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7822&action=view) Pre-processed source with fix (add "int i;") Note: If the 'int i;' is placed after the 'struct d

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-23 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 07:00 --- Created an attachment (id=7821) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7821&action=view) Original pre-processed .s file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19144

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-23 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 07:00 --- Created an attachment (id=7820) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7820&action=view) Original pre-processed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19144

[Bug target/19144] miscompilation KDE 3.3.2

2004-12-23 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-12-24 06:36 --- This PR is a bit confusing. Please attach the original preprocessed file and post the modification to the original *.s file that appears to fix the bug. -- What|Removed