https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #12 from ofv at wanadoo dot es ---
I don't see other failure messages on the previous dozens of lines but, if they
exist, they are not deemed serious enough to stop the build by the build
system.
BTW, we successfully built g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #10 from ofv at wanadoo dot es ---
Setting CFLAGS/CXXFLAGS/BOOT_CFLAGS to -dwarf-4 has no effect: the build fails
the same.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #9 from ofv at wanadoo dot es ---
With those variables unset the build fails the same.
Other users reported that only DWARF crashes. If the build is configured for
SJLJ or SEH exception models, it completes.
A user speculated that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #7 from ofv at wanadoo dot es ---
make BOOT_CFLAGS='-O1' V=1 all
make BOOT_CFLAGS='-O0' V=1
both fails the same way as the initial report.
export CFLAGS="-march=i686 -mtune=generic -O0 -pipe"
expor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #5 from ofv at wanadoo dot es ---
Taken from config.log:
ac_cs_config=" '--prefix=/mingw32' '--with-local-prefix=/mingw32/local'
'--build=i686-w64-mingw32' '--host=i686-w64-mingw32'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #4 from ofv at wanadoo dot es ---
(In reply to Eric Botcazou from comment #3)
> We definitely cannot investigate this without more information, in
> particular the configure line. Barring that, you might want to try wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
ofv at wanadoo dot es changed:
What|Removed |Added
CC||ofv at wanadoo dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90664
ofv at wanadoo dot es changed:
What|Removed |Added
Summary|noexcept confuses template |[7/8 regression] noexcept
++
Assignee: unassigned at gcc dot gnu.org
Reporter: ofv at wanadoo dot es
Target Milestone: ---
consider this code:
<<<<<<<<<<<<<<<<<<
template struct OpM;
template
struct OpM
{};
class Class {
public:
int address
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63227
ofv at wanadoo dot es changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
++
Assignee: unassigned at gcc dot gnu.org
Reporter: ofv at wanadoo dot es
Created attachment 33473
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33473&action=edit
Adapted example from boost::regex
The attached code is adapted from the credit_card.cpp example of boost
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ofv at wanadoo dot es
This method:
template
basic_string
format(const basic_string& __fmt,
match_flag_type __flags = regex_constants::format_default) c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746
ofv at wanadoo dot es changed:
What|Removed |Added
CC||ofv at wanadoo dot es
--- Comment
sion: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ofv at wanadoo dot es
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
G
14 matches
Mail list logo