https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69245

--- Comment #14 from chrbr at gcc dot gnu.org ---
Author: chrbr
Date: Wed Jan 27 13:03:45 2016
New Revision: 232872

URL: https://gcc.gnu.org/viewcvs?rev=232872&root=gcc&view=rev
Log:
2016-01-20  Christian Bruel  <christian.br...@st.com>

        PR target/69245
        * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
        Move arm_reset_previous_fndecl and set_target_option_current_node in
        the conditional part.  Call save_restore_target_globals.
        * config/arm/arm.c (arm_set_current_function):
        Refactor to better support #pragma target and attribute mix.
        Call save_restore_target_globals.
        * config/arm/arm-protos.h (save_restore_target_globals): New function.


Added:
    trunk/gcc/testsuite/gcc.target/arm/pr69245.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm-c.c
    trunk/gcc/config/arm/arm-protos.h
    trunk/gcc/config/arm/arm.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to