[Bug c/78868] When one variadic function calls another one, the parameters are reversed, if va_arg is used directly in function call.

2016-12-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78868 --- Comment #2 from Andrew Pinski --- Note C++17 does specify this more now IIRC.

[Bug c/78868] When one variadic function calls another one, the parameters are reversed, if va_arg is used directly in function call.

2016-12-19 Thread vlad at cloudflare dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78868 --- Comment #3 from Vlad Krasnov --- I though that since va_arg is defined as a macro, it should be evaluated in order.

[Bug c/78868] When one variadic function calls another one, the parameters are reversed, if va_arg is used directly in function call.

2016-12-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78868 --- Comment #4 from Andrew Pinski --- It is the call to printf and the order of evaluation of its arguments. That is take: F (g (), h ()); g or h could be called first. The same thing is true here.

[Bug target/78516] [7 Regression] ICE in lra_assign for e500v2

2016-12-19 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78516 --- Comment #15 from Vladimir Makarov --- (In reply to Peter Bergner from comment #13) > (In reply to Vladimir Makarov from comment #11) > > Created attachment 40372 [details] > > The proposed patch > > Agreed your additions to my change looks g

[Bug target/78516] [7 Regression] ICE in lra_assign for e500v2

2016-12-19 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78516 --- Comment #16 from Peter Bergner --- (In reply to Vladimir Makarov from comment #15) > Sorry, I applied your changes manually and did a typo. The line > > SET_SRC (curr_insn_set) = new_reg; > > should be removed. > > I tested this patch wit

[Bug translation/78745] Truncated messages in po file

2016-12-19 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78745 --- Comment #3 from Frederic Marchal --- One more truncated entry in gcc/config/aarch64/aarch64.opt at line 154.

[Bug fortran/78867] [7 Regression] GFortran function returning string ICE with -flto

2016-12-19 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78867 --- Comment #2 from Janne Blomqvist --- (In reply to Dominique d'Humieres from comment #1) > This seems to be a regression between revisions r243624 (2016-12-13, > compiles) and r243765 (2016-12-16, ICE with -m32 or -m64). Thanks for quickly nar

<    1   2