https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193
--- Comment #11 from Chris Lattner ---
Cool, thanks for tidying this up Andrew!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.0
Status|ASSIGNED
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193
Andrew Pinski changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193
Chris Lattner changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193
Nathan Froyd changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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_
--- 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
--- 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|
--- 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
11 matches
Mail list logo