[BusyBox-cvs] [BusyBox 0000210]: undefined alloca

bugs at busybox.net bugs at busybox.net
Sat Apr 16 04:06:22 UTC 2005


The following issue has been CLOSED
======================================================================
<http://busybox.net/bugs/view.php?id=210> 
======================================================================
Reported By:                bernhardf
Assigned To:                BusyBox
======================================================================
Project:                    BusyBox
Issue ID:                   210
Category:                   Other
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
======================================================================
Date Submitted:             04-05-2005 13:55 PDT
Last Modified:              04-15-2005 21:06 PDT
======================================================================
Summary:                    undefined alloca
Description: 
For certain non-gcc compilers, alloca_h is defined (included) but there, no
alloca() is declared.
Fallback to malloc if _ALLOCA_H is defined but still, there is no alloca()
in the included _ALLOCA_H.

Won't compile for affected non-gcc compilers. As it is a no-go there,
severity:block.

TIA for cross-checking (Works For Me on gcc) and applying.
======================================================================

----------------------------------------------------------------------
 bernhardf - 04-05-05 15:11 
----------------------------------------------------------------------
Guess that wasn't phrased unambiguously; with this patch non-gcc compliant
compilers grok who to alloc.
Without this patch, some of non-gcc will not be able to compile the curses
frontend at all.
Sorry for clarifying (resp. for not being clear before)
Thank you,

----------------------------------------------------------------------
 vapier - 04-15-05 21:06 
----------------------------------------------------------------------
added to svn, thanks

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-05-05 13:55 bernhardf      New Issue                                    
04-05-05 13:55 bernhardf      File Added: busybox.alloca-curses_config.01.diff  
                 
04-05-05 15:11 bernhardf      Note Added: 0000130                          
04-15-05 21:06 vapier         Status                   assigned => closed  
04-15-05 21:06 vapier         Note Added: 0000149                          
======================================================================




More information about the busybox-cvs mailing list