From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106967 invoked by alias); 22 Aug 2015 09:40:00 -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 106929 invoked by uid 48); 22 Aug 2015 09:39:56 -0000 From: "adrian.wielgosik at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/67318] New: [6 regression] Parsing error when using abbreviated integral type names in template parameter pack declaration Date: Sat, 22 Aug 2015 09:40: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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adrian.wielgosik at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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 target_milestone 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: 2015-08/txt/msg01541.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67318 Bug ID: 67318 Summary: [6 regression] Parsing error when using abbreviated integral type names in template parameter pack declaration Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: adrian.wielgosik at gmail dot com Target Milestone: --- The following code: template struct MyStruct; int main(){} Results in an error: main.cpp:16:15: error: expected =E2=80=98>=E2=80=99 before =E2=80=98...=E2= =80=99 token template ^ Happens for: short, long, long long, unsigned, signed, unsigned short... Does not happen for: all the above with "int" appended, int, char, bool. >>From gcc-bugs-return-495400-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Aug 22 10:37:48 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 33055 invoked by alias); 22 Aug 2015 10:37:47 -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 32984 invoked by uid 48); 22 Aug 2015 10:37:43 -0000 From: "Joost.VandeVondele at mat dot ethz.ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/66761] libgomp: ThreadSanitizer: data race in libgomp Date: Sat, 22 Aug 2015 10:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 5.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Joost.VandeVondele at mat dot ethz.ch X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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_file_loc cc 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: 2015-08/txt/msg01542.txt.bz2 Content-length: 751 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66761 Joost VandeVondele changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://gcc.gnu.org/ml/gcc- | |patches/2015-08/msg01357.ht | |ml CC| |Joost.VandeVondele at mat dot ethz | |.ch --- Comment #1 from Joost VandeVondele --- patch posted https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01357.html