This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/58595] internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Mar  6 12:07:07 2014
New Revision: 208380

URL: http://gcc.gnu.org/viewcvs?rev=208380&root=gcc&view=rev
Log:
    PR target/58595
    * config/arm/arm.c (arm_tls_symbol_p): Remove.
    (arm_legitimize_address): Call legitimize_tls_address for any
    arm_tls_referenced_p expression, handle constant addend.  Call it
    before testing for !TARGET_ARM.
    (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.

    * gcc.dg/tls/pr58595.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/tls/pr58595.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]