public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/33485]  New: parallel v3: do not use __builtin_alloca, use VLA
@ 2007-09-19  2:29 bangerth at dealii dot org
  2007-09-19  2:37 ` [Bug libstdc++/33485] " pinskia at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: bangerth at dealii dot org @ 2007-09-19  2:29 UTC (permalink / raw)
  To: gcc-bugs

find_template in parallel/find.h used to use a VLA, but Benjamin changed this
to use __builtin_alloca a couple of days ago because VLAs are not in C++98
and therefore trigger a warning.

He says the right thing to do is to use a VLA but make sure that the file
is recognized as a system header so that the warning is suppressed. This PR
is meant to remind him of changing things back to the VLA once he figures 
out how to flag a header as a system header :-)


-- 
           Summary: parallel v3: do not use __builtin_alloca, use VLA
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org


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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-02-09 11:14 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-19  2:29 [Bug libstdc++/33485] New: parallel v3: do not use __builtin_alloca, use VLA bangerth at dealii dot org
2007-09-19  2:37 ` [Bug libstdc++/33485] " pinskia at gcc dot gnu dot org
2007-09-19  2:43 ` bangerth at math dot tamu dot edu
2007-09-19 17:05 ` bkoz at gcc dot gnu dot org
2007-09-19 17:09 ` pinskia at gcc dot gnu dot org
2007-09-26 19:06 ` pinskia at gcc dot gnu dot org
2007-09-26 20:44 ` bkoz at gcc dot gnu dot org
2007-10-08 14:56 ` bangerth at dealii dot org
2007-10-08 16:34   ` Andrew Pinski
2007-10-08 16:34 ` pinskia at gmail dot com
2007-10-08 18:11 ` bkoz at gcc dot gnu dot org
2007-10-08 19:15 ` bangerth at dealii dot org
2007-10-08 19:55 ` bkoz at gcc dot gnu dot org
2007-10-08 22:25 ` bangerth at dealii dot org
2007-10-09 21:51 ` bkoz at gcc dot gnu dot org
2009-01-13  8:42 ` bkoz at gcc dot gnu dot org
2009-01-13 10:06 ` bkoz at gcc dot gnu dot org
2010-02-08 11:19 ` paolo dot carlini at oracle dot com
2010-02-09 10:49 ` singler at kit dot edu
2010-02-09 11:14 ` [Bug libstdc++/33485] parallel v3: use VLAs in some places paolo dot carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).