http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001
Joshua Cogliati changed:
What|Removed |Added
Attachment #30870|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54236
--- Comment #3 from Oleg Endo ---
Some more addc candidates I ran into:
int test00 (int a, int b, int c, int d)
{
return (d & 1) + a + b;
}
-O2 -m4:
mov r7,r0
and #1,r0
add r4,r0
rts
add
--with-local-prefix=/home/dave/opt/gnu --enable-threads=posix
--enable-__cxa_atexit --build=hppa-linux-gnu --enable-clocale=gnu
--enable-java-gc=boehm
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada,lto
Thread model: posix
gcc version 4.8.2 20130922 (prerelease) [gcc-4_8-branch revision 202
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58504
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58500
Jonathan Wakely changed:
What|Removed |Added
Summary|Crash with auto in function |[C++1y] Crash with auto in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51219
Volker Reichelt changed:
What|Removed |Added
Summary|ICE with designated |[4.6/4.7/4.8/4.9
|ini
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58504
Bug ID: 58504
Summary: ICE with type trait as default template parameter
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58503
Bug ID: 58503
Summary: ICE with invalid range in range-based for-loop
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58502
--- Comment #1 from Volker Reichelt ---
Well, the above code snippet only fails on trunk (GCC 4.9.0), but the testcase
below fails since GCC 4.8.0:
int foo();
int foo() __attribute__((target("d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58502
Bug ID: 58502
Summary: ICE with attribute(target) and -flto
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58501
Volker Reichelt changed:
What|Removed |Added
Known to work|4.6.4 |
--- Comment #1 from Volker Reichelt -
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58501
Bug ID: 58501
Summary: [4.7/4.8/4.9 regression] [c++0x] Crash with
brace-enclosed initializer as default parameter
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58500
Bug ID: 58500
Summary: Crash with auto as function parameter
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58499
Bug ID: 58499
Summary: Option -fleading-underscore not works
Product: gcc
Version: 4.7.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58488
--- Comment #2 from Manuel López-Ibáñez ---
Note that this has nothing to do with the fact that the uninitialized var is a
pointer:
void test(char);
int main(void) {
char oops;
test(oops);
char *other = &oops;
return !other;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58488
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930
Richard Purdie changed:
What|Removed |Added
CC||rpurdie at rpsys dot net
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498
--- Comment #2 from janus at gcc dot gnu.org ---
With this patch ...
Index: gcc/fortran/check.c
===
--- gcc/fortran/check.c (revision 202812)
+++ gcc/fortran/check.c (working copy)
@@
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498
--- Comment #1 from janus at gcc dot gnu.org ---
As reported by Richard Maine in the c.l.f. thread, NAG compiles the code and
produces the following output:
iKINDS = 1 2 3 4
iRANGES = 2 4 9 18
When commenting out the lines with 'iRANGES', g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498
Bug ID: 58498
Summary: Bogus "Invalid kind for INTEGER"
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497
Bug ID: 58497
Summary: SLP vectorizes identical operations
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimizat
22 matches
Mail list logo