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 c/14589] [tree-ssa] Bootstrap failure on Tru64 UNIX


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-15 22:16 -------
Confirmed with a cross compiler from powerpc-apple-darwin built at -O0:
0x0039be74 in expand_call (exp=0x410784d8, target=0x0, ignore=1) at ../../gcc/calls.c:2106
2106      int old_inhibit_defer_pop = inhibit_defer_pop;
(gdb) p cfun
$1 = (struct function *) 0x41615800
(gdb) p cfun->expr
During symbol reading, no way to lookup Objective-C classes.
$2 = (struct expr_status *) 0x0

Looks like the issue here is that the C front-end is creating a function by calling expands instead of 
creating a function to do the work.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |c
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-15 22:16:47
               date|                            |


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


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