re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)
authorJason Merrill <jason@redhat.com>
Fri, 22 Jul 2011 16:06:08 +0000 (12:06 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 22 Jul 2011 16:06:08 +0000 (12:06 -0400)
commitfcb21722028937ea297b52f2ec3ffbcc8f49d163
treea99f2e902eac5e170646c92ae98d13b328f91484
parent3de69514c3f04c875510f9e3fbc2aeeccf80087c
re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)

PR c++/49813
* c-opts.c (set_std_cxx0x): Set flag_isoc94 and flag_isoc99.
* c-pretty-print.c (pp_c_cv_qualifiers): Check c_dialect_cxx as well
as flag_isoc99 for 'restrict'.
(pp_c_specifier_qualifier_list): Likewise for _Complex.

From-SVN: r176635
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c-pretty-print.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/builtins2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/error27.C