public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/38450]  New: [4.4 Regression] ada bootstrap is broken
@ 2008-12-09  2:50 danglin at gcc dot gnu dot org
  2008-12-09  2:58 ` [Bug ada/38450] " danglin at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-09  2:50 UTC (permalink / raw)
  To: gcc-bugs

gcc -c  -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-
prototypes -Wmissing-prototypes -Wcast-qual   -fno-common  -DHAVE_CONFIG_H -I.. 
-I. -Iada -I../../gcc/gcc -I../../gcc/gcc/ada -I../../gcc/gcc/../include
-I../..
/gcc/gcc/../libcpp/include  -I../../gcc/gcc/../libdecnumber
-I../../gcc/gcc/../l
ibdecnumber/dpd -I../libdecnumber    ../../gcc/gcc/ada/gcc-interface/decl.c -o
a
da/decl.o
gcc -c  -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-
prototypes -Wmissing-prototypes -Wcast-qual   -fno-common  -DHAVE_CONFIG_H -I.. 
-I. -Iada -I../../gcc/gcc -I../../gcc/gcc/ada -I../../gcc/gcc/../include
-I../..
/gcc/gcc/../libcpp/include  -I../../gcc/gcc/../libdecnumber
-I../../gcc/gcc/../l
ibdecnumber/dpd -I../libdecnumber    ../../gcc/gcc/ada/gcc-interface/misc.c -o
a
da/misc.o
../../gcc/gcc/ada/gcc-interface/decl.c: In function 'gnat_to_gnu_entity':
../../gcc/gcc/ada/gcc-interface/decl.c:2035: error: lvalue required as left
oper
and of assignment
../../gcc/gcc/ada/gcc-interface/decl.c:2876: error: lvalue required as left
oper
and of assignment
../../gcc/gcc/ada/gcc-interface/decl.c: In function 'make_aligning_type':
../../gcc/gcc/ada/gcc-interface/decl.c:5575: error: lvalue required as left
oper
and of assignment
make[3]: *** [ada/decl.o] Error 1
make[3]: *** Waiting for unfinished jobs....

142549 was ok.


-- 
           Summary: [4.4 Regression] ada bootstrap is broken
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/38450] [4.4 Regression] ada bootstrap is broken
  2008-12-09  2:50 [Bug ada/38450] New: [4.4 Regression] ada bootstrap is broken danglin at gcc dot gnu dot org
@ 2008-12-09  2:58 ` danglin at gcc dot gnu dot org
  2008-12-09  8:59 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-09  2:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2008-12-09 02:56 -------
All the errors are lines like:

  TYPE_MODE (record_type) = BLKmode;

Probably caused by:

2008-12-08  Richard Henderson  <rth@redhat.com>

        PR 38240
        * tree.h (TYPE_MODE): Invoke vector_type_mode when needed.
        (SET_TYPE_MODE): New.


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/38450] [4.4 Regression] ada bootstrap is broken
  2008-12-09  2:50 [Bug ada/38450] New: [4.4 Regression] ada bootstrap is broken danglin at gcc dot gnu dot org
  2008-12-09  2:58 ` [Bug ada/38450] " danglin at gcc dot gnu dot org
@ 2008-12-09  8:59 ` jakub at gcc dot gnu dot org
  2008-12-09 10:38 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-09  8:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2008-12-09 08:56 -------
Testing a fix.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-09 08:56:03
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/38450] [4.4 Regression] ada bootstrap is broken
  2008-12-09  2:50 [Bug ada/38450] New: [4.4 Regression] ada bootstrap is broken danglin at gcc dot gnu dot org
  2008-12-09  2:58 ` [Bug ada/38450] " danglin at gcc dot gnu dot org
  2008-12-09  8:59 ` jakub at gcc dot gnu dot org
@ 2008-12-09 10:38 ` jakub at gcc dot gnu dot org
  2008-12-09 13:47 ` jakub at gcc dot gnu dot org
  2008-12-23 19:39 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-09 10:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-12-09 10:36 -------
Subject: Bug 38450

Author: jakub
Date: Tue Dec  9 10:35:15 2008
New Revision: 142588

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142588
Log:
        PR ada/38450
        * gcc-interface/utils.c (finish_record_type): Use SET_TYPE_MODE.
        * gcc-interface/decl.c (gnat_to_gnu_entity, make_aligning_type):
        Likewise.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/decl.c
    trunk/gcc/ada/gcc-interface/utils.c


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/38450] [4.4 Regression] ada bootstrap is broken
  2008-12-09  2:50 [Bug ada/38450] New: [4.4 Regression] ada bootstrap is broken danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-12-09 10:38 ` jakub at gcc dot gnu dot org
@ 2008-12-09 13:47 ` jakub at gcc dot gnu dot org
  2008-12-23 19:39 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-09 13:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2008-12-09 13:44 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/38450] [4.4 Regression] ada bootstrap is broken
  2008-12-09  2:50 [Bug ada/38450] New: [4.4 Regression] ada bootstrap is broken danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-12-09 13:47 ` jakub at gcc dot gnu dot org
@ 2008-12-23 19:39 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-23 19:39 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-23 19:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-09  2:50 [Bug ada/38450] New: [4.4 Regression] ada bootstrap is broken danglin at gcc dot gnu dot org
2008-12-09  2:58 ` [Bug ada/38450] " danglin at gcc dot gnu dot org
2008-12-09  8:59 ` jakub at gcc dot gnu dot org
2008-12-09 10:38 ` jakub at gcc dot gnu dot org
2008-12-09 13:47 ` jakub at gcc dot gnu dot org
2008-12-23 19:39 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).