[Bug c/33193] slopiness in __real/__imag

2022-02-01 Thread sabre at nondot dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 --- Comment #11 from Chris Lattner --- Cool, thanks for tidying this up Andrew!

[Bug c/33193] slopiness in __real/__imag

2022-01-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 Status|ASSIGNED

[Bug c/33193] slopiness in __real/__imag

2022-01-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 --- Comment #9 from CVS Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:4003ecbcedca2c36de762a8171b90a7969edce82 commit r12-6192-g4003ecbcedca2c36de762a8171b90a7969edce82 Author: Andrew Pinski Date: Mon

[Bug c/33193] slopiness in __real/__imag

2022-01-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 Andrew Pinski changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug c/33193] slopiness in __real/__imag

2022-01-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug c/33193] slopiness in __real/__imag

2010-11-18 Thread sabre at nondot dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 Chris Lattner changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c/33193] slopiness in __real/__imag

2010-11-18 Thread froydnj at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 Nathan Froyd changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/33193] slopiness in __real/__imag

2010-11-18 Thread froydnj at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 --- Comment #4 from Nathan Froyd 2010-11-18 16:25:04 UTC --- Author: froydnj Date: Thu Nov 18 16:24:56 2010 New Revision: 166909 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166909 Log: gcc/ PR c/33193 * c-typeck.c (build_unary_

[Bug c/33193] slopiness in __real/__imag

2008-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-11-14 23:29 --- Here is a small example: struct a {float x, y; }; struct a f(struct a b) { return __real b; } int f1(int *b) { return __imag b - __real b; } (In reply to comment #1) > Further, http://gcc.gnu.org/onlinedocs/gc

[Bug c/33193] slopiness in __real/__imag

2007-08-26 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-08-26 14:57 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug c/33193] slopiness in __real/__imag

2007-08-25 Thread sabre at nondot dot org
--- Comment #1 from sabre at nondot dot org 2007-08-26 05:28 --- Further, http://gcc.gnu.org/onlinedocs/gcc/Complex.html#Complex does not document what arguments are accepted to __real and __imag at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193