ty: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at hazardy dot de
Target Milestone: ---
This reduced code does work with GCC 13, but with 14 I get the "used but never
defined" warning (and later undefined ref
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at hazardy dot de
Target Milestone: ---
When I add the interrupt attribute to a function I get the warning:
"warning: FP registers might be clobbered despite 'interrupt' attribute:
compile with
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at hazardy dot de
Target Milestone: ---
My Catch Testprojects fail with GCC 12, some in a namespace provided
equality-operators which are brought into the gobal namespace with "using
namespace" are
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82099
--- Comment #1 from Björn Schäpers ---
Created attachment 42117
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42117&action=edit
The preprocessed test file.
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at hazardy dot de
Target Milestone: ---
Created attachment 42116
--> https://gcc.gnu.org/bugzi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81912
--- Comment #1 from Björn Schäpers ---
Created attachment 42019
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42019&action=edit
The preprocessed test file.
: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at hazardy dot de
Target Milestone: ---
Created attachment 42018
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42018&action=edit
The test file.
Although std::distance is marked with _GLIBCXX17_CONSTE