[Bug other/54326] GCC does not build with G++ version 3.4.0

2012-08-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54326

--- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2012-08-20 
07:49:47 UTC ---
Author: rguenth
Date: Mon Aug 20 07:49:41 2012
New Revision: 190524

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190524
Log:
2012-08-20  Richard Guenther  rguent...@suse.de

PR bootstrap/54326
* genoutput.c (note_constraint): Properly use CONST_CAST.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/genoutput.c


[Bug other/54326] GCC does not build with G++ version 3.4.0

2012-08-19 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54326

--- Comment #1 from Gary Funck gary at intrepid dot com 2012-08-19 20:54:51 
UTC ---
Don't know if this is relevant, but a recent thread on the clang-dev list
explored the differences between GCC and clang in the handling of const and
constexpr.
clang vs GCC error case: both ‘const’ and ‘constexpr’ cannot be used here
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-August/023565.html