[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893

--- Comment #4 from Andrew Pinski  ---
Here is the "unincluded" version of the code:
#include 
int
search_line_fast (uint32x2_t t)
{
  return vget_lane_u32 (t, 0);
}


[Bug ada/62117] function taking System.Address wrongly considered pure

2015-02-02 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62117

Eric Botcazou  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2015-02-02
Summary|[4.9 regression] wrong code |function taking
   |for passing small array |System.Address wrongly
   |argument'Address, in|considered pure
   |generic |
 Ever confirmed|0   |1

--- Comment #4 from Eric Botcazou  ---
> Which of those is correct, the document or the behaviour of compiler?

The documentation, this looks like an oversight in the implementation.


<    1   2