[Bug pending/25118] PPC/-O2 bug causes segfault, -O1 works fine

2005-11-27 Thread amodra at bigpond dot net dot au
--- Comment #4 from amodra at bigpond dot net dot au 2005-11-28 05:10 --- I could not reproduce this using 4.0.3 20051120. I suspect a header/library mismatch or somesuch. Why are you using -lrtgcc? Normally, you would use -lrt on a powerpc-linux system. -- amodra at bigpond dot

[Bug java/17352] Uninitialized char variable causes erratic behavior

2005-11-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17352

[Bug c++/23278] SJLJ-exceptions broken

2005-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-11-28 05:17 --- I should note that libunwind has at least a way to dynamicly add unwinding info. I don't know if libgcc has this ability, maybe it should be added. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23278

[Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others

2005-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-11-28 05:18 --- No feedback in over two years now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/23159] internal compiler error: in change_address_1, at emit-rtl.c:2022

2005-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-28 05:20 --- No feedback in over 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/16185] ICE: in spill_failure, at reload1.c:1892, global registers and long long

2005-11-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2005-01-11 16:18:25 |2005-11-28 05:21:

[Bug c++/20201] requesting -Wfatal-errors=n

2005-11-27 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2005-11-28 05:22 --- One problem with this proposal is that sometimes the user just wants one actual error (the C++ error messages are multiline, but are still one message) and it is difficult to estimate what a good value of is to ensure t

[Bug middle-end/24563] getting internal error

2005-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-28 05:26 --- *** This bug has been marked as a duplicate of 24466 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/24466] uprgading of gcc

2005-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-28 05:26 --- *** Bug 24563 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24466

[Bug target/25127] internal compiler error: in rs6000_emit_prologue, at config/rs6000/rs6000.c:14039

2005-11-27 Thread schnetter at aei dot mpg dot de
--- Comment #5 from schnetter at aei dot mpg dot de 2005-11-28 06:13 --- Created an attachment (id=10351) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10351&action=view) Failing preprocessed source code (gzipped) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25127

[Bug libfortran/25116] namelist read from non-opened file

2005-11-27 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2005-11-28 07:08 --- No, it's in fact easier than that. We shouldn't come into us_read for this file, which is formatted! Probably a bad default flag is set. -- fxcoudert at gcc dot gnu dot org changed: What|Remove

[Bug ada/25117] GNAT Bug Box, GCC error, verify_ssa failed

2005-11-27 Thread charlet at gcc dot gnu dot org
--- Comment #4 from charlet at gcc dot gnu dot org 2005-11-28 07:11 --- <> No, the compiler is giving you a list of source files, so you should only include those source files, and verify that the bug can indeed be reproduced with these sources only (some additional source files may sti

[Bug tree-optimization/20219] Missed optimisation sin / tan --> cos

2005-11-27 Thread uros at kss-loka dot si
--- Comment #3 from uros at kss-loka dot si 2005-11-28 07:20 --- Reopened to ... -- uros at kss-loka dot si changed: What|Removed |Added Status|RESOLVED

[Bug regression/25133] New: gcc-3.4 wrong code for conditionals on arm

2005-11-27 Thread mikpe at csd dot uu dot se
/* * gcc-3.4 -O2 miscompiles this program on armv5b-unknown-linux: * a negative value for y is passed to I_lshift(), but I_lshift() * behaves as though y is non-negative (chooses the wrong branch * of the second if-statement). * * The original code comes from the bignum support code in the *

[Bug tree-optimization/20219] Missed optimisation sin / tan --> cos

2005-11-27 Thread uros at gcc dot gnu dot org
--- Comment #4 from uros at gcc dot gnu dot org 2005-11-28 07:29 --- Subject: Bug 20219 Author: uros Date: Mon Nov 28 07:29:43 2005 New Revision: 107597 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107597 Log: PR middle-end/20219 * fold-const.c (fold binary) :

[Bug middle-end/20219] Missed optimisation sin / tan --> cos

2005-11-27 Thread uros at kss-loka dot si
--- Comment #5 from uros at kss-loka dot si 2005-11-28 07:32 --- ... close as FIXED. -- uros at kss-loka dot si changed: What|Removed |Added Status|REOPENED

<    1   2