[uClibc-cvs] [buildroot 0000375]: libiberty regex warnings

bugs at busybox.net bugs at busybox.net
Thu Aug 11 08:38:22 UTC 2005


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=375 
====================================================================== 
Reported By:                mdeschamps
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   375
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             08-11-2005 01:38 PDT
Last Modified:              08-11-2005 01:38 PDT
====================================================================== 
Summary:                    libiberty regex warnings
Description: 
gcc-4.0.0/libiberty/regex.c uses a strcmp (s1,s2) in a macro which is a
basis
of regex char type recognition. Problem s1 is given arch specific var
whereas
s2 is used a a type base string. ex: 

bool isalpha = STREQ (str, "alpha") : str is (unsigned) char *, is const
char * alpha

Worse is sometimes is breaks down my make process. Put it minor yet.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-11-05 01:38  mdeschamps     New Issue                                    
08-11-05 01:38  mdeschamps     Status                   new => assigned     
08-11-05 01:38  mdeschamps     Assigned To               => uClibc          
======================================================================




More information about the uClibc-cvs mailing list