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 libstdc++/28277] __builtin_alloca with no limit in libstdc++



------- Comment #10 from paolo at gcc dot gnu dot org  2006-07-16 15:39 -------
Subject: Bug 28277

Author: paolo
Date: Sun Jul 16 15:38:59 2006
New Revision: 115501

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115501
Log:
2006-07-16  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/28277 (partial: valarray bits)
        * include/std/std_valarray.h (valarray<>::shift(int),
        valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
        do the work in place.
        * testsuite/26_numerics/valarray/28277.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/26_numerics/valarray/28277.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/std_valarray.h


-- 


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


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