[Bug c++/68195] gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-04 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68195 --- Comment #3 from Evgeniy Dushistov --- I build gcc with last commit: commit 06d6724083a2cb1f35e36f4a0db3025bfde20667 Author: nathan Date: Wed Nov 4 17:01:23 2015 + * libgomp.oacc-c-c++-common/loop-red-g-1.c: New. * libg

[Bug c++/68195] gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-04 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68195 --- Comment #4 from Evgeniy Dushistov --- Created attachment 36650 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36650&action=edit preprocessed sources I attached files created with gcc -E from main.cpp and Lib.cpp, hope this helps reprod

[Bug c++/68252] New: regiression left operand of shift expression, while we shift > 0 integer

2015-11-09 Thread dushistov at mail dot ru
ity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dushistov at mail dot ru Target Milestone: --- struct Test { static const int foo = (1 << sizeof(

[Bug sanitizer/68338] New: tsan report error about c++11 static local initialize

2015-11-13 Thread dushistov at mail dot ru
Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: dushistov at mail dot ru CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone: --- With code like this

[Bug sanitizer/68338] tsan report error about c++11 static local initialize

2015-11-13 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68338 --- Comment #2 from Evgeniy Dushistov --- The problem as I understand assembler in check that find out is static variable initialized, clang emit this: callq 45bdb0 <__tsan_atomic8_load> while gcc emit callq 401260 <__tsan_read1@plt>

[Bug c++/68411] New: Error in template instantion, cause recursive template reference.

2015-11-18 Thread msnkipa at mail dot ru
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: msnkipa at mail dot ru Target Milestone: --- This code could not be compiled: std::exception_ptr safe(std::function); // Defined somewhere in file template auto safe(typename

[Bug c++/68411] Error in template instantion, cause recursive template reference.

2015-11-18 Thread msnkipa at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68411 --- Comment #1 from Keepa Mihail --- Correct piece of code that generate described error must be: std::exception_ptr safe(std::function); template inline auto safe( typename std::enable_if::type>::value, vo

[Bug c++/68469] New: warn_unused_result attribute ignored for templates return templates

2015-11-21 Thread dushistov at mail dot ru
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dushistov at mail dot ru Target Milestone: --- For such code: #include template struct Foo { std::function f(T p) __attribute__((warn_unused_result)) { return [p

[Bug c++/64531] New: `casting between pointer-to-function and pointer-to-object` is still a warning instead of error with `-pedantic -pedantic-errors`

2015-01-07 Thread iamsupermouse at mail dot ru
Version: 4.8.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: iamsupermouse at mail dot ru `-pedantic` causes g++ to emit a warning `ISO C++ forbids casting between

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2015-02-06 Thread safinaskar at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 Askar Safin changed: What|Removed |Added CC||safinaskar at mail dot ru --- Comment #21

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2015-02-06 Thread safinaskar at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 --- Comment #23 from Askar Safin --- Please remove {0} warning at least in cases where {0} is obviously OK (such as addrinfo)

[Bug c++/64531] `casting between pointer-to-function and pointer-to-object` is still a warning instead of error with `-pedantic -pedantic-errors`

2015-02-21 Thread iamsupermouse at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64531 Egor changed: What|Removed |Added Severity|minor |normal

[Bug c/63625] New: -flto breaks optimization during link phase on arm-none-eabi without -O on linker (!) command line

2014-10-23 Thread anpaza at mail dot ru
: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: anpaza at mail dot ru Created attachment 33790 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33790&action=edit A test source file &

[Bug c/63625] -flto breaks optimization during link phase on arm-none-eabi without -O on linker (!) command line

2014-10-23 Thread anpaza at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63625 Andrew Zabolotny changed: What|Removed |Added Version|unknown |4.8.1 Resolution|FIXED

[Bug libstdc++/63711] New: can not compile llvm in debug mode

2014-11-02 Thread dushistov at mail dot ru
++ Assignee: unassigned at gcc dot gnu.org Reporter: dushistov at mail dot ru Created attachment 33864 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33864&action=edit failed test In attachment source code extracted from llvm/lib/Analysis/LazyValueInfo.cpp and from co

[Bug libstdc++/63711] can not compile llvm in debug mode

2014-11-02 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63711 --- Comment #1 from Evgeniy Dushistov --- The bug is reproduced only with gcc-4.9.1. Today I try gcc-4.9.2 and it disappear.

[Bug driver/63726] New: -Xlinker --threads cause random crash on gcc 4.9.2

2014-11-03 Thread dushistov at mail dot ru
Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: dushistov at mail dot ru With such simple program: $ cat /tmp/test2.cpp #include #include int main() { std::vector v = {1, 2}; for (auto a : v) printf("%d\n", a);

[Bug c++/64035] New: [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2014-11-23 Thread mail at jonasplatte dot de
: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mail at jonasplatte dot de Created attachment 34081 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34081&

[Bug libstdc++/64096] New: std::list, set and map violate a rule about allocator::construct

2014-11-27 Thread palpatin91 at mail dot ru
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: palpatin91 at mail dot ru According to the 23.2.1p3 C++11 Standard: === For the components affected by this subclause that declare an

[Bug libstdc++/64096] std::list, set and map violate a rule about allocator::construct

2014-11-28 Thread palpatin91 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64096 rylai changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/64165] New: __builtin_frame_address causes segmentation fault in __static_initialization_and_destruction_0

2014-12-03 Thread angeldevil_007 at mail dot ru
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: angeldevil_007 at mail dot ru Simple example working for me: #include #include struct test_t { test_t() { std::printf(&qu

[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-03 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 Alexander Varnin changed: What|Removed |Added CC||fenixk19 at mail dot ru --- Comment

[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-04 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 --- Comment #43 from Alexander Varnin --- And I also confirm that adding -latomic to build options fixes the issue.

[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-04 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 --- Comment #45 from Alexander Varnin --- (In reply to Damien Buhl (daminetreg) from comment #44) While given test works properly with -latomic on my installation, my application doesn't. It fails with segfault in approximately half of launches.

[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-08 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 --- Comment #48 from Alexander Varnin --- Created attachment 34224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34224&action=edit config.log for compiler with the bug Here is my config.log from cross compiler build.

[Bug c++/64248] New: Error: declarator-id missing; using reserved word ‘__FUNCTION__’

2014-12-09 Thread theubik at mail dot ru
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: theubik at mail dot ru Created attachment 34236 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34236&action=edit gcc -v output class A { public: A(const char* str) {}; };

[Bug c++/64248] [5 Regression] Error: declarator-id missing; using reserved word ‘__FUNCTION__’

2014-12-09 Thread theubik at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64248 --- Comment #2 from theubik at mail dot ru --- (In reply to Markus Trippelsdorf from comment #1) > Probably more outfall from r217241. it's not a bug?

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2014-12-10 Thread mail at jonasplatte dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 --- Comment #3 from Jonas Platte --- (In reply to Richard Biener from comment #2) > But 4.7 rejects it so there is no version that works. How's it a regression? Does the bug report imply this is a regression? If so, that was not intentional.

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2014-12-10 Thread mail at jonasplatte dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 --- Comment #4 from Jonas Platte --- EDIT: Sorry for the noise, I didn't notice the summary change before.

[Bug libstdc++/61720] New: std::regex_search matches incorrectly

2014-07-05 Thread husky.puppy at mail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: husky.puppy at mail dot com Created attachment 33072 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33072&action=edit Preprocessed sourcce code When using std::regex_search to match the string R"("tes

[Bug tree-optimization/53991] _mm_popcnt_u64 fails with -O3 -fgnu-tm

2014-08-01 Thread andysem at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53991 --- Comment #8 from andysem at mail dot ru --- We have a similar problem in Boost.Atomic: https://svn.boost.org/trac/boost/ticket/10204 There we mark all boost::atomic<> functions as always_inline to make sure the compiler sees the memory

[Bug c++/63179] New: Does not work virtuality

2014-09-04 Thread isak50 at mail dot ru
++ Assignee: unassigned at gcc dot gnu.org Reporter: isak50 at mail dot ru // g++ 1.cpp -O2 -Wall -std=c++11 -Wall #include struct Base{ virtual void f() {printf("base\n");} }; struct Child : Base{ void f()override {printf("child\n");} }; alignas(Child) char buf[sizeo

[Bug c++/63179] Virtuality is not working

2014-09-04 Thread isak50 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63179 --- Comment #2 from Pavel --- Sorry.

[Bug lto/63350] New: LTO error: error: inlining failed in call to always_inline 'f': function body not available

2014-09-23 Thread vic100 at mail dot com
NCONFIRMED Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: vic100 at mail dot com If I don't use LTO then the main loop is optimized out. If I use LTO with inline INLINE keywords then it's a linker

[Bug c/63393] New: -ffreestanding not work: memset call cause valgrind crash

2014-09-27 Thread dushistov at mail dot ru
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dushistov at mail dot ru Created attachment 33588 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33588&action=edit problem code On my system linux/x86_64 compilation of valgrind w

[Bug c/63393] [regression]-ffreestanding not work: memset call cause valgrind crash

2014-09-27 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63393 Evgeniy Dushistov changed: What|Removed |Added Summary|-ffreestanding not work:|[regression]-ffreestanding

[Bug c/63393] [regression]-ffreestanding not work: memset call cause valgrind crash

2014-09-27 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63393 --- Comment #4 from Evgeniy Dushistov --- (In reply to Mikael Pettersson from comment #3) > I don't know if this is supposed to be "fixed" (for all str* and mem* > functions one might want to implement oneself), but the standard workaround > is t

[Bug preprocessor/69391] New: Incorrect __LINE__ expansion with -ftrack-macro-expansion=0

2016-01-20 Thread mail at bobah dot net
Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: mail at bobah dot net Target Milestone: --- The below test program - incorrectly prints "83" on g++ 5.2 with '-ftrack-macro-expansion=0' - correctly prints

[Bug preprocessor/69391] Incorrect __LINE__ expansion with -ftrack-macro-expansion=0 on g++5.2

2016-01-20 Thread mail at bobah dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69391 mail at bobah dot net changed: What|Removed |Added Summary|Incorrect __LINE__ |Incorrect __LINE__

[Bug preprocessor/69391] Incorrect __LINE__ expansion with -ftrack-macro-expansion=0 on g++5.2

2016-01-20 Thread mail at bobah dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69391 --- Comment #2 from mail at bobah dot net --- And if I make this change it works even with '-ftrack-macro-expansion=0' - #define LINE STR(__LINE__) STR(__LINE__) + #define LINE() STR(__LINE__) STR(__LINE__) - std::cout <

[Bug c++/66434] New: cc1plus: internal compiler error: in gimplify_modify_expr, at gimplify.c:4616

2015-06-05 Thread george.d.petit.ctr at mail dot mil
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: george.d.petit.ctr at mail dot mil Target Milestone: --- Created attachment 35704 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35704&action=edit ii file ass

[Bug c++/66798] New: "internal compiler error: in timevar_start, at timevar.c:344" with using namespace

2015-07-07 Thread theubik at mail dot ru
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: theubik at mail dot ru Target Milestone: --- // main.cpp namespace N { namespace { } } int main() { using namespace N; return 0; } >>g

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2015-08-04 Thread mail at jonasplatte dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 Jonas Platte changed: What|Removed |Added Version|4.9.2 |5.2.0 Known to fail|

[Bug c++/42692] New: Invalid member lookup when member template class is involved

2010-01-11 Thread igusarov at mail dot ru
n member template class is involved Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: igusarov at mail dot ru GCC bu

[Bug java/42967] New: gcj: error trying to exec 'ecj1': execvp: No such file or directory

2010-02-04 Thread dan_1997 at mail dot ru
g ReportedBy: dan_1997 at mail dot ru GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC target triplet: i686-pc-cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42967

[Bug c/42990] New: "warning: implicit declaration of function 'xxx' " instead of "error: ..."

2010-02-06 Thread vyg84 at mail dot ru
d of "error: ..." Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vyg84 at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42990

[Bug c/42990] "warning: implicit declaration of function 'xxx' " instead of "error: ..."

2010-02-06 Thread vyg84 at mail dot ru
--- Comment #1 from vyg84 at mail dot ru 2010-02-07 07:08 --- In my case unpredictable results I recieved during call "atof", but for example "atoi" worked fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42990

[Bug c/48199] New: unable to emulate 'TF'. Patch for mips64el r5900

2011-03-18 Thread archicharmer at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48199 Summary: unable to emulate 'TF'. Patch for mips64el r5900 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unass

[Bug c/48199] unable to emulate 'TF'. Patch for mips64el r5900

2011-03-18 Thread archicharmer at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48199 --- Comment #1 from Deny 2011-03-18 22:43:34 UTC --- http://www.megaupload.com/?d=GREE7D1X

[Bug libstdc++/48365] New: Non-constant references in std::valarray::operator

2011-03-30 Thread denin at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48365 Summary: Non-constant references in std::valarray::operator Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assigne

[Bug c++/48386] New: "Cannot declare static function inside another function"

2011-03-31 Thread zxfox at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48386 Summary: "Cannot declare static function inside another function" Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/48386] "Cannot declare static function inside another function"

2011-03-31 Thread zxfox at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48386 --- Comment #2 from zxfox at mail dot ru 2011-03-31 13:37:05 UTC --- (In reply to comment #1) > This is not a bug, G++ is correct. > > Are you trying to create a static variable? > > The rules of C++ say that "B b( A() )&

[Bug c/48199] unable to emulate 'TF'. Patch for mips64el r5900

2011-04-06 Thread archicharmer at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48199 Deny changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/6709] [DR743] decltype cannot be used with the :: operator

2011-04-06 Thread osa252 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6709 cheburnae changed: What|Removed |Added CC||osa252 at mail dot ru --- Comment #18 from

[Bug libmudflap/48485] New: mudflap don't discover mistake - negative one index on static array i.e. a[-1]=b;

2011-04-06 Thread krasutug at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48485 Summary: mudflap don't discover mistake - negative one index on static array i.e. a[-1]=b; Product: gcc Version: 4.5.4 Status: UNCONFIRMED Severity: major Priority

[Bug libmudflap/48485] mudflap don't discover mistake - negative one index on static array i.e. a[-1]=b;

2011-04-07 Thread krasutug at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48485 --- Comment #2 from konst 2011-04-07 10:04:07 UTC --- Created attachment 23907 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23907 main.c

[Bug libmudflap/48485] mudflap don't discover mistake - negative one index on static array i.e. a[-1]=b;

2011-04-07 Thread krasutug at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48485 --- Comment #3 from konst 2011-04-07 10:08:59 UTC --- gcc -fmudflap main.c -lmudflap -o main && ./main and nothing, but if I do 'a[-2]=c;' in main.c and compile it then the mistake is discovered by following output: *** mudflap violation 1 (c

[Bug libmudflap/48485] mudflap don't discover mistake - negative one index on static array i.e. a[-1]=b;

2011-04-07 Thread krasutug at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48485 --- Comment #5 from konst 2011-04-07 11:01:30 UTC --- > Note that openSUSE has libmudflap disabled, so I wonder how it even compiles > and links for you ;) Yes, I downloaded src.rpm, compiled it (gcc and mudflap) and "make install"

[Bug c++/49085] New: Crash with SIGSEGV during compilation.

2011-05-20 Thread kruizinfo at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49085 Summary: Crash with SIGSEGV during compilation. Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c++ AssignedTo: unassig...@

[Bug c/45683] New: Segmentation fault on large unsigned integer values in C99 mode

2010-09-15 Thread mail at rink dot nu
large unsigned integer values in C99 mode Product: gcc Version: 4.4.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mail at

[Bug c/45683] Segmentation fault on large unsigned integer values in C99 mode

2010-09-15 Thread mail at rink dot nu
--- Comment #1 from mail at rink dot nu 2010-09-15 20:40 --- Created an attachment (id=21804) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21804&action=view) Failing code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45683

[Bug c/45683] Segmentation fault on large unsigned integer values in C99 mode

2010-09-15 Thread mail at rink dot nu
--- Comment #2 from mail at rink dot nu 2010-09-15 20:40 --- Created an attachment (id=21805) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21805&action=view) .i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45683

[Bug c++/46309] New: optimization a==3||a==1

2010-11-05 Thread eidletni at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46309 Summary: optimization a==3||a==1 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org

[Bug c++/46309] optimization a==3||a==1

2010-11-05 Thread eidletni at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46309 --- Comment #1 from eidletni at mail dot ru 2010-11-05 08:36:58 UTC --- Created attachment 22290 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22290 c++ code

[Bug c/46477] New: GCC doesn't understand %c in asm instruction with -mcmodel=large

2010-11-14 Thread _kirpichev_ at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46477 Summary: GCC doesn't understand %c in asm instruction with -mcmodel=large Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-05-12 Thread fierevere at mail dot ru
--- Comment #1 from fierevere at mail dot ru 2010-05-12 07:01 --- Created an attachment (id=20640) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20640&action=view) this file triggers ICE in cc1plus i have exactly the same, affects 4.5.0 release and current gcc-4_5

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-05-12 Thread fierevere at mail dot ru
--- Comment #2 from fierevere at mail dot ru 2010-05-12 07:05 --- Please change: component to bootstrap Host/Target and Build to i686-pc-linux-gnu set higher priority and severity, this problem makes profiledbootstrap make target unable to build and FDO-built GCC unusable, its

[Bug c/44272] New: Wrong interpretation of hex constant as floating point value.

2010-05-25 Thread draqsn at mail dot ru
erpretation of hex constant as floating point value. Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org Reported

[Bug c/44272] Wrong interpretation of hex constant as floating point value.

2010-05-26 Thread draqsn at mail dot ru
--- Comment #2 from draqsn at mail dot ru 2010-05-26 08:47 --- Sorry, my mistake. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272

[Bug target/41156] [4.4/4.5/4.6 Regression] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2010-06-10 Thread phmagic at mail dot ru
--- Comment #35 from phmagic at mail dot ru 2010-06-10 19:08 --- Hello, I just upgraded to gcc-4.4.3 (from Gentoo distribution) and recompiled the whole system (on x86). Then I had to discover the (as it turned to be, infamous) mozilla-firefox + zlib bug. I reported it to the

[Bug target/41156] [4.4/4.5/4.6 Regression] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2010-06-10 Thread phmagic at mail dot ru
--- Comment #37 from phmagic at mail dot ru 2010-06-11 01:43 --- Thank you, Ed. I missed that. I wrongly (obviously wrongly, because this would negatively affect performance) thought that ABI is such that stack is aligned after the call, not before. -- http://gcc.gnu.org/bugzilla

[Bug driver/31316] driver specifies output file twice when compiling header with -S

2011-08-14 Thread yashik_pochty at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31316 yashik_poc...@mail.ru changed: What|Removed |Added CC||yashik_pochty at mail dot

[Bug c++/50080] New: error: 'template' (as a disambiguator) is only allowed within templates

2011-08-14 Thread solodon at mail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50080 Bug #: 50080 Summary: error: 'template' (as a disambiguator) is only allowed within templates Classification: Unclassified Product: gcc Version: 4.5.2 Status: UNCONFI

[Bug c++/33909] New: Error reported on a legal source: "invalid use of non-lvalue array" when array name is used in initializer

2007-10-26 Thread igusarov at mail dot ru
4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: igusarov at mail dot ru GCC build triplet: i386-unknown-freebsd5.4 GCC host triplet: i386-unknown-freebsd5.4 GCC target triplet: arm-none-linux-gnueabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33909

[Bug c++/34220] New: Internal compiler error

2007-11-24 Thread nickols_k at mail dot ru
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: nickols_k at mail dot ru GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://g

[Bug c++/34220] Internal compiler error

2007-11-24 Thread nickols_k at mail dot ru
--- Comment #1 from nickols_k at mail dot ru 2007-11-25 07:58 --- Created an attachment (id=14632) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14632&action=view) preroccesed compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34220

[Bug c++/36183] New: missleading error message with explicit copy constructor call

2008-05-08 Thread 4ertus2 at mail dot ru
sage with explicit copy constructor call Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: 4ertus2 at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36183

[Bug c++/36306] New: accept invalid: double class name

2008-05-22 Thread dushistov at mail dot ru
accept invalid: double class name Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dushistov at mail dot ru

[Bug c/36730] New: There are to less X86 built-in instructions

2008-07-04 Thread msnkipa at mail dot ru
3.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: msnkipa at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36730

[Bug c/36730] There are to less X86 built-in instructions

2008-07-04 Thread msnkipa at mail dot ru
--- Comment #2 from msnkipa at mail dot ru 2008-07-04 18:31 --- (In reply to comment #1) > __builtin_ia32_... builtins are not for general use. They are considered > internal to gcc, please use intrinsics from ?mmintrin.h files instead. > Thanks! -- http://gcc.gnu.org

[Bug c++/36732] New: Internal compiller bug

2008-07-04 Thread msnkipa at mail dot ru
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: msnkipa at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36732

[Bug c/36733] New: Wery interesting compilation way (if no -Ox option)

2008-07-04 Thread msnkipa at mail dot ru
uct: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: msnkipa at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36733

[Bug c/36733] Wery interesting compilation way (if no -Ox option)

2008-07-04 Thread msnkipa at mail dot ru
--- Comment #2 from msnkipa at mail dot ru 2008-07-04 21:57 --- I know it, but such part as movapd -320(%rbp), %xmm0 movapd %xmm0, -128(%rbp) movapd -304(%rbp), %xmm0 movapd %xmm0, -144(%rbp) movapd -144(%rbp), %xmm1 movapd -128(%rbp

[Bug c++/26117] New: #EXE#2_1.cpp#Error of executing

2006-02-06 Thread aplatovsky at mail dot ru
ReportedBy: aplatovsky at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26117

[Bug c++/26117] #EXE#2_1.cpp#Error of executing

2006-02-06 Thread aplatovsky at mail dot ru
--- Comment #2 from aplatovsky at mail dot ru 2006-02-06 14:41 --- . -- aplatovsky at mail dot ru changed: What|Removed |Added Status|RESOLVED

[Bug other/26176] New: -mtune=i686 builds code including CMOV

2006-02-08 Thread themgt at mail dot ru
Status: UNCONFIRMED Severity: major Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: themgt at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26176

[Bug target/26176] -mtune=i686 builds code including CMOV

2006-02-08 Thread themgt at mail dot ru
--- Comment #2 from themgt at mail dot ru 2006-02-08 17:29 --- i586-pc-linux-gnu-gcc -c -Os -march=i586 -mtune=i686 -pipe -fomit-frame-pointer -fno-strict-aliasing -ansi -Wno-return-type -w-I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L

[Bug target/26176] -mtune=i686 builds code including CMOV

2006-02-09 Thread themgt at mail dot ru
--- Comment #4 from themgt at mail dot ru 2006-02-09 21:08 --- I have to excuse myself, this is not a gcc bug! I found out, that the only cmov-"infected" binaries were those of xorg. It is a problem of mmx/sse inlcudes in their files: https://bugs.freedesktop.org/show_bug.c

[Bug c++/26773] New: array initialization

2006-03-20 Thread hidden_peak at mail dot ru
Severity: critical Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hidden_peak at mail dot ru GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26773

[Bug libfortran/21547] New: Enable to build libfortran library

2005-05-13 Thread antonvys at mail dot ru
t gcc dot gnu dot org ReportedBy: antonvys at mail dot ru CC: antonvys at mail dot ru,gcc-bugs at gcc dot gnu dot org GCC build triplet: sparc-sun-solaris2.10 GCC host triplet: sparc-sun-solaris2.10 GCC target triplet: sparc-sun-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21547

[Bug libfortran/21547] Enable to build libfortran library

2005-05-23 Thread antonvys at mail dot ru
--- Additional Comments From antonvys at mail dot ru 2005-05-23 09:40 --- I think if I use ./configure with flags --with-mpfr=[PATH] --with-gmp=[PATH] libgmp should be automatically added to LD_LIBRARY_PATH for building. Otherwise it should be mentioned in docs that setting flags --with

[Bug c/19588] New: Documentation: Help on no-show of warning is missing

2005-01-23 Thread mail at thorstenhau dot de
elp on no-show of warning is missing Product: gcc Version: 3.3.5 Status: UNCONFIRMED Severity: minor Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mail at thorstenhau dot de

[Bug c/19588] Documentation: Help on no-show of warning is missing

2005-01-23 Thread mail at thorstenhau dot de
--- Additional Comments From mail at thorstenhau dot de 2005-01-23 19:49 --- I don't want to exclude warnings for a specific part of the code, but a specific warning for all code. -- What|Removed |

[Bug c/19588] Documentation: Help on no-show of warning is missing

2005-01-23 Thread mail at thorstenhau dot de
--- Additional Comments From mail at thorstenhau dot de 2005-01-23 20:18 --- That would be a workaround, not a solution. What I'm looking for is -Wno-string-length. I think it should be possible to diable any warning. Since you seem to see -pedantic as one big heap I'll m

[Bug c/71754] New: gcc prints internal error on ARM NEON code with buffer overflow

2016-07-04 Thread olme8 at mail dot ru
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: olme8 at mail dot ru Target Milestone: --- $ cat test.c #if 0 #include #else typedef int int32_t; typedef __builtin_neon_si int32x2_t __attribute__ ((__vector_size__ (8

[Bug c++/71874] New: memmove works wrong

2016-07-14 Thread sudakov_ivan at mail dot ru
: unassigned at gcc dot gnu.org Reporter: sudakov_ivan at mail dot ru Target Milestone: --- Created attachment 38896 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38896&action=edit Code to reproduce bug Environment: uname -a Linux 4.1.13-100.fc21.x86_64 #1 SMP Tue Nov 10 1

[Bug target/71874] [4.9 Regression] memmove works wrong

2016-07-15 Thread sudakov_ivan at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71874 --- Comment #3 from Ivan --- It works wrong only for overlapped memory blocks?

[Bug c++/71463] [6/7 regression] unexpected warning: ignoring function return attributes on template argument

2016-07-20 Thread mail at milianw dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71463 --- Comment #8 from Milian Wolff --- As an interested bystander, may I ask: If the attribute is part of the type, shouldn't it then be transferred via decltype() and then also used in the template to trigger the warning there? To me, the example

[Bug c++/72659] New: Attribute may_alias breaks type matching

2016-07-26 Thread andysem at mail dot ru
++ Assignee: unassigned at gcc dot gnu.org Reporter: andysem at mail dot ru Target Milestone: --- Created attachment 39021 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39021&action=edit Preprocessed code that fails to compile The attached preprocessed code (compres

[Bug c++/72659] Attribute may_alias breaks type matching

2016-07-26 Thread andysem at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72659 --- Comment #1 from andysem at mail dot ru --- Created attachment 39022 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39022&action=edit A reduced repro I was also able to reduce the code further (see the attach). Compile with: g

<    1   2   3   4   5   6   7   8   9   10   >