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 other/17085] New: libbanshee uses features that are not supported by C90


../../../gcc/libbanshee/engine/setif-sort.c: In function `setif_union':
../../../gcc/libbanshee/engine/setif-sort.c:703: warning: ISO C90 forbids variab
le-size array `st'
../../../gcc/libbanshee/engine/setif-sort.c: In function `setif_inter':
../../../gcc/libbanshee/engine/setif-sort.c:758: warning: ISO C90 forbids variab
le-size array `st'

../../../gcc/libbanshee/engine/flowrow-sort.c: In function `flowrow_row':
../../../gcc/libbanshee/engine/flowrow-sort.c:685: warning: ISO C90 forbids vari

../../../gcc/libbanshee/engine/jcollection.c: In function `jcoll_jjoin':
../../../gcc/libbanshee/engine/jcollection.c:113: warning: ISO C90 forbids varia
ble-size array `sts'
../../../gcc/libbanshee/engine/jcollection.c: In function `jcoll_create_chain':
../../../gcc/libbanshee/engine/jcollection.c:151: warning: ISO C90 forbids varia

../../../gcc/libbanshee/engine/setst-sort.c: In function `setst_union':
../../../gcc/libbanshee/engine/setst-sort.c:319: warning: ISO C90 forbids variab
le-size array `st'
../../../gcc/libbanshee/engine/setst-sort.c: In function `setst_inter':
../../../gcc/libbanshee/engine/setst-sort.c:374: warning: ISO C90 forbids variab
le-size array `st'

../../../gcc/libbanshee/points-to/andersen_terms.c: In function `ref_decon':
../../../gcc/libbanshee/points-to/andersen_terms.c:520: warning: ISO C90 forbids
 compound literals
../../../gcc/libbanshee/points-to/andersen_terms.c:524: warning: ISO C90 forbids
 compound literals

../../../gcc/libbanshee/points-to/andersen_terms.c: In function `lam_decon':
../../../gcc/libbanshee/points-to/andersen_terms.c:825: warning: ISO C90 forbids
 compound literals
../../../gcc/libbanshee/points-to/andersen_terms.c:829: warning: ISO C90 forbids
 compound literals

This makes it impossible to build GCC 3.5 with the HP ANSI (C90) compiler.

-- 
           Summary: libbanshee uses features that are not supported by C90
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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