[Bug bootstrap/52466] C++ fails to build for --target=lm32-rtems4.11 (no exception model)

2014-03-20 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466

--- Comment #11 from Bernd Schmidt bernds at gcc dot gnu.org ---
This patch appears not to have been posted on gcc-patches which is required for
all checkins, and none of the bugzillas seem to say who approved it. I noticed
it because gcc/configure wasn't properly regenerated in this commit.


[Bug bootstrap/52466] C++ fails to build for --target=lm32-rtems4.11 (no exception model)

2014-03-20 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466

--- Comment #12 from Jon Beniston jon at beniston dot com ---
(In reply to Bernd Schmidt from comment #11)
 This patch appears not to have been posted on gcc-patches which is required
 for all checkins, and none of the bugzillas seem to say who approved it. 

Strange. I sent the patch to the mailing list. It's in my sent folder, but
doesn't appear in the mailing list archive. 

Sébastien approved it, who I'd CCed on the mail.

[Bug bootstrap/52466] C++ fails to build for --target=lm32-rtems4.11 (no exception model)

2014-03-02 Thread jbeniston at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466

--- Comment #9 from jbeniston at gcc dot gnu.org jbeniston at gcc dot gnu.org 
---
Author: jbeniston
Date: Sun Mar  2 19:58:24 2014
New Revision: 208260

URL: http://gcc.gnu.org/viewcvs?rev=208260root=gccview=rev
Log:
PR bootstrap/48230
PR bootstrap/50927
PR bootstrap/52466
PR target/46898
* config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
  (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.  
* config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
(simple_return, *simple_return): New patterns 
* config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
* configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/lm32/lm32.c
trunk/gcc/config/lm32/lm32.md
trunk/gcc/config/lm32/predicates.md
trunk/gcc/configure.ac


[Bug bootstrap/52466] C++ fails to build for --target=lm32-rtems4.11 (no exception model)

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466

Sebastien Bourdeauducq lekernel at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Sebastien Bourdeauducq lekernel at gcc dot gnu.org ---
Fixed, see comment #9