[Bug rtl-optimization/82576] sbitmap_vector_alloc() not ready for 64 bits

2020-12-01 Thread dominik.strasser--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82576

dominik.stras...@onespin-solutions.com changed:

   What|Removed |Added

 CC||dominik.strasser@onespin-so
   ||lutions.com

--- Comment #3 from dominik.stras...@onespin-solutions.com ---
Still occurs in gcc 10.x

[Bug c++/100455] New: [11 regression9 Obsoltee Template paraeter Cann

2021-05-06 Thread dominik.strasser--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100455

Bug ID: 100455
   Summary: [11 regression9 Obsoltee Template paraeter Cann
   Product: gcc
   Version: 11.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: dominik.stras...@onespin-solutions.com
  Target Milestone: ---

[Bug c++/100456] New: [11 regression] Obsolete Template parameter Causes Compile Error

2021-05-06 Thread dominik.strasser--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100456

Bug ID: 100456
   Summary: [11 regression] Obsolete Template parameter Causes
Compile Error
   Product: gcc
   Version: 11.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: dominik.stras...@onespin-solutions.com
  Target Milestone: ---

For the attached Source Code, I get
t.cpp:4:21: error: expected unqualified-id before ')' token
4 | Template() {}
  | ^
in C++-20 Mode.
The error location seems to be off, too.

G++ 10.x, and clang 11/12 compile this fine.

g++ -std=c++20 t.cpp

[Bug c++/100456] [11 regression] Obsolete Template parameter Causes Compile Error

2021-05-06 Thread dominik.strasser--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100456

--- Comment #2 from dominik.stras...@onespin-solutions.com ---
Created attachment 50767
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50767&action=edit
Test source