From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21712 invoked by alias); 4 May 2014 18:18:33 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21691 invoked by uid 48); 4 May 2014 18:18:29 -0000 From: "isupeene at ualberta dot ca" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/61057] New: [C++11] operator . considered part of User Defined Literal invocation. Date: Sun, 04 May 2014 18:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: isupeene at ualberta dot ca X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-05/txt/msg00209.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61057 Bug ID: 61057 Summary: [C++11] operator . considered part of User Defined Literal invocation. Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: isupeene at ualberta dot ca Created attachment 32730 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D32730&action=3Dedit Contains udl_bug.cpp and udl_bug_workaround.cpp When compiling with 'g++ -std=3Dc++11 ': The attached file udl_bug.cpp reproduces the bug, producing the error: "err= or: unable to find numeric literal operator =E2=80=98operator"" _i.m_value=E2= =80=99". The attached file udl_bug_workaround.cpp compiles successfully and produces= the expected output. >>From gcc-bugs-return-450518-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun May 04 18:54:10 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 4498 invoked by alias); 4 May 2014 18:54:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 4471 invoked by uid 48); 4 May 2014 18:54:05 -0000 From: "megahallon at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/60014] Bad warning suppression caused by track-macro-expansion when not using integrated cpp Date: Sun, 04 May 2014 18:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: megahallon at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-05/txt/msg00210.txt.bz2 Content-length: 153 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60014 --- Comment #1 from Fredrik Hallenberg --- Same results with gcc 4.9.0