[Bug lto/41638] Back-end builtins are mishandled

2009-10-09 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-09 22:33 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug lto/41638] Back-end builtins are mishandled

2009-10-09 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-10-09 22:32 --- Subject: Bug 41638 Author: rguenth Date: Fri Oct 9 22:31:53 2009 New Revision: 152606 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152606 Log: 2009-10-09 Richard Guenther PR lto/41638

[Bug lto/41638] Back-end builtins are mishandled

2009-10-09 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-09 09:43 --- Yeah, I also noticed the inconvenience of not having a standard way to access the array with target builtins. I'll have a look. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug lto/41638] Back-end builtins are mishandled

2009-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-08 23:48 --- Note the back-end builtin arrays don't have the same name so it is not as simple as using that array. I think we need to add either a target hook or have a standard name for them. Also the assert there for END_BUIL