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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86505
--- Comment #2 from rpirrera at aitek dot it ---
Any news on the fix?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80122
--- Comment #14 from rpirrera at aitek dot it ---
(In reply to Richard Biener from comment #13)
> Can you please open a new bugreport? Btw, your snippet doesn't compile
> because you miss ANSI_BOLD and friends, removing it and adding
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: rpirrera at aitek dot it
Target Milestone: ---
I have found another issue with __builtin_va_arg_pack_len() that happens when
the functions that uses __builtin_va_arg_pack() calls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80122
rpirrera at aitek dot it changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80122
--- Comment #8 from rpirrera at aitek dot it ---
OK we have applied the patch onto the 5.4.0 version of GCC and it is working
correctly.
Thank you for your support!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80122
--- Comment #6 from rpirrera at aitek dot it ---
How this work now?
We can expect a back port to versions 5.4 and 6.3 of this patch? Or this will
exist only in the future version 7.x?
Thank you!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80122
--- Comment #2 from rpirrera at aitek dot it ---
There is no work around for this bug?
Core parts of our code relied on __builtin_va_arg_pack() and
__builtin_va_arg_pack_len() to work and now all silently fails.
: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: rpirrera at aitek dot it
Target Milestone: ---
Created attachment 41007
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41007&action=edit
test __builtin_va_a