This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/14997] ncurses build fails with Ada


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-17 20:54 -------
Ok, then confirming:
                /* In this case, BITPOS must start at a byte boundary and
                   TARGET, if specified, must be a MEM.  */
                if (GET_CODE (op0) != MEM
                    || (target != 0 && GET_CODE (target) != MEM)
                    || bitpos % BITS_PER_UNIT != 0)
                  abort ();

So this looks like an Ada front-end bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-17 20:54:31
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14997


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]