[Bug target/60504] [4.9 regression] many Ada testsuite regressions on ARM/Linux

2014-04-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504

--- Comment #14 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
Author: ebotcazou
Date: Mon Apr  7 21:31:29 2014
New Revision: 209201

URL: http://gcc.gnu.org/viewcvs?rev=209201root=gccview=rev
Log:
PR target/60504
* config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
ARM_TARGET2_DWARF_FORMAT.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm.h
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gnat.dg/test_raise_from_pure.adb


[Bug target/60504] [4.9 regression] many Ada testsuite regressions on ARM/Linux

2014-04-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504

Eric Botcazou ebotcazou at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
Patch applied.


[Bug target/60504] [4.9 regression] many Ada testsuite regressions on ARM/Linux

2014-03-26 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504

--- Comment #12 from Mikael Pettersson mikpelinux at gmail dot com ---
(In reply to Mikael Pettersson from comment #10)
 (In reply to Eric Botcazou from comment #9)
  That's good news, thanks.  Did you do a testsuite run for all languages?
 
 Sorry, didn't have time for that -- the repeated 4.9 builds and tests caused
 other build-and-test jobs to pile up and I need to get those done first.

I've now done full before-and-after bootstrap+testsuite runs with
--enable-languages=all,ada,go,obj-c++ on armv5tel-linux-gnueabi: Eric's patch
fixed all Ada regressions, and added no new regressions.


[Bug target/60504] [4.9 regression] many Ada testsuite regressions on ARM/Linux

2014-03-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504

--- Comment #13 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
 I've now done full before-and-after bootstrap+testsuite runs with
 --enable-languages=all,ada,go,obj-c++ on armv5tel-linux-gnueabi: Eric's
 patch fixed all Ada regressions, and added no new regressions.

Many thanks to both of you for the testing, hopefully the patch will be OKed.