[Bug middle-end/86505] [6/7 Regression] __builtin_va_arg_pack_len() computes the number of arguments wrongly

2018-10-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86505 --- Comment #11 from Richard Biener --- Author: rguenth Date: Fri Oct 12 13:41:56 2018 New Revision: 265100 URL: https://gcc.gnu.org/viewcvs?rev=265100=gcc=rev Log: 2018-10-12 Richard Biener Backport from mainline 2018-08-23

[Bug middle-end/86505] [6/7 Regression] __builtin_va_arg_pack_len() computes the number of arguments wrongly

2018-09-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86505 --- Comment #10 from Richard Biener --- (In reply to rpirrera from comment #9) > The patch cannot be applied to the compiler we are using (GCC 5), we get a > function not defined error. > Is it possible to have a patch for GCC 5 too? > > Thank

[Bug middle-end/86505] [6/7 Regression] __builtin_va_arg_pack_len() computes the number of arguments wrongly

2018-09-04 Thread rpirrera at aitek dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86505 --- Comment #9 from rpirrera at aitek dot it --- The patch cannot be applied to the compiler we are using (GCC 5), we get a function not defined error. Is it possible to have a patch for GCC 5 too? Thank you.