http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55622
Bug #: 55622
Summary: gfortran segfault
Classification: Unclassified
Product: gcc
Version: 4.7.1
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621
--- Comment #1 from Jason Vas Dias 2012-12-09
08:15:58 UTC ---
After successfully building gcc-4.7.2 for multi-lib i386-pc-solaris2.11
target ( x86_64 Solaris 11 ) , with configure arguments :
$ gcc -v
Target: i386-pc-solaris2.11
Con
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621
--- Comment #2 from Andrew Pinski 2012-12-09
08:32:35 UTC ---
I get on x86_64-linux-gnu:
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for
target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621
--- Comment #3 from Andrew Pinski 2012-12-09
08:36:26 UTC ---
Can you attach the runtest.exp for your installation of dejagnu?
I am thinking they changed something in load_tool_target_config which broke
this.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55622
--- Comment #1 from Andrew Pinski 2012-12-09
08:48:33 UTC ---
>the minimum source file to cause the segfault is attached.
Must have been too big. Please gzip it and try attaching it again.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621
--- Comment #5 from Jason Vas Dias 2012-12-09
08:55:38 UTC ---
Created attachment 28903
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28903
/usr/GNU/lib/dejagnu/runtest.exp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621
--- Comment #6 from Jason Vas Dias 2012-12-09
08:59:34 UTC ---
Oops, I picked the last of :
$ lftp ftp.gnu.org
lftp ftp.gnu.org:~> cd pub/gnu/dejagnu
cd ok, cwd=/pub/gnu/dejagnu
lftp ftp.gnu.org:/pub/gnu/dejagnu> ls
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621
Jason Vas Dias changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55593
--- Comment #3 from Thomas Koenig 2012-12-09
09:15:42 UTC ---
Author: tkoenig
Date: Sun Dec 9 09:15:36 2012
New Revision: 194329
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194329
Log:
2012-12-09 Thomas Koenig
PR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55593
Thomas Koenig changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
Bug #: 55623
Summary: [ARM] GCC should not prefer long dependency chains,
they inhibit performance on superscalar processors
Classification: Unclassified
Product: gcc
Ve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
--- Comment #1 from Siarhei Siamashka
2012-12-09 10:00:59 UTC ---
Created attachment 28904
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28904
badsched.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54062
Mikael Pettersson changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55196
Félix Faisant changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
Andrew Pinski changed:
What|Removed |Added
Target||arm*-*-*, aarch64-*-*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54952
Steven Bosscher changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55279
Steven Bosscher changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
--- Comment #3 from Siarhei Siamashka
2012-12-09 11:18:56 UTC ---
(In reply to comment #2)
> This is an ARM (both arm32 and arm64) specific issue due to the shifts being
> "free". If you look at the mips assembly, it looks good for a dual
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
--- Comment #4 from Siarhei Siamashka
2012-12-09 11:21:42 UTC ---
Created attachment 28905
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28905
badschedmul.c
The testcase, converted to use multiplications. Can be used to demonstrat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
Steven Bosscher changed:
What|Removed |Added
Target|arm*-*-*, aarch64-*-* |
--- Comment #5 from Steven B
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55623
Steven Bosscher changed:
What|Removed |Added
CC|steven at gcc dot gnu.org |
--- Comment #7 from Steven B
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55624
Bug #: 55624
Summary: internal compiler error
Classification: Unclassified
Product: gcc
Version: 4.7.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55547
--- Comment #5 from Uros Bizjak 2012-12-09 13:52:06
UTC ---
(In reply to comment #4)
> Uros, I'm regstrapping this on x86_64; would you please give it a spin on
> alpha? TIA,
Thanks, I have started the bootstrap, please expect result
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55344
Uros Bizjak changed:
What|Removed |Added
CC||ubizjak at gmail dot com
Target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55624
--- Comment #1 from Uros Bizjak 2012-12-09 14:23:56
UTC ---
Please report the bug as outlined in the instructions[1].
[1] http://gcc.gnu.org/bugs/#report
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54230
Jack Howarth changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429
--- Comment #9 from Jack Howarth 2012-12-09
14:54:58 UTC ---
Should be fixed at...
Author: schwab
Date: Sun Dec 9 14:31:27 2012
New Revision: 194330
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194330
Log:
* testsuite/lib
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55625
Bug #: 55625
Summary: FAIL: gcc.dg/tree-prof/tracer-1.c scan-tree-dump-times
tracer "c =" 2
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54257
Jack Howarth changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54255
Jack Howarth changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55626
Bug #: 55626
Summary: FAIL: gcc.dg/tree-prof/val-prof-2.c
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Pri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55624
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55626
--- Comment #1 from John David Anglin 2012-12-09
15:24:02 UTC ---
Created attachment 28908
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28908
Tree dump
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55279
--- Comment #5 from H.J. Lu 2012-12-09 15:33:53
UTC ---
Any passes which allocate a table for maximum number of registers
can't deal with new pseudo registers. But there is nothing to
check and enforce it.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627
Bug #: 55627
Summary: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C
execution,-Os -fprofile-arcs
Classification: Unclassified
Product: gcc
Version: 4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55628
Bug #: 55628
Summary: Segmentation fault (segfault) on invalid template
oneliner
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55629
Bug #: 55629
Summary: Missed value numbering to a constant
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Pr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55629
Steven Bosscher changed:
What|Removed |Added
Keywords||missed-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627
--- Comment #1 from John David Anglin 2012-12-09
15:59:24 UTC ---
(gdb) p for_val2
$2 = 6
(gdb) p goto_val
$3 = 11
(gdb) p for_val1
$4 = 12
(gdb) p for_val2
$5 = 6
(gdb) p goto_val
$6 = 11
(gdb) p ifelse_val1
$7 = 31
(gdb) p ifel
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55279
--- Comment #6 from Steven Bosscher 2012-12-09
16:09:04 UTC ---
(In reply to comment #5)
There shouldn't be any such tables. Before the DF merge, there was
no_new_pseudos, but it had its problems.
Why can't cse_reg_info_table() be mo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55279
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55279
--- Comment #8 from Steven Bosscher 2012-12-09
16:13:12 UTC ---
(In reply to comment #7)
> (In reply to comment #5)
> > Why can't cse_reg_info_table() be modified to intercept this?
> Correction: get_cse_reg_info()
Like so, quick-and-d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630
Bug #: 55630
Summary: [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98
(internal compiler error)
Classification: Unclassified
Product: gcc
Version: 4.8.0
Priority: P3
Component: c++
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: ppluzhni...@google.com
The following headers:
ext/string_conversions.h
ext/alloc_traits.h
ext/pointer.h
can't be '#included' on their own (using "4.8.0 20121209"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55631
--- Comment #1 from Paul Pluzhnikov 2012-12-09
16:55:52 UTC ---
Google ref b/7699405
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52714
--- Comment #4 from Thorsten Glaser 2012-12-09 18:03:08
UTC ---
Created attachment 28910
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28910
preprocessed source, xz compressed
I ran into this as well, native compilation on Debian/m68k:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55344
--- Comment #3 from uros at gcc dot gnu.org 2012-12-09 18:16:07 UTC ---
Author: uros
Date: Sun Dec 9 18:15:59 2012
New Revision: 194334
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194334
Log:
PR target/55344
* config
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55344
--- Comment #4 from uros at gcc dot gnu.org 2012-12-09 18:21:44 UTC ---
Author: uros
Date: Sun Dec 9 18:21:41 2012
New Revision: 194336
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194336
Log:
PR target/55344
* config
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55344
Uros Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54470
--- Comment #3 from John David Anglin 2012-12-09
18:24:32 UTC ---
Author: danglin
Date: Sun Dec 9 18:24:27 2012
New Revision: 194337
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194337
Log:
PR middle-end/54470
* gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55631
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55632
Bug #: 55632
Summary: trunk/gcc/cp/decl.c:10614: strange line of code
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117
--- Comment #3 from John David Anglin 2012-12-09
20:15:15 UTC ---
I just noticed that the tests no longer ICE:
FAIL: gcc.dg/pch/decl-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/decl-3.c -O3 -g assembly comparison
FAIL: gcc.dg/pc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52714
--- Comment #5 from Mikael Pettersson 2012-12-09
20:22:53 UTC ---
Thorsten's test case also ICEs gcc-4.7-20121208 and gcc-4.8 r194325.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55633
Bug #: 55633
Summary: [4.8 Regression] FAIL:
gfortran.dg/g77/f90-intrinsic-bit.f -Os execution
test
Classification: Unclassified
Product: gcc
Vers
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55614
--- Comment #8 from Siarhei Siamashka
2012-12-09 20:59:42 UTC ---
FWIW, the current gentoo patchset for gcc-4.7.2 contains
10_all_default-fortify-source.patch intended to "Enable -D_FORTIFY_SOURCE=2 by
default". It makes this bug non-repro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429
Andrew Pinski changed:
What|Removed |Added
Target|*-apple-darwin* |
Host|*-apple-darw
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55624
--- Comment #2 from Andrew Pinski 2012-12-09
21:46:08 UTC ---
>gcc: internal compiler error: Killed (program cc1plus)
Also means the program was killed by the kernel because out of memory.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55634
Bug #: 55634
Summary: ARM: gcc vector extensions: storing vector to
unaligned memory location does not use VST1.8 NEON
instruction
Classification: Unclassified
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55454
Siarhei Siamashka changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55614
--- Comment #9 from Siarhei Siamashka
2012-12-09 22:25:17 UTC ---
*** Bug 55454 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55547
--- Comment #6 from Uros Bizjak 2012-12-09 22:44:02
UTC ---
(In reply to comment #4)
> Uros, I'm regstrapping this on x86_64; would you please give it a spin on
> alpha? TIA,
The patch bootstraps and regtests OK on alpha [1]. The sav
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55457
Hans-Peter Nilsson changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39469
--- Comment #5 from Siarhei Siamashka
2012-12-09 23:31:33 UTC ---
(In reply to comment #4)
> The ARM backend should do a splitter just like the rs6000 back-end does if it
> is faster/smaller to load a constant via the instructions.
I'm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55635
Bug #: 55635
Summary: Deallocation function ("operator delete") not called
when destructor throws exception
Classification: Unclassified
Product: gcc
Version: 4.7.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429
Andreas Schwab changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
lis 10,array@ha
slwi 6,3,1
la 9,array@l(10)
slwi 7,3,2
slwi 8,3,3
stw 3,array@l(10)
stw 6,4(9)
stw 7,8(9)
stw 8,12(9)
blr
.sizebar, .-bar
.ident"GCC: (GNU) 4.8.0 20121209 (experimental)"
.section.note.GNU-stack,"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55636
Bug #: 55636
Summary: [4.8 Regression] Fortran name mangling collides with
user namespace
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: U
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55636
David Edelsohn changed:
What|Removed |Added
Keywords||assemble-failure, build,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55635
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55279
--- Comment #9 from H.J. Lu 2012-12-10 01:05:09
UTC ---
(In reply to comment #8)
> (In reply to comment #7)
> > (In reply to comment #5)
> > > Why can't cse_reg_info_table() be modified to intercept this?
> > Correction: get_cse_reg_info
6[0]}, [r1]
vld1.32{d17[0]}, [r2]
vadd.f32d16, d16, d17
vst1.32{d16[0]}, [r0]
bxlr
.sizeneon_add, .-neon_add
.ident"GCC: (GNU) 4.8.0 20121209 (experimental)"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637
Bug #: 55637
Summary: FAIL: sourcelocation output - source compiled test
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
75 matches
Mail list logo