--- Comment #11 from pinskia at gcc dot gnu dot org 2005-11-16 21:32
---
And for the realy record this was fixed by the patch which fixed PR 24003 also.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #10 from steven at gcc dot gnu dot org 2005-11-04 22:56 ---
For the record, Jakub has apparently dropped this bug from his list to put this
bug back into unassigned state.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
CC||hubicka at gcc dot gnu dot
|
--- Comment #9 from steven at gcc dot gnu dot org 2005-11-03 21:00 ---
Jakub, ping!
What's up with this one?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-10-31 05:41
---
Yup, this is a showstoppper.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775
--- Comment #7 from pluto at agmk dot net 2005-10-17 19:01 ---
both testcases works for me 4.1.0-20051005.
i have applied patches for: PR7776, PR20297, PR22533, PR23948, PR19505,
PR20606/PR24069.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-16 21:51 ---
Any news on getting this fixed?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |critical
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-09 17:43
---
The difference between 4.0 and HEAD is the expr.c hunk of
http://gcc.gnu.org/ml/gcc-patches/2005-07/msg02021.html
If Paolo's reversion of that:
http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00589.html
makes it
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org |
Status|NEW
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-08
12:46 ---
And here is a C testcase:
double cos(double);
void abort(void);
double x_from_z(double pitch, double stereo); // __attribute__((const));
double x_from_z(double pitch, double stereo)
{
return 1.0/cos(stere
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-08
09:08 ---
Reduced testcase:
extern "C" double cos(double);
extern "C" void abort(void);
double x_from_z(double pitch=0, double stereo=0); // __attribute__((const));
double x_from_z(double pitch, double stereo)
{
r
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-08
05:52 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
14 matches
Mail list logo