https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116267
--- Comment #2 from Wilson Snyder ---
Created attachment 58856
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58856&action=edit
Vt_case_uniq_many__ALL.ii.gz
Assignee: unassigned at gcc dot gnu.org
Reporter: wsnyder at wsnyder dot org
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: ---
The attached exposes some O(n^2) or other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101555
--- Comment #1 from Wilson Snyder ---
Created attachment 51187
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51187&action=edit
Examples and runtimes
++
Assignee: unassigned at gcc dot gnu.org
Reporter: wsnyder at wsnyder dot org
Target Milestone: ---
Running
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
as
g++ -I. -c -Os -ftime-report -o /dev/null Vara___024root__114_0.cpp
takes 297 CPU seconds.
On clang version 10.0.0-4ubuntu1 it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99579
Wilson Snyder changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #3 from Wilson Snyder
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99579
--- Comment #2 from Wilson Snyder ---
So glibc where to report this then?
++
Assignee: unassigned at gcc dot gnu.org
Reporter: wsnyder at wsnyder dot org
Target Milestone: ---
Created attachment 50382
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50382&action=edit
Testcase
== Description
Type "make" in this tarball's
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97623
--- Comment #12 from Wilson Snyder ---
Created attachment 49515
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49515&action=edit
Larger testcase
Attached is the larger testcase.
time g++ -O2 -c -o Vtb_top__3_ii.o Vtb_top__3_ii.cpp
user
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97623
--- Comment #10 from Wilson Snyder ---
Running -O2 -fno-code-hoisting -ftime-report
and I deleted the 0%/0%/0% lines:
Time variable usr sys wall
GGC
phase parsing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97623
--- Comment #7 from Wilson Snyder ---
Thanks for the quick service. I can't easily try GCC trunk, but:
-O2
compile 98.61s
runtime 25.76s
-O2 -fno-code-hoisting
compile 40.13s
runtime 26.40s (+2.5%)
-Os
compile 4.25s
runtime 23.42s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97623
--- Comment #1 from Wilson Snyder ---
P.S. Note gcc -v and related information are comments at top of the attachment.
ent: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: wsnyder at wsnyder dot org
Target Milestone: ---
Created attachment 49461
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49461&action=edit
slow.cpp
The attached program compiles very slowly with -O2. It is fa
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: wsnyder at wsnyder dot org
Target Milestone: ---
Created attachment 42804
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42804&action=edit
Example program to make programs showing the slowdown
A program wi
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: wsnyder at wsnyder dot org
Target Milestone: ---
Created attachment 42518
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42518&action=edit
shadow.cpp
I would like to suggest that code similar to the followin
-
Summary: gcc -MD misses multiple command line source files
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
Reported
15 matches
Mail list logo