public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "simartin at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/30759] [4.1/4.2/4.3 Regression] initializer-list accepted for object of non-POD type
Date: Thu, 07 Jun 2007 19:59:00 -0000	[thread overview]
Message-ID: <20070607195945.30347.qmail@sourceware.org> (raw)
In-Reply-To: <bug-30759-1000@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from simartin at gcc dot gnu dot org  2007-06-07 19:59 -------
Subject: Bug 30759

Author: simartin
Date: Thu Jun  7 19:59:33 2007
New Revision: 125539

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125539
Log:
gcc/

2007-06-07  Simon Martin  <simartin@users.sourceforge.net>

        PR c++/30759
        * c-common.h (flag_cpp0x): Replaced by...
        (cxx_dialect): ... this new variable specifying the C++ dialect that
        is used.
        * c-common.c (flag_cpp0x): Removed.
        (cxx_dialect): Defined.
        * c-cppbuiltin.c (c_cpp_builtins): flag_cpp0x rewritten in terms of
        cxx_dialect.
        * c-opts.c (c_common_post_options): Likewise.
        (set_std_cxx98): Set cxx_dialect to cxx98.
        (set_std_cxx0x): Set cxx_dialect to cxx0x.

gcc/cp/

2007-06-07  Simon Martin  <simartin@users.sourceforge.net>

        PR c++/30759
        * decl.c (check_initializer): Report an error when a brace enclosed
        initializer is used for a non-aggregate type in C++98.
        (redeclaration_error_message): Rewrote flag_cpp0x in terms of
        cxx_dialect.
        (grokdeclarator): Likewise.
        (move_fn_p): Likewise.
        * typeck.c (check_return_expr): Likewise.
        * call.c (reference_binding): Likewise.
        * error.c (cp_cpp_error): Likewise.
        * pt.c (check_default_tmpl_args): Likewise.
        (tsubst): Likewise.
        * lex.c (init_reswords): Likewise.
        * parser.c (p_parser_primary_expression): Likewise.
        (TOKEN_PRECEDENCE): Likewise.
        (cp_parser_init_declarator): Likewise.
        (cp_parser_ptr_operator): Likewise.
        (cp_parser_parameter_declaration): Likewise.
        (cp_parser_enclosed_template_argument_list): Likewise.
        (cp_parser_skip_to_end_of_template_parameter_list): Likewise.
        (cp_parser_next_token_ends_template_argument_p): Likewise.

gcc/testsuite/

2007-06-07  Simon Martin  <simartin@users.sourceforge.net>

        PR c++/30759
        * g++.dg/init/brace6.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/init/brace6.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-common.c
    trunk/gcc/c-common.h
    trunk/gcc/c-cppbuiltin.c
    trunk/gcc/c-opts.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/error.c
    trunk/gcc/cp/lex.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


  parent reply	other threads:[~2007-06-07 19:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-10 19:56 [Bug c++/30759] New: " gdr at gcc dot gnu dot org
2007-02-10 21:08 ` [Bug c++/30759] [4.1/4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
2007-02-14  9:22 ` mmitchel at gcc dot gnu dot org
2007-02-19 21:07 ` mmitchel at gcc dot gnu dot org
2007-05-26 18:50 ` patchapp at dberlin dot org
2007-06-07 19:59 ` simartin at gcc dot gnu dot org [this message]
2007-06-08 18:28 ` simartin at gcc dot gnu dot org
2008-07-04 21:57 ` [Bug c++/30759] [4.2 " jsm28 at gcc dot gnu dot org
2009-03-30 21:32 ` jsm28 at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070607195945.30347.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).