[Bug target/14557] va_list is automatically taken address-of when passed as argument

2018-11-02 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14557 --- Comment #23 from nsz at gcc dot gnu.org --- (In reply to felix from comment #21) > > va_list ap2; > > va_copy(ap2, ap); > > > and then use &ap2, this always works. > > > the proposed macros are both broken and unnecessary. > > That's not eq

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2018-11-01 Thread postmas...@flash-gordon-me-uk.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14557 --- Comment #22 from postmas...@flash-gordon-me-uk.bounceio.net --- Your email was bounced... - ... because something went wrong between you and your recipient. Oh no! What to do next?

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2018-11-01 Thread felix.von.s at posteo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14557 --- Comment #21 from felix --- > va_list ap2; > va_copy(ap2, ap); > and then use &ap2, this always works. > the proposed macros are both broken and unnecessary. That's not equivalent. Using va_arg(ap2, T) does not propagate state changes back

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2018-01-25 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14557 nsz at gcc dot gnu.org changed: What|Removed |Added CC||nsz at gcc dot gnu.org --- Comme

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2017-09-10 Thread felix.von.s at posteo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14557 felix changed: What|Removed |Added CC||felix.von.s at posteo dot de --- Comment #19 fro

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2006-05-10 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2006-05-10 15:46 --- *** Bug 27534 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2006-02-14 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-02-15 03:26 --- *** Bug 26294 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2005-12-07 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-12-07 17:12 --- *** Bug 8262 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/14557] va_list is automatically taken address-of when passed as argument

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 17:07 --- *** Bug 20951 has been marked as a duplicate of this bug. *** -- What|Removed |Added