Skip to content
Snippets Groups Projects
  • Richard Earnshaw's avatar
    c5742a17
    [arm] Use -march=armv7-a+fp when testing hard-float · c5742a17
    Richard Earnshaw authored
    Some tests explicitly test with -march=armv7-a and -mfloat-abi=hard.
    However, with the new -mfpu=auto code, this architectural specifiction
    lacks any floating-point capabilities.  To rectify this, change the
    architecture to armv7-a+fp.
    
    gcc/testsuite:
    
    	* gcc.dg/pr59418.c: On ARM, change architecture to armv7-a+fp.
    	* gcc.target/arm/pr51915.c: Likewise.
    	* gcc.target/arm/pr52006.c: Likewise.
    	* gcc.target/arm/pr53187.c: Likewise.
    
    From-SVN: r249299
    c5742a17
    History
    [arm] Use -march=armv7-a+fp when testing hard-float
    Richard Earnshaw authored
    Some tests explicitly test with -march=armv7-a and -mfloat-abi=hard.
    However, with the new -mfpu=auto code, this architectural specifiction
    lacks any floating-point capabilities.  To rectify this, change the
    architecture to armv7-a+fp.
    
    gcc/testsuite:
    
    	* gcc.dg/pr59418.c: On ARM, change architecture to armv7-a+fp.
    	* gcc.target/arm/pr51915.c: Likewise.
    	* gcc.target/arm/pr52006.c: Likewise.
    	* gcc.target/arm/pr53187.c: Likewise.
    
    From-SVN: r249299
To find the state of this project's repository at the time of any of these versions, check out the tags.